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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Note:

When making an API call, you may pass DescribeTransformJobRequest data as a hash:

{
  transform_job_name: "TransformJobName", # required
}

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)


8202
8203
8204
8205
# File 'lib/aws-sdk-sagemaker/types.rb', line 8202

class DescribeTransformJobRequest < Struct.new(
  :transform_job_name)
  include Aws::Structure
end