Class: Aws::SageMaker::Types::ModelPackageSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ModelPackageSummary
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Provides summary information about a model package.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
A timestamp that shows when the model package was created.
-
#model_approval_status ⇒ String
The approval status of the model.
-
#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_group_name ⇒ String
If the model package is a versioned model, the model group that the versioned model belongs to.
-
#model_package_name ⇒ String
The name of the model package.
-
#model_package_status ⇒ String
The overall status of the model package.
-
#model_package_version ⇒ Integer
If the model package is a versioned model, the version of the model.
Instance Attribute Details
#creation_time ⇒ Time
A timestamp that shows when the model package was created.
33615 33616 33617 33618 33619 33620 33621 33622 33623 33624 33625 33626 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33615 class ModelPackageSummary < Struct.new( :model_package_name, :model_package_group_name, :model_package_version, :model_package_arn, :model_package_description, :creation_time, :model_package_status, :model_approval_status) SENSITIVE = [] include Aws::Structure end |
#model_approval_status ⇒ String
The approval status of the model. This can be one of the following values.
APPROVED
- The model is approvedREJECTED
- The model is rejected.PENDING_MANUAL_APPROVAL
- The model is waiting for manual approval.
33615 33616 33617 33618 33619 33620 33621 33622 33623 33624 33625 33626 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33615 class ModelPackageSummary < Struct.new( :model_package_name, :model_package_group_name, :model_package_version, :model_package_arn, :model_package_description, :creation_time, :model_package_status, :model_approval_status) SENSITIVE = [] include Aws::Structure end |
#model_package_arn ⇒ String
The Amazon Resource Name (ARN) of the model package.
33615 33616 33617 33618 33619 33620 33621 33622 33623 33624 33625 33626 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33615 class ModelPackageSummary < Struct.new( :model_package_name, :model_package_group_name, :model_package_version, :model_package_arn, :model_package_description, :creation_time, :model_package_status, :model_approval_status) SENSITIVE = [] include Aws::Structure end |
#model_package_description ⇒ String
A brief description of the model package.
33615 33616 33617 33618 33619 33620 33621 33622 33623 33624 33625 33626 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33615 class ModelPackageSummary < Struct.new( :model_package_name, :model_package_group_name, :model_package_version, :model_package_arn, :model_package_description, :creation_time, :model_package_status, :model_approval_status) SENSITIVE = [] include Aws::Structure end |
#model_package_group_name ⇒ String
If the model package is a versioned model, the model group that the versioned model belongs to.
33615 33616 33617 33618 33619 33620 33621 33622 33623 33624 33625 33626 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33615 class ModelPackageSummary < Struct.new( :model_package_name, :model_package_group_name, :model_package_version, :model_package_arn, :model_package_description, :creation_time, :model_package_status, :model_approval_status) SENSITIVE = [] include Aws::Structure end |
#model_package_name ⇒ String
The name of the model package.
33615 33616 33617 33618 33619 33620 33621 33622 33623 33624 33625 33626 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33615 class ModelPackageSummary < Struct.new( :model_package_name, :model_package_group_name, :model_package_version, :model_package_arn, :model_package_description, :creation_time, :model_package_status, :model_approval_status) SENSITIVE = [] include Aws::Structure end |
#model_package_status ⇒ String
The overall status of the model package.
33615 33616 33617 33618 33619 33620 33621 33622 33623 33624 33625 33626 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33615 class ModelPackageSummary < Struct.new( :model_package_name, :model_package_group_name, :model_package_version, :model_package_arn, :model_package_description, :creation_time, :model_package_status, :model_approval_status) SENSITIVE = [] include Aws::Structure end |
#model_package_version ⇒ Integer
If the model package is a versioned model, the version of the model.
33615 33616 33617 33618 33619 33620 33621 33622 33623 33624 33625 33626 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33615 class ModelPackageSummary < Struct.new( :model_package_name, :model_package_group_name, :model_package_version, :model_package_arn, :model_package_description, :creation_time, :model_package_status, :model_approval_status) SENSITIVE = [] include Aws::Structure end |