Class: Aws::SageMaker::Types::ModelCardExportJobSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ModelCardExportJobSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
The summary of the Amazon SageMaker Model Card export job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The date and time that the model card export job was created.
-
#last_modified_at ⇒ Time
The date and time that the model card export job was last modified..
-
#model_card_export_job_arn ⇒ String
The Amazon Resource Name (ARN) of the model card export job.
-
#model_card_export_job_name ⇒ String
The name of the model card export job.
-
#model_card_name ⇒ String
The name of the model card that the export job exports.
-
#model_card_version ⇒ Integer
The version of the model card that the export job exports.
-
#status ⇒ String
The completion status of the model card export job.
Instance Attribute Details
#created_at ⇒ Time
The date and time that the model card export job was created.
32233 32234 32235 32236 32237 32238 32239 32240 32241 32242 32243 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32233 class ModelCardExportJobSummary < Struct.new( :model_card_export_job_name, :model_card_export_job_arn, :status, :model_card_name, :model_card_version, :created_at, :last_modified_at) SENSITIVE = [] include Aws::Structure end |
#last_modified_at ⇒ Time
The date and time that the model card export job was last modified..
32233 32234 32235 32236 32237 32238 32239 32240 32241 32242 32243 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32233 class ModelCardExportJobSummary < Struct.new( :model_card_export_job_name, :model_card_export_job_arn, :status, :model_card_name, :model_card_version, :created_at, :last_modified_at) SENSITIVE = [] include Aws::Structure end |
#model_card_export_job_arn ⇒ String
The Amazon Resource Name (ARN) of the model card export job.
32233 32234 32235 32236 32237 32238 32239 32240 32241 32242 32243 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32233 class ModelCardExportJobSummary < Struct.new( :model_card_export_job_name, :model_card_export_job_arn, :status, :model_card_name, :model_card_version, :created_at, :last_modified_at) SENSITIVE = [] include Aws::Structure end |
#model_card_export_job_name ⇒ String
The name of the model card export job.
32233 32234 32235 32236 32237 32238 32239 32240 32241 32242 32243 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32233 class ModelCardExportJobSummary < Struct.new( :model_card_export_job_name, :model_card_export_job_arn, :status, :model_card_name, :model_card_version, :created_at, :last_modified_at) SENSITIVE = [] include Aws::Structure end |
#model_card_name ⇒ String
The name of the model card that the export job exports.
32233 32234 32235 32236 32237 32238 32239 32240 32241 32242 32243 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32233 class ModelCardExportJobSummary < Struct.new( :model_card_export_job_name, :model_card_export_job_arn, :status, :model_card_name, :model_card_version, :created_at, :last_modified_at) SENSITIVE = [] include Aws::Structure end |
#model_card_version ⇒ Integer
The version of the model card that the export job exports.
32233 32234 32235 32236 32237 32238 32239 32240 32241 32242 32243 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32233 class ModelCardExportJobSummary < Struct.new( :model_card_export_job_name, :model_card_export_job_arn, :status, :model_card_name, :model_card_version, :created_at, :last_modified_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The completion status of the model card export job.
32233 32234 32235 32236 32237 32238 32239 32240 32241 32242 32243 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32233 class ModelCardExportJobSummary < Struct.new( :model_card_export_job_name, :model_card_export_job_arn, :status, :model_card_name, :model_card_version, :created_at, :last_modified_at) SENSITIVE = [] include Aws::Structure end |