Interface ListModelBiasJobDefinitionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListModelBiasJobDefinitionsRequest.Builder,ListModelBiasJobDefinitionsRequest>,SageMakerRequest.Builder,SdkBuilder<ListModelBiasJobDefinitionsRequest.Builder,ListModelBiasJobDefinitionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListModelBiasJobDefinitionsRequest
public static interface ListModelBiasJobDefinitionsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListModelBiasJobDefinitionsRequest.Builder,ListModelBiasJobDefinitionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListModelBiasJobDefinitionsRequest.BuildercreationTimeAfter(Instant creationTimeAfter)A filter that returns only model bias jobs created after a specified time.ListModelBiasJobDefinitionsRequest.BuildercreationTimeBefore(Instant creationTimeBefore)A filter that returns only model bias jobs created before a specified time.ListModelBiasJobDefinitionsRequest.BuilderendpointName(String endpointName)Name of the endpoint to monitor for model bias.ListModelBiasJobDefinitionsRequest.BuildermaxResults(Integer maxResults)The maximum number of model bias jobs to return in the response.ListModelBiasJobDefinitionsRequest.BuildernameContains(String nameContains)Filter for model bias jobs whose name contains a specified string.ListModelBiasJobDefinitionsRequest.BuildernextToken(String nextToken)The token returned if the response is truncated.ListModelBiasJobDefinitionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListModelBiasJobDefinitionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListModelBiasJobDefinitionsRequest.BuildersortBy(String sortBy)Whether to sort results by theNameorCreationTimefield.ListModelBiasJobDefinitionsRequest.BuildersortBy(MonitoringJobDefinitionSortKey sortBy)Whether to sort results by theNameorCreationTimefield.ListModelBiasJobDefinitionsRequest.BuildersortOrder(String sortOrder)Whether to sort the results inAscendingorDescendingorder.ListModelBiasJobDefinitionsRequest.BuildersortOrder(SortOrder sortOrder)Whether to sort the results inAscendingorDescendingorder.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
endpointName
ListModelBiasJobDefinitionsRequest.Builder endpointName(String endpointName)
Name of the endpoint to monitor for model bias.
- Parameters:
endpointName- Name of the endpoint to monitor for model bias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortBy
ListModelBiasJobDefinitionsRequest.Builder sortBy(String sortBy)
Whether to sort results by the
NameorCreationTimefield. The default isCreationTime.- Parameters:
sortBy- Whether to sort results by theNameorCreationTimefield. The default isCreationTime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MonitoringJobDefinitionSortKey,MonitoringJobDefinitionSortKey
-
sortBy
ListModelBiasJobDefinitionsRequest.Builder sortBy(MonitoringJobDefinitionSortKey sortBy)
Whether to sort results by the
NameorCreationTimefield. The default isCreationTime.- Parameters:
sortBy- Whether to sort results by theNameorCreationTimefield. The default isCreationTime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MonitoringJobDefinitionSortKey,MonitoringJobDefinitionSortKey
-
sortOrder
ListModelBiasJobDefinitionsRequest.Builder sortOrder(String sortOrder)
Whether to sort the results in
AscendingorDescendingorder. The default isDescending.
-
sortOrder
ListModelBiasJobDefinitionsRequest.Builder sortOrder(SortOrder sortOrder)
Whether to sort the results in
AscendingorDescendingorder. The default isDescending.
-
nextToken
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.
- Parameters:
nextToken- The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListModelBiasJobDefinitionsRequest.Builder maxResults(Integer maxResults)
The maximum number of model bias jobs to return in the response. The default value is 10.
- Parameters:
maxResults- The maximum number of model bias jobs to return in the response. The default value is 10.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nameContains
ListModelBiasJobDefinitionsRequest.Builder nameContains(String nameContains)
Filter for model bias jobs whose name contains a specified string.
- Parameters:
nameContains- Filter for model bias jobs whose name contains a specified string.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimeBefore
ListModelBiasJobDefinitionsRequest.Builder creationTimeBefore(Instant creationTimeBefore)
A filter that returns only model bias jobs created before a specified time.
- Parameters:
creationTimeBefore- A filter that returns only model bias jobs created before a specified time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimeAfter
ListModelBiasJobDefinitionsRequest.Builder creationTimeAfter(Instant creationTimeAfter)
A filter that returns only model bias jobs created after a specified time.
- Parameters:
creationTimeAfter- A filter that returns only model bias jobs created after a specified time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListModelBiasJobDefinitionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListModelBiasJobDefinitionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-