Class: Aws::SageMaker::Types::DescribeTrainingJobRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#training_job_nameString

The name of the training job.

Returns:

  • (String)


7875
7876
7877
7878
# File 'lib/aws-sdk-sagemaker/types.rb', line 7875

class DescribeTrainingJobRequest < Struct.new(
  :training_job_name)
  include Aws::Structure
end