Uses of Class
software.amazon.awssdk.services.sagemaker.model.MonitoringScheduleSummary
-
Packages that use MonitoringScheduleSummary Package Description software.amazon.awssdk.services.sagemaker.model software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of MonitoringScheduleSummary in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type MonitoringScheduleSummary Modifier and Type Method Description List<MonitoringScheduleSummary>ListMonitoringSchedulesResponse. monitoringScheduleSummaries()A JSON array in which each element is a summary for a monitoring schedule.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type MonitoringScheduleSummary Modifier and Type Method Description ListMonitoringSchedulesResponse.BuilderListMonitoringSchedulesResponse.Builder. monitoringScheduleSummaries(MonitoringScheduleSummary... monitoringScheduleSummaries)A JSON array in which each element is a summary for a monitoring schedule.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type MonitoringScheduleSummary Modifier and Type Method Description ListMonitoringSchedulesResponse.BuilderListMonitoringSchedulesResponse.Builder. monitoringScheduleSummaries(Collection<MonitoringScheduleSummary> monitoringScheduleSummaries)A JSON array in which each element is a summary for a monitoring schedule. -
Uses of MonitoringScheduleSummary in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type MonitoringScheduleSummary Modifier and Type Method Description SdkIterable<MonitoringScheduleSummary>ListMonitoringSchedulesIterable. monitoringScheduleSummaries()Returns an iterable to iterate through the paginatedListMonitoringSchedulesResponse.monitoringScheduleSummaries()member.SdkPublisher<MonitoringScheduleSummary>ListMonitoringSchedulesPublisher. monitoringScheduleSummaries()Returns a publisher that can be used to get a stream of data.
-