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)


16419
16420
16421
16422
16423
# File 'lib/aws-sdk-sagemaker/types.rb', line 16419

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