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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#training_job_nameString

The name of the training job.

Returns:

  • (String)


16333
16334
16335
16336
16337
# File 'lib/aws-sdk-sagemaker/types.rb', line 16333

class DescribeTrainingJobRequest < Struct.new(
  :training_job_name)
  SENSITIVE = []
  include Aws::Structure
end