public static interface ListModelBiasJobDefinitionsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListModelBiasJobDefinitionsRequest.Builder,ListModelBiasJobDefinitionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListModelBiasJobDefinitionsRequest.Builder |
creationTimeAfter(Instant creationTimeAfter)
A filter that returns only model bias jobs created after a specified time.
|
ListModelBiasJobDefinitionsRequest.Builder |
creationTimeBefore(Instant creationTimeBefore)
A filter that returns only model bias jobs created before a specified time.
|
ListModelBiasJobDefinitionsRequest.Builder |
endpointName(String endpointName)
Name of the endpoint to monitor for model bias.
|
ListModelBiasJobDefinitionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of model bias jobs to return in the response.
|
ListModelBiasJobDefinitionsRequest.Builder |
nameContains(String nameContains)
Filter for model bias jobs whose name contains a specified string.
|
ListModelBiasJobDefinitionsRequest.Builder |
nextToken(String nextToken)
The token returned if the response is truncated.
|
ListModelBiasJobDefinitionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListModelBiasJobDefinitionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListModelBiasJobDefinitionsRequest.Builder |
sortBy(MonitoringJobDefinitionSortKey sortBy)
Whether to sort results by the
Name or CreationTime field. |
ListModelBiasJobDefinitionsRequest.Builder |
sortBy(String sortBy)
Whether to sort results by the
Name or CreationTime field. |
ListModelBiasJobDefinitionsRequest.Builder |
sortOrder(SortOrder sortOrder)
Whether to sort the results in
Ascending or Descending order. |
ListModelBiasJobDefinitionsRequest.Builder |
sortOrder(String sortOrder)
Whether to sort the results in
Ascending or Descending order. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListModelBiasJobDefinitionsRequest.Builder endpointName(String endpointName)
Name of the endpoint to monitor for model bias.
endpointName - Name of the endpoint to monitor for model bias.ListModelBiasJobDefinitionsRequest.Builder sortBy(String sortBy)
Whether to sort results by the Name or CreationTime field. The default is
CreationTime.
sortBy - Whether to sort results by the Name or CreationTime field. The default is
CreationTime.MonitoringJobDefinitionSortKey,
MonitoringJobDefinitionSortKeyListModelBiasJobDefinitionsRequest.Builder sortBy(MonitoringJobDefinitionSortKey sortBy)
Whether to sort results by the Name or CreationTime field. The default is
CreationTime.
sortBy - Whether to sort results by the Name or CreationTime field. The default is
CreationTime.MonitoringJobDefinitionSortKey,
MonitoringJobDefinitionSortKeyListModelBiasJobDefinitionsRequest.Builder sortOrder(String sortOrder)
Whether to sort the results in Ascending or Descending order. The default is
Descending.
ListModelBiasJobDefinitionsRequest.Builder sortOrder(SortOrder sortOrder)
Whether to sort the results in Ascending or Descending order. The default is
Descending.
ListModelBiasJobDefinitionsRequest.Builder nextToken(String nextToken)
The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.
nextToken - The token returned if the response is truncated. To retrieve the next set of job executions, use it in
the next request.ListModelBiasJobDefinitionsRequest.Builder maxResults(Integer maxResults)
The maximum number of model bias jobs to return in the response. The default value is 10.
maxResults - The maximum number of model bias jobs to return in the response. The default value is 10.ListModelBiasJobDefinitionsRequest.Builder nameContains(String nameContains)
Filter for model bias jobs whose name contains a specified string.
nameContains - Filter for model bias jobs whose name contains a specified string.ListModelBiasJobDefinitionsRequest.Builder creationTimeBefore(Instant creationTimeBefore)
A filter that returns only model bias jobs created before a specified time.
creationTimeBefore - A filter that returns only model bias jobs created before a specified time.ListModelBiasJobDefinitionsRequest.Builder creationTimeAfter(Instant creationTimeAfter)
A filter that returns only model bias jobs created after a specified time.
creationTimeAfter - A filter that returns only model bias jobs created after a specified time.ListModelBiasJobDefinitionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListModelBiasJobDefinitionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.