| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
TransformOutput |
TransformOutput.clone() |
TransformOutput |
CreateTransformJobRequest.getTransformOutput()
Describes the results of the transform job.
|
TransformOutput |
TransformJobDefinition.getTransformOutput()
Identifies the Amazon S3 location where you want Amazon SageMaker to save the results from the transform job.
|
TransformOutput |
DescribeTransformJobResult.getTransformOutput()
Identifies the Amazon S3 location where you want Amazon SageMaker to save the results from the transform job.
|
TransformOutput |
TransformOutput.withAccept(String accept)
The MIME type used to specify the output data.
|
TransformOutput |
TransformOutput.withAssembleWith(AssemblyType assembleWith)
Defines how to assemble the results of the transform job as a single S3 object.
|
TransformOutput |
TransformOutput.withAssembleWith(String assembleWith)
Defines how to assemble the results of the transform job as a single S3 object.
|
TransformOutput |
TransformOutput.withKmsKeyId(String kmsKeyId)
The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest
using Amazon S3 server-side encryption.
|
TransformOutput |
TransformOutput.withS3OutputPath(String s3OutputPath)
The Amazon S3 path where you want Amazon SageMaker to store the results of the transform job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateTransformJobRequest.setTransformOutput(TransformOutput transformOutput)
Describes the results of the transform job.
|
void |
TransformJobDefinition.setTransformOutput(TransformOutput transformOutput)
Identifies the Amazon S3 location where you want Amazon SageMaker to save the results from the transform job.
|
void |
DescribeTransformJobResult.setTransformOutput(TransformOutput transformOutput)
Identifies the Amazon S3 location where you want Amazon SageMaker to save the results from the transform job.
|
CreateTransformJobRequest |
CreateTransformJobRequest.withTransformOutput(TransformOutput transformOutput)
Describes the results of the transform job.
|
TransformJobDefinition |
TransformJobDefinition.withTransformOutput(TransformOutput transformOutput)
Identifies the Amazon S3 location where you want Amazon SageMaker to save the results from the transform job.
|
DescribeTransformJobResult |
DescribeTransformJobResult.withTransformOutput(TransformOutput transformOutput)
Identifies the Amazon S3 location where you want Amazon SageMaker to save the results from the transform job.
|
Copyright © 2020. All rights reserved.