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

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

#transform_job_nameString

The name of the batch transform job to stop.

Returns:

  • (String)


39696
39697
39698
39699
39700
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 39696

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