Class: Aws::SageMaker::Types::ModelSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ModelSummary
- Defined in:
- gems/aws-sdk-sagemaker/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.
33964 33965 33966 33967 33968 33969 33970 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33964 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.
33964 33965 33966 33967 33968 33969 33970 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33964 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.
33964 33965 33966 33967 33968 33969 33970 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33964 class ModelSummary < Struct.new( :model_name, :model_arn, :creation_time) SENSITIVE = [] include Aws::Structure end |