Class: Aws::SageMaker::Types::DescribeTrainingJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeTrainingJobRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#training_job_name ⇒ String
The name of the training job.
Instance Attribute Details
#training_job_name ⇒ String
The name of the training job.
17367 17368 17369 17370 17371 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 17367 class DescribeTrainingJobRequest < Struct.new( :training_job_name) SENSITIVE = [] include Aws::Structure end |