| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListMonitoringAlertHistoryResponse> |
SageMakerAsyncClient.listMonitoringAlertHistory(Consumer<ListMonitoringAlertHistoryRequest.Builder> listMonitoringAlertHistoryRequest)
Gets a list of past alerts in a model monitoring schedule.
|
default ListMonitoringAlertHistoryResponse |
SageMakerClient.listMonitoringAlertHistory(Consumer<ListMonitoringAlertHistoryRequest.Builder> listMonitoringAlertHistoryRequest)
Gets a list of past alerts in a model monitoring schedule.
|
default ListMonitoringAlertHistoryPublisher |
SageMakerAsyncClient.listMonitoringAlertHistoryPaginator(Consumer<ListMonitoringAlertHistoryRequest.Builder> listMonitoringAlertHistoryRequest)
Gets a list of past alerts in a model monitoring schedule.
|
default ListMonitoringAlertHistoryIterable |
SageMakerClient.listMonitoringAlertHistoryPaginator(Consumer<ListMonitoringAlertHistoryRequest.Builder> listMonitoringAlertHistoryRequest)
Gets a list of past alerts in a model monitoring schedule.
|
| Modifier and Type | Method and Description |
|---|---|
static ListMonitoringAlertHistoryRequest.Builder |
ListMonitoringAlertHistoryRequest.builder() |
ListMonitoringAlertHistoryRequest.Builder |
ListMonitoringAlertHistoryRequest.Builder.creationTimeAfter(Instant creationTimeAfter)
A filter that returns only alerts created on or after the specified time.
|
ListMonitoringAlertHistoryRequest.Builder |
ListMonitoringAlertHistoryRequest.Builder.creationTimeBefore(Instant creationTimeBefore)
A filter that returns only alerts created on or before the specified time.
|
ListMonitoringAlertHistoryRequest.Builder |
ListMonitoringAlertHistoryRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to display.
|
ListMonitoringAlertHistoryRequest.Builder |
ListMonitoringAlertHistoryRequest.Builder.monitoringAlertName(String monitoringAlertName)
The name of a monitoring alert.
|
ListMonitoringAlertHistoryRequest.Builder |
ListMonitoringAlertHistoryRequest.Builder.monitoringScheduleName(String monitoringScheduleName)
The name of a monitoring schedule.
|
ListMonitoringAlertHistoryRequest.Builder |
ListMonitoringAlertHistoryRequest.Builder.nextToken(String nextToken)
If the result of the previous
ListMonitoringAlertHistory request was truncated, the response
includes a NextToken. |
ListMonitoringAlertHistoryRequest.Builder |
ListMonitoringAlertHistoryRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListMonitoringAlertHistoryRequest.Builder |
ListMonitoringAlertHistoryRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListMonitoringAlertHistoryRequest.Builder |
ListMonitoringAlertHistoryRequest.Builder.sortBy(MonitoringAlertHistorySortKey sortBy)
The field used to sort results.
|
ListMonitoringAlertHistoryRequest.Builder |
ListMonitoringAlertHistoryRequest.Builder.sortBy(String sortBy)
The field used to sort results.
|
ListMonitoringAlertHistoryRequest.Builder |
ListMonitoringAlertHistoryRequest.Builder.sortOrder(SortOrder sortOrder)
The sort order, whether
Ascending or Descending, of the alert history. |
ListMonitoringAlertHistoryRequest.Builder |
ListMonitoringAlertHistoryRequest.Builder.sortOrder(String sortOrder)
The sort order, whether
Ascending or Descending, of the alert history. |
ListMonitoringAlertHistoryRequest.Builder |
ListMonitoringAlertHistoryRequest.Builder.statusEquals(MonitoringAlertStatus statusEquals)
A filter that retrieves only alerts with a specific status.
|
ListMonitoringAlertHistoryRequest.Builder |
ListMonitoringAlertHistoryRequest.Builder.statusEquals(String statusEquals)
A filter that retrieves only alerts with a specific status.
|
ListMonitoringAlertHistoryRequest.Builder |
ListMonitoringAlertHistoryRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListMonitoringAlertHistoryRequest.Builder> |
ListMonitoringAlertHistoryRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.