Class: Aws::SageMaker::Types::ModelSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ModelSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Provides summary information about a model.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
A timestamp that indicates when the model was created.
-
#model_arn ⇒ String
The Amazon Resource Name (ARN) of the model.
-
#model_name ⇒ String
The name of the model that you want a summary for.
Instance Attribute Details
#creation_time ⇒ Time
A timestamp that indicates when the model was created.
33869 33870 33871 33872 33873 33874 33875 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 33869 class ModelSummary < Struct.new( :model_name, :model_arn, :creation_time) SENSITIVE = [] include Aws::Structure end |
#model_arn ⇒ String
The Amazon Resource Name (ARN) of the model.
33869 33870 33871 33872 33873 33874 33875 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 33869 class ModelSummary < Struct.new( :model_name, :model_arn, :creation_time) SENSITIVE = [] include Aws::Structure end |
#model_name ⇒ String
The name of the model that you want a summary for.
33869 33870 33871 33872 33873 33874 33875 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 33869 class ModelSummary < Struct.new( :model_name, :model_arn, :creation_time) SENSITIVE = [] include Aws::Structure end |