Class: Aws::SageMaker::Types::ModelPackageSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ModelPackageSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Provides summary information about a model package.
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
A timestamp that shows when the model package was created.
-
#model_package_arn ⇒ String
The Amazon Resource Name (ARN) of the model package.
-
#model_package_description ⇒ String
A brief description of the model package.
-
#model_package_name ⇒ String
The name of the model package.
-
#model_package_status ⇒ String
The overall status of the model package.
Instance Attribute Details
#creation_time ⇒ Time
A timestamp that shows when the model package was created.
14484 14485 14486 14487 14488 14489 14490 14491 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 14484 class ModelPackageSummary < Struct.new( :model_package_name, :model_package_arn, :model_package_description, :creation_time, :model_package_status) include Aws::Structure end |
#model_package_arn ⇒ String
The Amazon Resource Name (ARN) of the model package.
14484 14485 14486 14487 14488 14489 14490 14491 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 14484 class ModelPackageSummary < Struct.new( :model_package_name, :model_package_arn, :model_package_description, :creation_time, :model_package_status) include Aws::Structure end |
#model_package_description ⇒ String
A brief description of the model package.
14484 14485 14486 14487 14488 14489 14490 14491 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 14484 class ModelPackageSummary < Struct.new( :model_package_name, :model_package_arn, :model_package_description, :creation_time, :model_package_status) include Aws::Structure end |
#model_package_name ⇒ String
The name of the model package.
14484 14485 14486 14487 14488 14489 14490 14491 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 14484 class ModelPackageSummary < Struct.new( :model_package_name, :model_package_arn, :model_package_description, :creation_time, :model_package_status) include Aws::Structure end |
#model_package_status ⇒ String
The overall status of the model package.
14484 14485 14486 14487 14488 14489 14490 14491 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 14484 class ModelPackageSummary < Struct.new( :model_package_name, :model_package_arn, :model_package_description, :creation_time, :model_package_status) include Aws::Structure end |