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.
33658 33659 33660 33661 33662 33663 33664 33665 33666 33667 33668 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 33658 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..
33658 33659 33660 33661 33662 33663 33664 33665 33666 33667 33668 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 33658 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.
33658 33659 33660 33661 33662 33663 33664 33665 33666 33667 33668 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 33658 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.
33658 33659 33660 33661 33662 33663 33664 33665 33666 33667 33668 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 33658 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.
33658 33659 33660 33661 33662 33663 33664 33665 33666 33667 33668 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 33658 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.
33658 33659 33660 33661 33662 33663 33664 33665 33666 33667 33668 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 33658 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.
33658 33659 33660 33661 33662 33663 33664 33665 33666 33667 33668 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 33658 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 |