@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 String endpointName()
Name of the endpoint to monitor for model explainability.
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 jobs to return in the response. The default value is 10.
public String nameContains()
Filter for model explainability jobs whose name contains a specified string.
public Instant creationTimeBefore()
A filter that returns only model explainability jobs created before a specified time.
public 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 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.