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)


15596
15597
15598
15599
15600
# File 'lib/aws-sdk-sagemaker/types.rb', line 15596

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