Class: Aws::SageMaker::Types::StopTransformJobRequest

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

#transform_job_nameString

The name of the batch transform job to stop.

Returns:

  • (String)


52005
52006
52007
52008
52009
# File 'lib/aws-sdk-sagemaker/types.rb', line 52005

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