Class: Aws::SageMaker::Types::CreateModelCardExportJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateModelCardExportJobResponse
- 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.
Instance Attribute Details
#model_card_export_job_arn ⇒ String
The Amazon Resource Name (ARN) of the model card export job.
8131 8132 8133 8134 8135 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 8131 class CreateModelCardExportJobResponse < Struct.new( :model_card_export_job_arn) SENSITIVE = [] include Aws::Structure end |