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)


4492
4493
4494
4495
# File 'lib/aws-sdk-sagemaker/types.rb', line 4492

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