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.
8026 8027 8028 8029 8030 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 8026 class CreateModelCardExportJobResponse < Struct.new( :model_card_export_job_arn) SENSITIVE = [] include Aws::Structure end |