Uses of Class
software.amazon.awssdk.services.sagemaker.model.TransformOutput
-
Packages that use TransformOutput Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of TransformOutput in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return TransformOutput Modifier and Type Method Description TransformOutputCreateTransformJobRequest. transformOutput()Describes the results of the transform job.TransformOutputDescribeTransformJobResponse. transformOutput()Identifies the Amazon S3 location where you want Amazon SageMaker to save the results from the transform job.TransformOutputTransformJob. transformOutput()Returns the value of the TransformOutput property for this object.TransformOutputTransformJobDefinition. transformOutput()Identifies the Amazon S3 location where you want Amazon SageMaker to save the results from the transform job.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type TransformOutput Modifier and Type Method Description CreateTransformJobRequest.BuilderCreateTransformJobRequest.Builder. transformOutput(TransformOutput transformOutput)Describes the results of the transform job.DescribeTransformJobResponse.BuilderDescribeTransformJobResponse.Builder. transformOutput(TransformOutput transformOutput)Identifies the Amazon S3 location where you want Amazon SageMaker to save the results from the transform job.TransformJob.BuilderTransformJob.Builder. transformOutput(TransformOutput transformOutput)Sets the value of the TransformOutput property for this object.TransformJobDefinition.BuilderTransformJobDefinition.Builder. transformOutput(TransformOutput transformOutput)Identifies the Amazon S3 location where you want Amazon SageMaker to save the results from the transform job.
-