Class: Aws::SageMaker::Types::DeleteTrainingJobRequest

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 to delete.

Returns:

  • (String)


14951
14952
14953
14954
14955
# File 'lib/aws-sdk-sagemaker/types.rb', line 14951

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