Interface ListInferenceComponentsRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<ListInferenceComponentsRequest.Builder,,- ListInferenceComponentsRequest> - SageMakerRequest.Builder,- SdkBuilder<ListInferenceComponentsRequest.Builder,,- ListInferenceComponentsRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ListInferenceComponentsRequest
- 
Method SummaryModifier and TypeMethodDescriptioncreationTimeAfter(Instant creationTimeAfter) Filters the results to only those inference components that were created after the specified time.creationTimeBefore(Instant creationTimeBefore) Filters the results to only those inference components that were created before the specified time.endpointNameEquals(String endpointNameEquals) An endpoint name to filter the listed inference components.lastModifiedTimeAfter(Instant lastModifiedTimeAfter) Filters the results to only those inference components that were updated after the specified time.lastModifiedTimeBefore(Instant lastModifiedTimeBefore) Filters the results to only those inference components that were updated before the specified time.maxResults(Integer maxResults) The maximum number of inference components to return in the response.nameContains(String nameContains) Filters the results to only those inference components with a name that contains the specified string.A token that you use to get the next set of results following a truncated response.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The field by which to sort the inference components in the response.sortBy(InferenceComponentSortKey sortBy) The field by which to sort the inference components in the response.The sort order for results.The sort order for results.statusEquals(String statusEquals) Filters the results to only those inference components with the specified status.statusEquals(InferenceComponentStatus statusEquals) Filters the results to only those inference components with the specified status.variantNameEquals(String variantNameEquals) A production variant name to filter the listed inference components.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
sortByThe field by which to sort the inference components in the response. The default is CreationTime.- Parameters:
- sortBy- The field by which to sort the inference components in the response. The default is- CreationTime.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
sortByThe field by which to sort the inference components in the response. The default is CreationTime.- Parameters:
- sortBy- The field by which to sort the inference components in the response. The default is- CreationTime.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
sortOrderThe sort order for results. The default is Descending.- Parameters:
- sortOrder- The sort order for results. The default is- Descending.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
sortOrderThe sort order for results. The default is Descending.- Parameters:
- sortOrder- The sort order for results. The default is- Descending.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenA token that you use to get the next set of results following a truncated response. If the response to the previous request was truncated, that response provides the value for this token. - Parameters:
- nextToken- A token that you use to get the next set of results following a truncated response. If the response to the previous request was truncated, that response provides the value for this token.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
maxResultsThe maximum number of inference components to return in the response. This value defaults to 10. - Parameters:
- maxResults- The maximum number of inference components to return in the response. This value defaults to 10.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nameContainsFilters the results to only those inference components with a name that contains the specified string. - Parameters:
- nameContains- Filters the results to only those inference components with a name that contains the specified string.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
creationTimeBeforeFilters the results to only those inference components that were created before the specified time. - Parameters:
- creationTimeBefore- Filters the results to only those inference components that were created before the specified time.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
creationTimeAfterFilters the results to only those inference components that were created after the specified time. - Parameters:
- creationTimeAfter- Filters the results to only those inference components that were created after the specified time.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastModifiedTimeBeforeFilters the results to only those inference components that were updated before the specified time. - Parameters:
- lastModifiedTimeBefore- Filters the results to only those inference components that were updated before the specified time.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastModifiedTimeAfterFilters the results to only those inference components that were updated after the specified time. - Parameters:
- lastModifiedTimeAfter- Filters the results to only those inference components that were updated after the specified time.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusEqualsFilters the results to only those inference components with the specified status. - Parameters:
- statusEquals- Filters the results to only those inference components with the specified status.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusEqualsFilters the results to only those inference components with the specified status. - Parameters:
- statusEquals- Filters the results to only those inference components with the specified status.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
endpointNameEqualsAn endpoint name to filter the listed inference components. The response includes only those inference components that are hosted at the specified endpoint. - Parameters:
- endpointNameEquals- An endpoint name to filter the listed inference components. The response includes only those inference components that are hosted at the specified endpoint.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
variantNameEqualsA production variant name to filter the listed inference components. The response includes only those inference components that are hosted at the specified variant. - Parameters:
- variantNameEquals- A production variant name to filter the listed inference components. The response includes only those inference components that are hosted at the specified variant.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationListInferenceComponentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationListInferenceComponentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-