Class: Aws::SageMaker::Types::DescribeModelCardExportJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeModelCardExportJobRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_card_export_job_arn ⇒ String
The Amazon Resource Name (ARN) of the model card export job to describe.
Instance Attribute Details
#model_card_export_job_arn ⇒ String
The Amazon Resource Name (ARN) of the model card export job to describe.
15796 15797 15798 15799 15800 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 15796 class DescribeModelCardExportJobRequest < Struct.new( :model_card_export_job_arn) SENSITIVE = [] include Aws::Structure end |