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
Note:
When making an API call, you may pass DescribeTrainingJobRequest data as a hash:
{
training_job_name: "TrainingJobName", # required
}
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.
7875 7876 7877 7878 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 7875 class DescribeTrainingJobRequest < Struct.new( :training_job_name) include Aws::Structure end |