Class: Aws::SageMaker::Types::CreateModelCardExportJobRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::CreateModelCardExportJobRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #model_card_export_job_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the model card export job.
 - 
  
    
      #model_card_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name or Amazon Resource Name (ARN) of the model card to export.
 - 
  
    
      #model_card_version  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version of the model card to export.
 - 
  
    
      #output_config  ⇒ Types::ModelCardExportOutputConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The model card output configuration that specifies the Amazon S3 path for exporting.
 
Instance Attribute Details
#model_card_export_job_name ⇒ String
The name of the model card export job.
      8538 8539 8540 8541 8542 8543 8544 8545  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 8538 class CreateModelCardExportJobRequest < Struct.new( :model_card_name, :model_card_version, :model_card_export_job_name, :output_config) SENSITIVE = [] include Aws::Structure end  | 
  
#model_card_name ⇒ String
The name or Amazon Resource Name (ARN) of the model card to export.
      8538 8539 8540 8541 8542 8543 8544 8545  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 8538 class CreateModelCardExportJobRequest < Struct.new( :model_card_name, :model_card_version, :model_card_export_job_name, :output_config) SENSITIVE = [] include Aws::Structure end  | 
  
#model_card_version ⇒ Integer
The version of the model card to export. If a version is not provided, then the latest version of the model card is exported.
      8538 8539 8540 8541 8542 8543 8544 8545  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 8538 class CreateModelCardExportJobRequest < Struct.new( :model_card_name, :model_card_version, :model_card_export_job_name, :output_config) SENSITIVE = [] include Aws::Structure end  | 
  
#output_config ⇒ Types::ModelCardExportOutputConfig
The model card output configuration that specifies the Amazon S3 path for exporting.
      8538 8539 8540 8541 8542 8543 8544 8545  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 8538 class CreateModelCardExportJobRequest < Struct.new( :model_card_name, :model_card_version, :model_card_export_job_name, :output_config) SENSITIVE = [] include Aws::Structure end  |