Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.SageMakerCreateTransformJob.Builder
Package
Description
Tasks for AWS Step Functions
-
Uses of SageMakerCreateTransformJob.Builder in software.amazon.awscdk.services.stepfunctions.tasks
Modifier and TypeMethodDescriptionSageMakerCreateTransformJob.Builder.batchStrategy
(BatchStrategy batchStrategy) Number of records to include in a mini-batch for an HTTP inference request.An optional description for this state.SageMakerCreateTransformJob.Builder.credentials
(Credentials credentials) Credentials for an IAM Role that the State Machine assumes for executing the task.SageMakerCreateTransformJob.Builder.environment
(Map<String, String> environment) Environment variables to set in the Docker container.Deprecated.SageMakerCreateTransformJob.Builder.heartbeatTimeout
(Timeout heartbeatTimeout) Timeout for the heartbeat.JSONPath expression to select part of the state to be the input to this state.SageMakerCreateTransformJob.Builder.integrationPattern
(IntegrationPattern integrationPattern) AWS Step Functions integrates with services directly in the Amazon States Language.SageMakerCreateTransformJob.Builder.maxConcurrentTransforms
(Number maxConcurrentTransforms) Maximum number of parallel requests that can be sent to each instance in a transform job.SageMakerCreateTransformJob.Builder.maxPayload
(Size maxPayload) Maximum allowed size of the payload, in MB.SageMakerCreateTransformJob.Builder.modelClientOptions
(ModelClientOptions modelClientOptions) Configures the timeout and maximum number of retries for processing a transform job invocation.Name of the model that you want to use for the transform job.SageMakerCreateTransformJob.Builder.outputPath
(String outputPath) JSONPath expression to select select a portion of the state output to pass to the next state.SageMakerCreateTransformJob.Builder.resultPath
(String resultPath) JSONPath expression to indicate where to inject the state's output.SageMakerCreateTransformJob.Builder.resultSelector
(Map<String, ? extends Object> resultSelector) The JSON that will replace the state's raw result and become the effective result before ResultPath is applied.Role for the Transform Job.Optional name for this state.Tags to be applied to the train job.SageMakerCreateTransformJob.Builder.taskTimeout
(Timeout taskTimeout) Timeout for the task.Deprecated.usetaskTimeout
SageMakerCreateTransformJob.Builder.transformInput
(TransformInput transformInput) Dataset to be transformed and the Amazon S3 location where it is stored.SageMakerCreateTransformJob.Builder.transformJobName
(String transformJobName) Transform Job Name.SageMakerCreateTransformJob.Builder.transformOutput
(TransformOutput transformOutput) S3 location where you want Amazon SageMaker to save the results from the transform job.SageMakerCreateTransformJob.Builder.transformResources
(TransformResources transformResources) ML compute instances for the transform job.
heartbeatTimeout