Class: Aws::SageMaker::Types::DescribeTransformJobRequest

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 transform job that you want to view details of.

Returns:

  • (String)


18997
18998
18999
19000
19001
# File 'lib/aws-sdk-sagemaker/types.rb', line 18997

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