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.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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ListModelBiasJobDefinitionsRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
ListModelBiasJobDefinitionsRequest.Builder
sortBy(String sortBy)
Whether to sort results by theName
orCreationTime
field.ListModelBiasJobDefinitionsRequest.Builder
sortBy(MonitoringJobDefinitionSortKey sortBy)
Whether to sort results by theName
orCreationTime
field.ListModelBiasJobDefinitionsRequest.Builder
sortOrder(String sortOrder)
Whether to sort the results inAscending
orDescending
order.ListModelBiasJobDefinitionsRequest.Builder
sortOrder(SortOrder sortOrder)
Whether to sort the results inAscending
orDescending
order.-
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
Name
orCreationTime
field. The default isCreationTime
.- Parameters:
sortBy
- Whether to sort results by theName
orCreationTime
field. 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
Name
orCreationTime
field. The default isCreationTime
.- Parameters:
sortBy
- Whether to sort results by theName
orCreationTime
field. 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
Ascending
orDescending
order. The default isDescending
.
-
sortOrder
ListModelBiasJobDefinitionsRequest.Builder sortOrder(SortOrder sortOrder)
Whether to sort the results in
Ascending
orDescending
order. 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:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListModelBiasJobDefinitionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-