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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


20049
20050
20051
20052
20053
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20049

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