@Generated(value="software.amazon.awssdk:codegen") public final class ListMonitoringSchedulesRequest extends SageMakerRequest implements ToCopyableBuilder<ListMonitoringSchedulesRequest.Builder,ListMonitoringSchedulesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListMonitoringSchedulesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListMonitoringSchedulesRequest.Builder |
builder() |
Instant |
creationTimeAfter()
A filter that returns only monitoring schedules created after a specified time.
|
Instant |
creationTimeBefore()
A filter that returns only monitoring schedules created before a specified time.
|
String |
endpointName()
Name of a specific endpoint to fetch schedules 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 monitoring schedules modified after a specified time.
|
Instant |
lastModifiedTimeBefore()
A filter that returns only monitoring schedules modified before a specified time.
|
Integer |
maxResults()
The maximum number of jobs to return in the response.
|
String |
monitoringJobDefinitionName()
Gets a list of the monitoring schedules for the specified monitoring job definition.
|
MonitoringType |
monitoringTypeEquals()
A filter that returns only the monitoring schedules for the specified monitoring type.
|
String |
monitoringTypeEqualsAsString()
A filter that returns only the monitoring schedules for the specified monitoring type.
|
String |
nameContains()
Filter for monitoring schedules whose name contains a specified string.
|
String |
nextToken()
The token returned if the response is truncated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListMonitoringSchedulesRequest.Builder> |
serializableBuilderClass() |
MonitoringScheduleSortKey |
sortBy()
Whether to sort the results by the
Status, CreationTime, or ScheduledTime
field. |
String |
sortByAsString()
Whether to sort the results by the
Status, CreationTime, or 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. |
ScheduleStatus |
statusEquals()
A filter that returns only monitoring schedules modified before a specified time.
|
String |
statusEqualsAsString()
A filter that returns only monitoring schedules modified before a specified time.
|
ListMonitoringSchedulesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String endpointName()
Name of a specific endpoint to fetch schedules for.
public final MonitoringScheduleSortKey sortBy()
Whether to sort the results by the Status, CreationTime, or 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 MonitoringScheduleSortKey.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from sortByAsString().
Status, CreationTime, or
ScheduledTime field. The default is CreationTime.MonitoringScheduleSortKeypublic final String sortByAsString()
Whether to sort the results by the Status, CreationTime, or 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 MonitoringScheduleSortKey.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from sortByAsString().
Status, CreationTime, or
ScheduledTime field. The default is CreationTime.MonitoringScheduleSortKeypublic 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 String nameContains()
Filter for monitoring schedules whose name contains a specified string.
public final Instant creationTimeBefore()
A filter that returns only monitoring schedules created before a specified time.
public final Instant creationTimeAfter()
A filter that returns only monitoring schedules created after a specified time.
public final Instant lastModifiedTimeBefore()
A filter that returns only monitoring schedules modified before a specified time.
public final Instant lastModifiedTimeAfter()
A filter that returns only monitoring schedules modified after a specified time.
public final ScheduleStatus statusEquals()
A filter that returns only monitoring schedules modified before a specified time.
If the service returns an enum value that is not available in the current SDK version, statusEquals will
return ScheduleStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusEqualsAsString().
ScheduleStatuspublic final String statusEqualsAsString()
A filter that returns only monitoring schedules modified before a specified time.
If the service returns an enum value that is not available in the current SDK version, statusEquals will
return ScheduleStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusEqualsAsString().
ScheduleStatuspublic final String monitoringJobDefinitionName()
Gets a list of the monitoring schedules for the specified monitoring job definition.
public final MonitoringType monitoringTypeEquals()
A filter that returns only the monitoring schedules for 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 schedules for 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 ListMonitoringSchedulesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListMonitoringSchedulesRequest.Builder,ListMonitoringSchedulesRequest>toBuilder in class SageMakerRequestpublic static ListMonitoringSchedulesRequest.Builder builder()
public static Class<? extends ListMonitoringSchedulesRequest.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 © 2023. All rights reserved.