Uses of Interface
software.amazon.awssdk.services.sagemaker.model.TransformOutput.Builder
-
Packages that use TransformOutput.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of TransformOutput.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return TransformOutput.Builder Modifier and Type Method Description TransformOutput.BuilderTransformOutput.Builder. accept(String accept)The MIME type used to specify the output data.TransformOutput.BuilderTransformOutput.Builder. assembleWith(String assembleWith)Defines how to assemble the results of the transform job as a single S3 object.TransformOutput.BuilderTransformOutput.Builder. assembleWith(AssemblyType assembleWith)Defines how to assemble the results of the transform job as a single S3 object.static TransformOutput.BuilderTransformOutput. builder()TransformOutput.BuilderTransformOutput.Builder. kmsKeyId(String kmsKeyId)The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.TransformOutput.BuilderTransformOutput.Builder. s3OutputPath(String s3OutputPath)The Amazon S3 path where you want Amazon SageMaker to store the results of the transform job.TransformOutput.BuilderTransformOutput. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type TransformOutput.Builder Modifier and Type Method Description static Class<? extends TransformOutput.Builder>TransformOutput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type TransformOutput.Builder Modifier and Type Method Description default CreateTransformJobRequest.BuilderCreateTransformJobRequest.Builder. transformOutput(Consumer<TransformOutput.Builder> transformOutput)Describes the results of the transform job.default DescribeTransformJobResponse.BuilderDescribeTransformJobResponse.Builder. transformOutput(Consumer<TransformOutput.Builder> transformOutput)Identifies the Amazon S3 location where you want Amazon SageMaker to save the results from the transform job.default TransformJob.BuilderTransformJob.Builder. transformOutput(Consumer<TransformOutput.Builder> transformOutput)Sets the value of the TransformOutput property for this object.default TransformJobDefinition.BuilderTransformJobDefinition.Builder. transformOutput(Consumer<TransformOutput.Builder> transformOutput)Identifies the Amazon S3 location where you want Amazon SageMaker to save the results from the transform job.
-