@Generated(value="software.amazon.awssdk:codegen") public final class ListModelExplainabilityJobDefinitionsRequest extends SageMakerRequest implements ToCopyableBuilder<ListModelExplainabilityJobDefinitionsRequest.Builder,ListModelExplainabilityJobDefinitionsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListModelExplainabilityJobDefinitionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListModelExplainabilityJobDefinitionsRequest.Builder |
builder() |
Instant |
creationTimeAfter()
A filter that returns only model explainability jobs created after a specified time.
|
Instant |
creationTimeBefore()
A filter that returns only model explainability jobs created before a specified time.
|
String |
endpointName()
Name of the endpoint to monitor for model explainability.
|
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 jobs to return in the response.
|
String |
nameContains()
Filter for model explainability jobs whose name contains a specified string.
|
String |
nextToken()
The token returned if the response is truncated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListModelExplainabilityJobDefinitionsRequest.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. |
ListModelExplainabilityJobDefinitionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String endpointName()
Name of the endpoint to monitor for model explainability.
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.MonitoringJobDefinitionSortKeypublic 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.MonitoringJobDefinitionSortKeypublic 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 model explainability jobs whose name contains a specified string.
public final Instant creationTimeBefore()
A filter that returns only model explainability jobs created before a specified time.
public final Instant creationTimeAfter()
A filter that returns only model explainability jobs created after a specified time.
public ListModelExplainabilityJobDefinitionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListModelExplainabilityJobDefinitionsRequest.Builder,ListModelExplainabilityJobDefinitionsRequest>toBuilder in class SageMakerRequestpublic static ListModelExplainabilityJobDefinitionsRequest.Builder builder()
public static Class<? extends ListModelExplainabilityJobDefinitionsRequest.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 © 2022. All rights reserved.