Uses of Interface
software.amazon.awssdk.services.sagemaker.model.MonitoringS3Output.Builder
-
Packages that use MonitoringS3Output.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of MonitoringS3Output.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return MonitoringS3Output.Builder Modifier and Type Method Description static MonitoringS3Output.BuilderMonitoringS3Output. builder()MonitoringS3Output.BuilderMonitoringS3Output.Builder. localPath(String localPath)The local path to the Amazon S3 storage location where Amazon SageMaker AI saves the results of a monitoring job.MonitoringS3Output.BuilderMonitoringS3Output.Builder. s3UploadMode(String s3UploadMode)Whether to upload the results of the monitoring job continuously or after the job completes.MonitoringS3Output.BuilderMonitoringS3Output.Builder. s3UploadMode(ProcessingS3UploadMode s3UploadMode)Whether to upload the results of the monitoring job continuously or after the job completes.MonitoringS3Output.BuilderMonitoringS3Output.Builder. s3Uri(String s3Uri)A URI that identifies the Amazon S3 storage location where Amazon SageMaker AI saves the results of a monitoring job.MonitoringS3Output.BuilderMonitoringS3Output. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type MonitoringS3Output.Builder Modifier and Type Method Description static Class<? extends MonitoringS3Output.Builder>MonitoringS3Output. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type MonitoringS3Output.Builder Modifier and Type Method Description default MonitoringOutput.BuilderMonitoringOutput.Builder. s3Output(Consumer<MonitoringS3Output.Builder> s3Output)The Amazon S3 storage location where the results of a monitoring job are saved.
-