| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static TransformInput.Builder |
TransformInput.builder() |
TransformInput.Builder |
TransformInput.Builder.compressionType(CompressionType compressionType)
If your transform data is compressed, specify the compression type.
|
TransformInput.Builder |
TransformInput.Builder.compressionType(String compressionType)
If your transform data is compressed, specify the compression type.
|
TransformInput.Builder |
TransformInput.Builder.contentType(String contentType)
The multipurpose internet mail extension (MIME) type of the data.
|
default TransformInput.Builder |
TransformInput.Builder.dataSource(Consumer<TransformDataSource.Builder> dataSource)
Describes the location of the channel data, which is, the S3 location of the input data that the model can
consume.
|
TransformInput.Builder |
TransformInput.Builder.dataSource(TransformDataSource dataSource)
Describes the location of the channel data, which is, the S3 location of the input data that the model can
consume.
|
TransformInput.Builder |
TransformInput.Builder.splitType(SplitType splitType)
The method to use to split the transform job's data files into smaller batches.
|
TransformInput.Builder |
TransformInput.Builder.splitType(String splitType)
The method to use to split the transform job's data files into smaller batches.
|
TransformInput.Builder |
TransformInput.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TransformInput.Builder> |
TransformInput.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateTransformJobRequest.Builder |
CreateTransformJobRequest.Builder.transformInput(Consumer<TransformInput.Builder> transformInput)
Describes the input source and the way the transform job consumes it.
|
default TransformJob.Builder |
TransformJob.Builder.transformInput(Consumer<TransformInput.Builder> transformInput)
Sets the value of the TransformInput property for this object.
|
default TransformJobDefinition.Builder |
TransformJobDefinition.Builder.transformInput(Consumer<TransformInput.Builder> transformInput)
A description of the input source and the way the transform job consumes it.
|
default DescribeTransformJobResponse.Builder |
DescribeTransformJobResponse.Builder.transformInput(Consumer<TransformInput.Builder> transformInput)
Describes the dataset to be transformed and the Amazon S3 location where it is stored.
|
Copyright © 2020. All rights reserved.