| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
TransformOutput |
TransformJob.transformOutput()
Returns the value of the TransformOutput property for this object.
|
TransformOutput |
DescribeTransformJobResponse.transformOutput()
Identifies the Amazon S3 location where you want Amazon SageMaker to save the results from the transform job.
|
TransformOutput |
CreateTransformJobRequest.transformOutput()
Describes the results of the transform job.
|
TransformOutput |
TransformJobDefinition.transformOutput()
Identifies the Amazon S3 location where you want Amazon SageMaker to save the results from the transform job.
|
| Modifier and Type | Method and Description |
|---|---|
TransformJob.Builder |
TransformJob.Builder.transformOutput(TransformOutput transformOutput)
Sets the value of the TransformOutput property for this object.
|
DescribeTransformJobResponse.Builder |
DescribeTransformJobResponse.Builder.transformOutput(TransformOutput transformOutput)
Identifies the Amazon S3 location where you want Amazon SageMaker to save the results from the transform job.
|
CreateTransformJobRequest.Builder |
CreateTransformJobRequest.Builder.transformOutput(TransformOutput transformOutput)
Describes the results of the transform job.
|
TransformJobDefinition.Builder |
TransformJobDefinition.Builder.transformOutput(TransformOutput transformOutput)
Identifies the Amazon S3 location where you want Amazon SageMaker to save the results from the transform job.
|
Copyright © 2021. All rights reserved.