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.
8011 8012 8013 8014 8015 8016 8017 8018 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 8011 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.
8011 8012 8013 8014 8015 8016 8017 8018 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 8011 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.
8011 8012 8013 8014 8015 8016 8017 8018 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 8011 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.
8011 8012 8013 8014 8015 8016 8017 8018 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 8011 class CreateModelCardExportJobRequest < Struct.new( :model_card_name, :model_card_version, :model_card_export_job_name, :output_config) SENSITIVE = [] include Aws::Structure end |