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.
33775 33776 33777 33778 33779 33780 33781 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 33775 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.
33775 33776 33777 33778 33779 33780 33781 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 33775 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.
33775 33776 33777 33778 33779 33780 33781 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 33775 class ModelSummary < Struct.new( :model_name, :model_arn, :creation_time) SENSITIVE = [] include Aws::Structure end |