@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 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. |
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 String endpointName()
Name of a specific endpoint to fetch schedules for.
public MonitoringScheduleSortKey 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 MonitoringScheduleSortKey.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from sortByAsString().
Status, CreationTime, ScheduledTime
field. The default is CreationTime.MonitoringScheduleSortKeypublic 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 MonitoringScheduleSortKey.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from sortByAsString().
Status, CreationTime, ScheduledTime
field. The default is CreationTime.MonitoringScheduleSortKeypublic 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 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 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 Integer maxResults()
The maximum number of jobs to return in the response. The default value is 10.
public String nameContains()
Filter for monitoring schedules whose name contains a specified string.
public Instant creationTimeBefore()
A filter that returns only monitoring schedules created before a specified time.
public Instant creationTimeAfter()
A filter that returns only monitoring schedules created after a specified time.
public Instant lastModifiedTimeBefore()
A filter that returns only monitoring schedules modified before a specified time.
public Instant lastModifiedTimeAfter()
A filter that returns only monitoring schedules modified after a specified time.
public 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 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 String monitoringJobDefinitionName()
Gets a list of the monitoring schedules for the specified monitoring job definition.
public 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 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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.