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)


16413
16414
16415
16416
16417
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16413

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