public static interface ListMonitoringAlertHistoryResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListMonitoringAlertHistoryResponse.Builder,ListMonitoringAlertHistoryResponse>
| Modifier and Type | Method and Description |
|---|---|
ListMonitoringAlertHistoryResponse.Builder |
monitoringAlertHistory(Collection<MonitoringAlertHistorySummary> monitoringAlertHistory)
An alert history for a model monitoring schedule.
|
ListMonitoringAlertHistoryResponse.Builder |
monitoringAlertHistory(Consumer<MonitoringAlertHistorySummary.Builder>... monitoringAlertHistory)
An alert history for a model monitoring schedule.
|
ListMonitoringAlertHistoryResponse.Builder |
monitoringAlertHistory(MonitoringAlertHistorySummary... monitoringAlertHistory)
An alert history for a model monitoring schedule.
|
ListMonitoringAlertHistoryResponse.Builder |
nextToken(String nextToken)
If the response is truncated, SageMaker returns this token.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListMonitoringAlertHistoryResponse.Builder monitoringAlertHistory(Collection<MonitoringAlertHistorySummary> monitoringAlertHistory)
An alert history for a model monitoring schedule.
monitoringAlertHistory - An alert history for a model monitoring schedule.ListMonitoringAlertHistoryResponse.Builder monitoringAlertHistory(MonitoringAlertHistorySummary... monitoringAlertHistory)
An alert history for a model monitoring schedule.
monitoringAlertHistory - An alert history for a model monitoring schedule.ListMonitoringAlertHistoryResponse.Builder monitoringAlertHistory(Consumer<MonitoringAlertHistorySummary.Builder>... monitoringAlertHistory)
An alert history for a model monitoring schedule.
This is a convenience method that creates an instance of theMonitoringAlertHistorySummary.Builder avoiding the
need to create one manually via
MonitoringAlertHistorySummary.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #monitoringAlertHistory(List.
monitoringAlertHistory - a consumer that will call methods on
MonitoringAlertHistorySummary.Builder#monitoringAlertHistory(java.util.Collection) ListMonitoringAlertHistoryResponse.Builder nextToken(String nextToken)
If the response is truncated, SageMaker returns this token. To retrieve the next set of alerts, use it in the subsequent request.
nextToken - If the response is truncated, SageMaker returns this token. To retrieve the next set of alerts, use it
in the subsequent request.Copyright © 2023. All rights reserved.