public static interface ListModelMetadataRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListModelMetadataRequest.Builder,ListModelMetadataRequest>
| Modifier and Type | Method and Description |
|---|---|
ListModelMetadataRequest.Builder |
maxResults(Integer maxResults)
The maximum number of models to return in the response.
|
ListModelMetadataRequest.Builder |
nextToken(String nextToken)
If the response to a previous
ListModelMetadataResponse request was truncated, the response
includes a NextToken. |
ListModelMetadataRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListModelMetadataRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default ListModelMetadataRequest.Builder |
searchExpression(Consumer<ModelMetadataSearchExpression.Builder> searchExpression)
One or more filters that searches for the specified resource or resources in a search.
|
ListModelMetadataRequest.Builder |
searchExpression(ModelMetadataSearchExpression searchExpression)
One or more filters that searches for the specified resource or resources in a search.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListModelMetadataRequest.Builder searchExpression(ModelMetadataSearchExpression searchExpression)
One or more filters that searches for the specified resource or resources in a search. All resource objects that satisfy the expression's condition are included in the search results. Specify the Framework, FrameworkVersion, Domain or Task to filter supported. Filter names and values are case-sensitive.
searchExpression - One or more filters that searches for the specified resource or resources in a search. All resource
objects that satisfy the expression's condition are included in the search results. Specify the
Framework, FrameworkVersion, Domain or Task to filter supported. Filter names and values are
case-sensitive.default ListModelMetadataRequest.Builder searchExpression(Consumer<ModelMetadataSearchExpression.Builder> searchExpression)
One or more filters that searches for the specified resource or resources in a search. All resource objects that satisfy the expression's condition are included in the search results. Specify the Framework, FrameworkVersion, Domain or Task to filter supported. Filter names and values are case-sensitive.
This is a convenience method that creates an instance of theModelMetadataSearchExpression.Builder
avoiding the need to create one manually via ModelMetadataSearchExpression.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to searchExpression(ModelMetadataSearchExpression).
searchExpression - a consumer that will call methods on ModelMetadataSearchExpression.BuildersearchExpression(ModelMetadataSearchExpression)ListModelMetadataRequest.Builder nextToken(String nextToken)
If the response to a previous ListModelMetadataResponse request was truncated, the response
includes a NextToken. To retrieve the next set of model metadata, use the token in the next request.
nextToken - If the response to a previous ListModelMetadataResponse request was truncated, the
response includes a NextToken. To retrieve the next set of model metadata, use the token in the next
request.ListModelMetadataRequest.Builder maxResults(Integer maxResults)
The maximum number of models to return in the response.
maxResults - The maximum number of models to return in the response.ListModelMetadataRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListModelMetadataRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.