| 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<ListMonitoringExecutionsResult> |
AbstractAmazonSageMakerAsync.listMonitoringExecutionsAsync(ListMonitoringExecutionsRequest request,
AsyncHandler<ListMonitoringExecutionsRequest,ListMonitoringExecutionsResult> asyncHandler) |
Future<ListMonitoringExecutionsResult> |
AmazonSageMakerAsyncClient.listMonitoringExecutionsAsync(ListMonitoringExecutionsRequest request,
AsyncHandler<ListMonitoringExecutionsRequest,ListMonitoringExecutionsResult> asyncHandler) |
Future<ListMonitoringExecutionsResult> |
AmazonSageMakerAsync.listMonitoringExecutionsAsync(ListMonitoringExecutionsRequest listMonitoringExecutionsRequest,
AsyncHandler<ListMonitoringExecutionsRequest,ListMonitoringExecutionsResult> asyncHandler)
Returns list of all monitoring job executions.
|
| Modifier and Type | Method and Description |
|---|---|
ListMonitoringExecutionsRequest |
ListMonitoringExecutionsRequest.clone() |
ListMonitoringExecutionsRequest |
ListMonitoringExecutionsRequest.withCreationTimeAfter(Date creationTimeAfter)
A filter that returns only jobs created after a specified time.
|
ListMonitoringExecutionsRequest |
ListMonitoringExecutionsRequest.withCreationTimeBefore(Date creationTimeBefore)
A filter that returns only jobs created before a specified time.
|
ListMonitoringExecutionsRequest |
ListMonitoringExecutionsRequest.withEndpointName(String endpointName)
Name of a specific endpoint to fetch jobs for.
|
ListMonitoringExecutionsRequest |
ListMonitoringExecutionsRequest.withLastModifiedTimeAfter(Date lastModifiedTimeAfter)
A filter that returns only jobs modified before a specified time.
|
ListMonitoringExecutionsRequest |
ListMonitoringExecutionsRequest.withLastModifiedTimeBefore(Date lastModifiedTimeBefore)
A filter that returns only jobs modified after a specified time.
|
ListMonitoringExecutionsRequest |
ListMonitoringExecutionsRequest.withMaxResults(Integer maxResults)
The maximum number of jobs to return in the response.
|
ListMonitoringExecutionsRequest |
ListMonitoringExecutionsRequest.withMonitoringJobDefinitionName(String monitoringJobDefinitionName)
Gets a list of the monitoring job runs of the specified monitoring job definitions.
|
ListMonitoringExecutionsRequest |
ListMonitoringExecutionsRequest.withMonitoringScheduleName(String monitoringScheduleName)
Name of a specific schedule to fetch jobs for.
|
ListMonitoringExecutionsRequest |
ListMonitoringExecutionsRequest.withMonitoringTypeEquals(MonitoringType monitoringTypeEquals)
A filter that returns only the monitoring job runs of the specified monitoring type.
|
ListMonitoringExecutionsRequest |
ListMonitoringExecutionsRequest.withMonitoringTypeEquals(String monitoringTypeEquals)
A filter that returns only the monitoring job runs of the specified monitoring type.
|
ListMonitoringExecutionsRequest |
ListMonitoringExecutionsRequest.withNextToken(String nextToken)
The token returned if the response is truncated.
|
ListMonitoringExecutionsRequest |
ListMonitoringExecutionsRequest.withScheduledTimeAfter(Date scheduledTimeAfter)
Filter for jobs scheduled after a specified time.
|
ListMonitoringExecutionsRequest |
ListMonitoringExecutionsRequest.withScheduledTimeBefore(Date scheduledTimeBefore)
Filter for jobs scheduled before a specified time.
|
ListMonitoringExecutionsRequest |
ListMonitoringExecutionsRequest.withSortBy(MonitoringExecutionSortKey sortBy)
Whether to sort the results by the
Status, CreationTime, or ScheduledTime
field. |
ListMonitoringExecutionsRequest |
ListMonitoringExecutionsRequest.withSortBy(String sortBy)
Whether to sort the results by the
Status, CreationTime, or ScheduledTime
field. |
ListMonitoringExecutionsRequest |
ListMonitoringExecutionsRequest.withSortOrder(SortOrder sortOrder)
Whether to sort the results in
Ascending or Descending order. |
ListMonitoringExecutionsRequest |
ListMonitoringExecutionsRequest.withSortOrder(String sortOrder)
Whether to sort the results in
Ascending or Descending order. |
ListMonitoringExecutionsRequest |
ListMonitoringExecutionsRequest.withStatusEquals(ExecutionStatus statusEquals)
A filter that retrieves only jobs with a specific status.
|
ListMonitoringExecutionsRequest |
ListMonitoringExecutionsRequest.withStatusEquals(String statusEquals)
A filter that retrieves only jobs with a specific status.
|
Copyright © 2024. All rights reserved.