Uses of Interface
software.amazon.awssdk.services.sagemaker.model.MonitoringOutput.Builder
-
Packages that use MonitoringOutput.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of MonitoringOutput.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return MonitoringOutput.Builder Modifier and Type Method Description static MonitoringOutput.BuilderMonitoringOutput. builder()default MonitoringOutput.BuilderMonitoringOutput.Builder. s3Output(Consumer<MonitoringS3Output.Builder> s3Output)The Amazon S3 storage location where the results of a monitoring job are saved.MonitoringOutput.BuilderMonitoringOutput.Builder. s3Output(MonitoringS3Output s3Output)The Amazon S3 storage location where the results of a monitoring job are saved.MonitoringOutput.BuilderMonitoringOutput. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type MonitoringOutput.Builder Modifier and Type Method Description static Class<? extends MonitoringOutput.Builder>MonitoringOutput. serializableBuilderClass()
-