@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.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String endpointName()
Name of the endpoint to monitor for model bias.
public final 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
.MonitoringJobDefinitionSortKey
public final 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
.MonitoringJobDefinitionSortKey
public 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
.SortOrder
public 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
.SortOrder
public 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 model bias jobs to return in the response. The default value is 10.
public final String nameContains()
Filter for model bias jobs whose name contains a specified string.
public final Instant creationTimeBefore()
A filter that returns only model bias jobs created before a specified time.
public final 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 SageMakerRequest
public static ListModelBiasJobDefinitionsRequest.Builder builder()
public static Class<? extends ListModelBiasJobDefinitionsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2023. All rights reserved.