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.
      33720 33721 33722 33723 33724 33725 33726 33727 33728 33729 33730  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 33720 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..
      33720 33721 33722 33723 33724 33725 33726 33727 33728 33729 33730  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 33720 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.
      33720 33721 33722 33723 33724 33725 33726 33727 33728 33729 33730  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 33720 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.
      33720 33721 33722 33723 33724 33725 33726 33727 33728 33729 33730  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 33720 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.
      33720 33721 33722 33723 33724 33725 33726 33727 33728 33729 33730  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 33720 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.
      33720 33721 33722 33723 33724 33725 33726 33727 33728 33729 33730  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 33720 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.
      33720 33721 33722 33723 33724 33725 33726 33727 33728 33729 33730  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 33720 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  |