Uses of Interface
software.amazon.awssdk.services.sagemaker.model.ProcessingS3Output.Builder
-
Packages that use ProcessingS3Output.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ProcessingS3Output.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ProcessingS3Output.Builder Modifier and Type Method Description static ProcessingS3Output.BuilderProcessingS3Output. builder()ProcessingS3Output.BuilderProcessingS3Output.Builder. localPath(String localPath)The local path of a directory where you want Amazon SageMaker to upload its contents to Amazon S3.ProcessingS3Output.BuilderProcessingS3Output.Builder. s3UploadMode(String s3UploadMode)Whether to upload the results of the processing job continuously or after the job completes.ProcessingS3Output.BuilderProcessingS3Output.Builder. s3UploadMode(ProcessingS3UploadMode s3UploadMode)Whether to upload the results of the processing job continuously or after the job completes.ProcessingS3Output.BuilderProcessingS3Output.Builder. s3Uri(String s3Uri)A URI that identifies the Amazon S3 bucket where you want Amazon SageMaker to save the results of a processing job.ProcessingS3Output.BuilderProcessingS3Output. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ProcessingS3Output.Builder Modifier and Type Method Description static Class<? extends ProcessingS3Output.Builder>ProcessingS3Output. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ProcessingS3Output.Builder Modifier and Type Method Description default ProcessingOutput.BuilderProcessingOutput.Builder. s3Output(Consumer<ProcessingS3Output.Builder> s3Output)Configuration for processing job outputs in Amazon S3.
-