Uses of Class
software.amazon.awssdk.services.sagemaker.model.TransformInput
-
Packages that use TransformInput Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of TransformInput in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return TransformInput Modifier and Type Method Description TransformInputCreateTransformJobRequest. transformInput()Describes the input source and the way the transform job consumes it.TransformInputDescribeTransformJobResponse. transformInput()Describes the dataset to be transformed and the Amazon S3 location where it is stored.TransformInputTransformJob. transformInput()Returns the value of the TransformInput property for this object.TransformInputTransformJobDefinition. transformInput()A description of the input source and the way the transform job consumes it.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type TransformInput Modifier and Type Method Description CreateTransformJobRequest.BuilderCreateTransformJobRequest.Builder. transformInput(TransformInput transformInput)Describes the input source and the way the transform job consumes it.DescribeTransformJobResponse.BuilderDescribeTransformJobResponse.Builder. transformInput(TransformInput transformInput)Describes the dataset to be transformed and the Amazon S3 location where it is stored.TransformJob.BuilderTransformJob.Builder. transformInput(TransformInput transformInput)Sets the value of the TransformInput property for this object.TransformJobDefinition.BuilderTransformJobDefinition.Builder. transformInput(TransformInput transformInput)A description of the input source and the way the transform job consumes it.
-