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.
17578 17579 17580 17581 17582 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17578 class DescribeTrainingJobRequest < Struct.new( :training_job_name) SENSITIVE = [] include Aws::Structure end |