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

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

#job_nameString

The name of the job you want to stop.

Returns:

  • (String)


48897
48898
48899
48900
48901
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 48897

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