Class: Aws::SageMaker::Types::CreateTransformJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateTransformJobResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#transform_job_arn ⇒ String
The Amazon Resource Name (ARN) of the transform job.
Instance Attribute Details
#transform_job_arn ⇒ String
The Amazon Resource Name (ARN) of the transform job.
10000 10001 10002 10003 10004 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 10000 class CreateTransformJobResponse < Struct.new( :transform_job_arn) SENSITIVE = [] include Aws::Structure end |