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.
17462 17463 17464 17465 17466 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 17462 class DescribeTrainingJobRequest < Struct.new( :training_job_name) SENSITIVE = [] include Aws::Structure end |