Class: Aws::SageMaker::Types::CreateTrainingJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateTrainingJobResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#training_job_arn ⇒ String
The Amazon Resource Name (ARN) of the training job.
Instance Attribute Details
#training_job_arn ⇒ String
The Amazon Resource Name (ARN) of the training job.
9831 9832 9833 9834 9835 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 9831 class CreateTrainingJobResponse < Struct.new( :training_job_arn) SENSITIVE = [] include Aws::Structure end |