Class: Aws::SageMaker::Types::BatchDescribeModelPackageSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::BatchDescribeModelPackageSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Provides summary information about the model package.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The creation time of the mortgage package summary.
-
#inference_specification ⇒ Types::InferenceSpecification
Defines how to perform inference generation after a training job is run.
-
#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
The description of the model package.
-
#model_package_group_name ⇒ String
The group name for the model package.
-
#model_package_status ⇒ String
The status of the mortgage package.
-
#model_package_version ⇒ Integer
The version number of a versioned model.
Instance Attribute Details
#creation_time ⇒ Time
The creation time of the mortgage package summary.
3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 3088 class BatchDescribeModelPackageSummary < Struct.new( :model_package_group_name, :model_package_version, :model_package_arn, :model_package_description, :creation_time, :inference_specification, :model_package_status, :model_approval_status) SENSITIVE = [] include Aws::Structure end |
#inference_specification ⇒ Types::InferenceSpecification
Defines how to perform inference generation after a training job is run.
3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 3088 class BatchDescribeModelPackageSummary < Struct.new( :model_package_group_name, :model_package_version, :model_package_arn, :model_package_description, :creation_time, :inference_specification, :model_package_status, :model_approval_status) SENSITIVE = [] include Aws::Structure end |
#model_approval_status ⇒ String
The approval status of the model.
3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 3088 class BatchDescribeModelPackageSummary < Struct.new( :model_package_group_name, :model_package_version, :model_package_arn, :model_package_description, :creation_time, :inference_specification, :model_package_status, :model_approval_status) SENSITIVE = [] include Aws::Structure end |
#model_package_arn ⇒ String
The Amazon Resource Name (ARN) of the model package.
3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 3088 class BatchDescribeModelPackageSummary < Struct.new( :model_package_group_name, :model_package_version, :model_package_arn, :model_package_description, :creation_time, :inference_specification, :model_package_status, :model_approval_status) SENSITIVE = [] include Aws::Structure end |
#model_package_description ⇒ String
The description of the model package.
3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 3088 class BatchDescribeModelPackageSummary < Struct.new( :model_package_group_name, :model_package_version, :model_package_arn, :model_package_description, :creation_time, :inference_specification, :model_package_status, :model_approval_status) SENSITIVE = [] include Aws::Structure end |
#model_package_group_name ⇒ String
The group name for the model package
3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 3088 class BatchDescribeModelPackageSummary < Struct.new( :model_package_group_name, :model_package_version, :model_package_arn, :model_package_description, :creation_time, :inference_specification, :model_package_status, :model_approval_status) SENSITIVE = [] include Aws::Structure end |
#model_package_status ⇒ String
The status of the mortgage package.
3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 3088 class BatchDescribeModelPackageSummary < Struct.new( :model_package_group_name, :model_package_version, :model_package_arn, :model_package_description, :creation_time, :inference_specification, :model_package_status, :model_approval_status) SENSITIVE = [] include Aws::Structure end |
#model_package_version ⇒ Integer
The version number of a versioned model.
3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 3088 class BatchDescribeModelPackageSummary < Struct.new( :model_package_group_name, :model_package_version, :model_package_arn, :model_package_description, :creation_time, :inference_specification, :model_package_status, :model_approval_status) SENSITIVE = [] include Aws::Structure end |