| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Class and Description |
|---|---|
static class |
TransformInput.Jsii$Proxy
An implementation for
TransformInput |
| Modifier and Type | Method and Description |
|---|---|
TransformInput |
TransformInput.Builder.build()
Builds the configured instance.
|
TransformInput |
SageMakerCreateTransformJobProps.getTransformInput()
(experimental) Dataset to be transformed and the Amazon S3 location where it is stored.
|
TransformInput |
SageMakerCreateTransformJobProps.Jsii$Proxy.getTransformInput() |
| Modifier and Type | Method and Description |
|---|---|
SageMakerCreateTransformJobProps.Builder |
SageMakerCreateTransformJobProps.Builder.transformInput(TransformInput transformInput)
Sets the value of
SageMakerCreateTransformJobProps.getTransformInput() |
SageMakerCreateTransformJob.Builder |
SageMakerCreateTransformJob.Builder.transformInput(TransformInput transformInput)
(experimental) Dataset to be transformed and the Amazon S3 location where it is stored.
|
| Constructor and Description |
|---|
Jsii$Proxy(String modelName,
TransformInput transformInput,
String transformJobName,
TransformOutput transformOutput,
BatchStrategy batchStrategy,
Map<String,String> environment,
Number maxConcurrentTransforms,
Size maxPayload,
ModelClientOptions modelClientOptions,
IRole role,
Map<String,String> tags,
TransformResources transformResources,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Map<String,? extends Object> resultSelector,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
SageMakerCreateTransformJobProps.Builder. |
Copyright © 2021. All rights reserved.