Class: Aws::SageMaker::Types::StopTrainingJobRequest

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 stop.

Returns:

  • (String)


39603
39604
39605
39606
39607
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 39603

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