Class: Aws::SageMaker::Types::StopJobRequest

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_categoryString

The category of the job to stop.

Returns:

  • (String)


52196
52197
52198
52199
52200
52201
# File 'lib/aws-sdk-sagemaker/types.rb', line 52196

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

#job_nameString

The name of the job to stop.

Returns:

  • (String)


52196
52197
52198
52199
52200
52201
# File 'lib/aws-sdk-sagemaker/types.rb', line 52196

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