@Generated(value="software.amazon.awssdk:codegen") public final class ListModelBiasJobDefinitionsRequest extends SageMakerRequest implements ToCopyableBuilder<ListModelBiasJobDefinitionsRequest.Builder,ListModelBiasJobDefinitionsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListModelBiasJobDefinitionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListModelBiasJobDefinitionsRequest.Builder |
builder() |
Instant |
creationTimeAfter()
A filter that returns only model bias jobs created after a specified time.
|
Instant |
creationTimeBefore()
A filter that returns only model bias jobs created before a specified time.
|
String |
endpointName()
Name of the endpoint to monitor for model bias.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of model bias jobs to return in the response.
|
String |
nameContains()
Filter for model bias jobs whose name contains a specified string.
|
String |
nextToken()
The token returned if the response is truncated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListModelBiasJobDefinitionsRequest.Builder> |
serializableBuilderClass() |
MonitoringJobDefinitionSortKey |
sortBy()
Whether to sort results by the
Name or CreationTime field. |
String |
sortByAsString()
Whether to sort results by the
Name or CreationTime 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. |
ListModelBiasJobDefinitionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String endpointName()
Name of the endpoint to monitor for model bias.
public MonitoringJobDefinitionSortKey sortBy()
Whether to sort results by the Name or CreationTime field. The default is
CreationTime.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return MonitoringJobDefinitionSortKey.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from sortByAsString().
Name or CreationTime field. The default is
CreationTime.MonitoringJobDefinitionSortKeypublic String sortByAsString()
Whether to sort results by the Name or CreationTime field. The default is
CreationTime.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return MonitoringJobDefinitionSortKey.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from sortByAsString().
Name or CreationTime field. The default is
CreationTime.MonitoringJobDefinitionSortKeypublic 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 model bias jobs to return in the response. The default value is 10.
public String nameContains()
Filter for model bias jobs whose name contains a specified string.
public Instant creationTimeBefore()
A filter that returns only model bias jobs created before a specified time.
public Instant creationTimeAfter()
A filter that returns only model bias jobs created after a specified time.
public ListModelBiasJobDefinitionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListModelBiasJobDefinitionsRequest.Builder,ListModelBiasJobDefinitionsRequest>toBuilder in class SageMakerRequestpublic static ListModelBiasJobDefinitionsRequest.Builder builder()
public static Class<? extends ListModelBiasJobDefinitionsRequest.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.