Class: Aws::SageMaker::Types::UpdateTrainingJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdateTrainingJobResponse
- 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.
44662 44663 44664 44665 44666 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 44662 class UpdateTrainingJobResponse < Struct.new( :training_job_arn) SENSITIVE = [] include Aws::Structure end |