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

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

Returns:

  • (String)


14645
14646
14647
14648
14649
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14645

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