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

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

Returns:

  • (String)


16740
16741
16742
16743
16744
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16740

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