| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
TransformInput |
TransformJobDefinition.transformInput()
A description of the input source and the way the transform job consumes it.
|
TransformInput |
CreateTransformJobRequest.transformInput()
Describes 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 |
|---|---|
TransformJobDefinition.Builder |
TransformJobDefinition.Builder.transformInput(TransformInput transformInput)
A description of the input source and the way the transform job consumes it.
|
CreateTransformJobRequest.Builder |
CreateTransformJobRequest.Builder.transformInput(TransformInput transformInput)
Describes 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 © 2019. All rights reserved.