Class: Aws::SageMaker::Types::CreateJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateJobResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_arn ⇒ String
The Amazon Resource Name (ARN) of the job.
Instance Attribute Details
#job_arn ⇒ String
The Amazon Resource Name (ARN) of the job.
11659 11660 11661 11662 11663 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11659 class CreateJobResponse < Struct.new( :job_arn) SENSITIVE = [] include Aws::Structure end |