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.
8077 8078 8079 8080 8081 8082 8083 8084 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 8077 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.
8077 8078 8079 8080 8081 8082 8083 8084 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 8077 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.
8077 8078 8079 8080 8081 8082 8083 8084 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 8077 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.
8077 8078 8079 8080 8081 8082 8083 8084 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 8077 class CreateModelCardExportJobRequest < Struct.new( :model_card_name, :model_card_version, :model_card_export_job_name, :output_config) SENSITIVE = [] include Aws::Structure end |