Uses of Interface
software.amazon.awscdk.services.stepfunctions.tasks.TransformOutput
Packages that use TransformOutput
Package
Description
Tasks for AWS Step Functions
-
Uses of TransformOutput in software.amazon.awscdk.services.stepfunctions.tasks
Classes in software.amazon.awscdk.services.stepfunctions.tasks that implement TransformOutputMethods in software.amazon.awscdk.services.stepfunctions.tasks that return TransformOutputModifier and TypeMethodDescriptionTransformOutput.Builder.build()Builds the configured instance.SageMakerCreateTransformJobJsonataProps.getTransformOutput()S3 location where you want Amazon SageMaker to save the results from the transform job.final TransformOutputSageMakerCreateTransformJobJsonataProps.Jsii$Proxy.getTransformOutput()SageMakerCreateTransformJobJsonPathProps.getTransformOutput()S3 location where you want Amazon SageMaker to save the results from the transform job.final TransformOutputSageMakerCreateTransformJobJsonPathProps.Jsii$Proxy.getTransformOutput()SageMakerCreateTransformJobProps.getTransformOutput()S3 location where you want Amazon SageMaker to save the results from the transform job.final TransformOutputSageMakerCreateTransformJobProps.Jsii$Proxy.getTransformOutput()Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type TransformOutputModifier and TypeMethodDescriptionSageMakerCreateTransformJob.Builder.transformOutput(TransformOutput transformOutput) S3 location where you want Amazon SageMaker to save the results from the transform job.SageMakerCreateTransformJobJsonataProps.Builder.transformOutput(TransformOutput transformOutput) Sets the value ofSageMakerCreateTransformJobJsonataProps.getTransformOutput()SageMakerCreateTransformJobJsonPathProps.Builder.transformOutput(TransformOutput transformOutput) Sets the value ofSageMakerCreateTransformJobJsonPathProps.getTransformOutput()SageMakerCreateTransformJobProps.Builder.transformOutput(TransformOutput transformOutput) Sets the value ofSageMakerCreateTransformJobProps.getTransformOutput()