@Generated(value="software.amazon.awssdk:codegen") public final class ListMonitoringExecutionsRequest extends SageMakerRequest implements ToCopyableBuilder<ListMonitoringExecutionsRequest.Builder,ListMonitoringExecutionsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListMonitoringExecutionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListMonitoringExecutionsRequest.Builder |
builder() |
Instant |
creationTimeAfter()
A filter that returns only jobs created after a specified time.
|
Instant |
creationTimeBefore()
A filter that returns only jobs created before a specified time.
|
String |
endpointName()
Name of a specific endpoint to fetch jobs for.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModifiedTimeAfter()
A filter that returns only jobs modified before a specified time.
|
Instant |
lastModifiedTimeBefore()
A filter that returns only jobs modified after a specified time.
|
Integer |
maxResults()
The maximum number of jobs to return in the response.
|
String |
monitoringJobDefinitionName()
Gets a list of the monitoring job runs of the specified monitoring job definitions.
|
String |
monitoringScheduleName()
Name of a specific schedule to fetch jobs for.
|
MonitoringType |
monitoringTypeEquals()
A filter that returns only the monitoring job runs of the specified monitoring type.
|
String |
monitoringTypeEqualsAsString()
A filter that returns only the monitoring job runs of the specified monitoring type.
|
String |
nextToken()
The token returned if the response is truncated.
|
Instant |
scheduledTimeAfter()
Filter for jobs scheduled after a specified time.
|
Instant |
scheduledTimeBefore()
Filter for jobs scheduled before a specified time.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListMonitoringExecutionsRequest.Builder> |
serializableBuilderClass() |
MonitoringExecutionSortKey |
sortBy()
Whether to sort results by
Status, CreationTime, ScheduledTime field. |
String |
sortByAsString()
Whether to sort results by
Status, CreationTime, ScheduledTime field. |
SortOrder |
sortOrder()
Whether to sort the results in
Ascending or Descending order. |
String |
sortOrderAsString()
Whether to sort the results in
Ascending or Descending order. |
ExecutionStatus |
statusEquals()
A filter that retrieves only jobs with a specific status.
|
String |
statusEqualsAsString()
A filter that retrieves only jobs with a specific status.
|
ListMonitoringExecutionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String monitoringScheduleName()
Name of a specific schedule to fetch jobs for.
public final String endpointName()
Name of a specific endpoint to fetch jobs for.
public final MonitoringExecutionSortKey sortBy()
Whether to sort results by Status, CreationTime, ScheduledTime field. The
default is CreationTime.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return MonitoringExecutionSortKey.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from sortByAsString().
Status, CreationTime, ScheduledTime
field. The default is CreationTime.MonitoringExecutionSortKeypublic final String sortByAsString()
Whether to sort results by Status, CreationTime, ScheduledTime field. The
default is CreationTime.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return MonitoringExecutionSortKey.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from sortByAsString().
Status, CreationTime, ScheduledTime
field. The default is CreationTime.MonitoringExecutionSortKeypublic final SortOrder sortOrder()
Whether to sort the results in Ascending or Descending order. The default is
Descending.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
Ascending or Descending order. The default is
Descending.SortOrderpublic final String sortOrderAsString()
Whether to sort the results in Ascending or Descending order. The default is
Descending.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
Ascending or Descending order. The default is
Descending.SortOrderpublic final String nextToken()
The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.
public final Integer maxResults()
The maximum number of jobs to return in the response. The default value is 10.
public final Instant scheduledTimeBefore()
Filter for jobs scheduled before a specified time.
public final Instant scheduledTimeAfter()
Filter for jobs scheduled after a specified time.
public final Instant creationTimeBefore()
A filter that returns only jobs created before a specified time.
public final Instant creationTimeAfter()
A filter that returns only jobs created after a specified time.
public final Instant lastModifiedTimeBefore()
A filter that returns only jobs modified after a specified time.
public final Instant lastModifiedTimeAfter()
A filter that returns only jobs modified before a specified time.
public final ExecutionStatus statusEquals()
A filter that retrieves only jobs with a specific status.
If the service returns an enum value that is not available in the current SDK version, statusEquals will
return ExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusEqualsAsString().
ExecutionStatuspublic final String statusEqualsAsString()
A filter that retrieves only jobs with a specific status.
If the service returns an enum value that is not available in the current SDK version, statusEquals will
return ExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusEqualsAsString().
ExecutionStatuspublic final String monitoringJobDefinitionName()
Gets a list of the monitoring job runs of the specified monitoring job definitions.
public final MonitoringType monitoringTypeEquals()
A filter that returns only the monitoring job runs of the specified monitoring type.
If the service returns an enum value that is not available in the current SDK version,
monitoringTypeEquals will return MonitoringType.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from monitoringTypeEqualsAsString().
MonitoringTypepublic final String monitoringTypeEqualsAsString()
A filter that returns only the monitoring job runs of the specified monitoring type.
If the service returns an enum value that is not available in the current SDK version,
monitoringTypeEquals will return MonitoringType.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from monitoringTypeEqualsAsString().
MonitoringTypepublic ListMonitoringExecutionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListMonitoringExecutionsRequest.Builder,ListMonitoringExecutionsRequest>toBuilder in class SageMakerRequestpublic static ListMonitoringExecutionsRequest.Builder builder()
public static Class<? extends ListMonitoringExecutionsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.