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.
46702 46703 46704 46705 46706 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 46702 class UpdateTrainingJobResponse < Struct.new( :training_job_arn) SENSITIVE = [] include Aws::Structure end |