Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.SageMakerCreateTransformJobProps.Builder
Packages that use SageMakerCreateTransformJobProps.Builder
Package
Description
Tasks for AWS Step Functions
-
Uses of SageMakerCreateTransformJobProps.Builder in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return SageMakerCreateTransformJobProps.BuilderModifier and TypeMethodDescriptionSageMakerCreateTransformJobProps.Builder.batchStrategy(BatchStrategy batchStrategy) Sets the value ofSageMakerCreateTransformJobProps.getBatchStrategy()SageMakerCreateTransformJobProps.builder()Sets the value ofTaskStateBaseProps.getComment()SageMakerCreateTransformJobProps.Builder.environment(Map<String, String> environment) Sets the value ofSageMakerCreateTransformJobProps.getEnvironment()Sets the value ofTaskStateBaseProps.getHeartbeat()Sets the value ofTaskStateBaseProps.getInputPath()SageMakerCreateTransformJobProps.Builder.integrationPattern(IntegrationPattern integrationPattern) Sets the value ofTaskStateBaseProps.getIntegrationPattern()SageMakerCreateTransformJobProps.Builder.maxConcurrentTransforms(Number maxConcurrentTransforms) Sets the value ofSageMakerCreateTransformJobProps.getMaxConcurrentTransforms()SageMakerCreateTransformJobProps.Builder.maxPayload(Size maxPayload) Sets the value ofSageMakerCreateTransformJobProps.getMaxPayload()SageMakerCreateTransformJobProps.Builder.modelClientOptions(ModelClientOptions modelClientOptions) Sets the value ofSageMakerCreateTransformJobProps.getModelClientOptions()Sets the value ofSageMakerCreateTransformJobProps.getModelName()SageMakerCreateTransformJobProps.Builder.outputPath(String outputPath) Sets the value ofTaskStateBaseProps.getOutputPath()SageMakerCreateTransformJobProps.Builder.resultPath(String resultPath) Sets the value ofTaskStateBaseProps.getResultPath()SageMakerCreateTransformJobProps.Builder.resultSelector(Map<String, ? extends Object> resultSelector) Sets the value ofTaskStateBaseProps.getResultSelector()Sets the value ofSageMakerCreateTransformJobProps.getRole()Sets the value ofSageMakerCreateTransformJobProps.getTags()Sets the value ofTaskStateBaseProps.getTimeout()SageMakerCreateTransformJobProps.Builder.transformInput(TransformInput transformInput) Sets the value ofSageMakerCreateTransformJobProps.getTransformInput()SageMakerCreateTransformJobProps.Builder.transformJobName(String transformJobName) Sets the value ofSageMakerCreateTransformJobProps.getTransformJobName()SageMakerCreateTransformJobProps.Builder.transformOutput(TransformOutput transformOutput) Sets the value ofSageMakerCreateTransformJobProps.getTransformOutput()SageMakerCreateTransformJobProps.Builder.transformResources(TransformResources transformResources) Sets the value ofSageMakerCreateTransformJobProps.getTransformResources()Constructors in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type SageMakerCreateTransformJobProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theSageMakerCreateTransformJobProps.Builder.