Class: Aws::SageMaker::Types::StopInferenceRecommendationsJobRequest

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

#job_nameString

The name of the job you want to stop.

Returns:

  • (String)


50628
50629
50630
50631
50632
# File 'lib/aws-sdk-sagemaker/types.rb', line 50628

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