| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
TransformInput |
CreateTransformJobRequest.transformInput()
Describes the input source and the way the transform job consumes it.
|
TransformInput |
TransformJob.transformInput()
Returns the value of the TransformInput property for this object.
|
TransformInput |
TransformJobDefinition.transformInput()
A description of the input source and the way the transform job consumes it.
|
TransformInput |
DescribeTransformJobResponse.transformInput()
Describes the dataset to be transformed and the Amazon S3 location where it is stored.
|
| Modifier and Type | Method and Description |
|---|---|
CreateTransformJobRequest.Builder |
CreateTransformJobRequest.Builder.transformInput(TransformInput transformInput)
Describes the input source and the way the transform job consumes it.
|
TransformJob.Builder |
TransformJob.Builder.transformInput(TransformInput transformInput)
Sets the value of the TransformInput property for this object.
|
TransformJobDefinition.Builder |
TransformJobDefinition.Builder.transformInput(TransformInput transformInput)
A description of the input source and the way the transform job consumes it.
|
DescribeTransformJobResponse.Builder |
DescribeTransformJobResponse.Builder.transformInput(TransformInput transformInput)
Describes the dataset to be transformed and the Amazon S3 location where it is stored.
|
Copyright © 2020. All rights reserved.