Class: Aws::SageMaker::Types::DescribeTransformJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeTransformJobRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#transform_job_name ⇒ String
The name of the transform job that you want to view details of.
Instance Attribute Details
#transform_job_name ⇒ String
The name of the transform job that you want to view details of.
17985 17986 17987 17988 17989 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 17985 class DescribeTransformJobRequest < Struct.new( :transform_job_name) SENSITIVE = [] include Aws::Structure end |