Class: Aws::SageMaker::Types::DescribeTrainingJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeTrainingJobRequest
- Defined in:
- gems/aws-sdk-sagemaker/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.
14193 14194 14195 14196 14197 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14193 class DescribeTrainingJobRequest < Struct.new( :training_job_name) SENSITIVE = [] include Aws::Structure end |