| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListMonitoringSchedulesResult> |
AmazonSageMakerAsyncClient.listMonitoringSchedulesAsync(ListMonitoringSchedulesRequest request,
AsyncHandler<ListMonitoringSchedulesRequest,ListMonitoringSchedulesResult> asyncHandler) |
Future<ListMonitoringSchedulesResult> |
AbstractAmazonSageMakerAsync.listMonitoringSchedulesAsync(ListMonitoringSchedulesRequest request,
AsyncHandler<ListMonitoringSchedulesRequest,ListMonitoringSchedulesResult> asyncHandler) |
Future<ListMonitoringSchedulesResult> |
AmazonSageMakerAsync.listMonitoringSchedulesAsync(ListMonitoringSchedulesRequest listMonitoringSchedulesRequest,
AsyncHandler<ListMonitoringSchedulesRequest,ListMonitoringSchedulesResult> asyncHandler)
Returns list of all monitoring schedules.
|
| Modifier and Type | Method and Description |
|---|---|
ListMonitoringSchedulesRequest |
ListMonitoringSchedulesRequest.clone() |
ListMonitoringSchedulesRequest |
ListMonitoringSchedulesRequest.withCreationTimeAfter(Date creationTimeAfter)
A filter that returns only monitoring schedules created after a specified time.
|
ListMonitoringSchedulesRequest |
ListMonitoringSchedulesRequest.withCreationTimeBefore(Date creationTimeBefore)
A filter that returns only monitoring schedules created before a specified time.
|
ListMonitoringSchedulesRequest |
ListMonitoringSchedulesRequest.withEndpointName(String endpointName)
Name of a specific endpoint to fetch schedules for.
|
ListMonitoringSchedulesRequest |
ListMonitoringSchedulesRequest.withLastModifiedTimeAfter(Date lastModifiedTimeAfter)
A filter that returns only monitoring schedules modified after a specified time.
|
ListMonitoringSchedulesRequest |
ListMonitoringSchedulesRequest.withLastModifiedTimeBefore(Date lastModifiedTimeBefore)
A filter that returns only monitoring schedules modified before a specified time.
|
ListMonitoringSchedulesRequest |
ListMonitoringSchedulesRequest.withMaxResults(Integer maxResults)
The maximum number of jobs to return in the response.
|
ListMonitoringSchedulesRequest |
ListMonitoringSchedulesRequest.withMonitoringJobDefinitionName(String monitoringJobDefinitionName)
Gets a list of the monitoring schedules for the specified monitoring job definition.
|
ListMonitoringSchedulesRequest |
ListMonitoringSchedulesRequest.withMonitoringTypeEquals(MonitoringType monitoringTypeEquals)
A filter that returns only the monitoring schedules for the specified monitoring type.
|
ListMonitoringSchedulesRequest |
ListMonitoringSchedulesRequest.withMonitoringTypeEquals(String monitoringTypeEquals)
A filter that returns only the monitoring schedules for the specified monitoring type.
|
ListMonitoringSchedulesRequest |
ListMonitoringSchedulesRequest.withNameContains(String nameContains)
Filter for monitoring schedules whose name contains a specified string.
|
ListMonitoringSchedulesRequest |
ListMonitoringSchedulesRequest.withNextToken(String nextToken)
The token returned if the response is truncated.
|
ListMonitoringSchedulesRequest |
ListMonitoringSchedulesRequest.withSortBy(MonitoringScheduleSortKey sortBy)
Whether to sort the results by the
Status, CreationTime, or ScheduledTime
field. |
ListMonitoringSchedulesRequest |
ListMonitoringSchedulesRequest.withSortBy(String sortBy)
Whether to sort the results by the
Status, CreationTime, or ScheduledTime
field. |
ListMonitoringSchedulesRequest |
ListMonitoringSchedulesRequest.withSortOrder(SortOrder sortOrder)
Whether to sort the results in
Ascending or Descending order. |
ListMonitoringSchedulesRequest |
ListMonitoringSchedulesRequest.withSortOrder(String sortOrder)
Whether to sort the results in
Ascending or Descending order. |
ListMonitoringSchedulesRequest |
ListMonitoringSchedulesRequest.withStatusEquals(ScheduleStatus statusEquals)
A filter that returns only monitoring schedules modified before a specified time.
|
ListMonitoringSchedulesRequest |
ListMonitoringSchedulesRequest.withStatusEquals(String statusEquals)
A filter that returns only monitoring schedules modified before a specified time.
|
Copyright © 2024. All rights reserved.