public static interface ListModelPackageGroupsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListModelPackageGroupsRequest.Builder,ListModelPackageGroupsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListModelPackageGroupsRequest.Builder creationTimeAfter(Instant creationTimeAfter)
A filter that returns only model groups created after the specified time.
creationTimeAfter - A filter that returns only model groups created after the specified time.ListModelPackageGroupsRequest.Builder creationTimeBefore(Instant creationTimeBefore)
A filter that returns only model groups created before the specified time.
creationTimeBefore - A filter that returns only model groups created before the specified time.ListModelPackageGroupsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in the response.
maxResults - The maximum number of results to return in the response.ListModelPackageGroupsRequest.Builder nameContains(String nameContains)
A string in the model group name. This filter returns only model groups whose name contains the specified string.
nameContains - A string in the model group name. This filter returns only model groups whose name contains the
specified string.ListModelPackageGroupsRequest.Builder nextToken(String nextToken)
If the result of the previous ListModelPackageGroups request was truncated, the response
includes a NextToken. To retrieve the next set of model groups, use the token in the next
request.
nextToken - If the result of the previous ListModelPackageGroups request was truncated, the response
includes a NextToken. To retrieve the next set of model groups, use the token in the next
request.ListModelPackageGroupsRequest.Builder sortBy(String sortBy)
The field to sort results by. The default is CreationTime.
sortBy - The field to sort results by. The default is CreationTime.ModelPackageGroupSortBy,
ModelPackageGroupSortByListModelPackageGroupsRequest.Builder sortBy(ModelPackageGroupSortBy sortBy)
The field to sort results by. The default is CreationTime.
sortBy - The field to sort results by. The default is CreationTime.ModelPackageGroupSortBy,
ModelPackageGroupSortByListModelPackageGroupsRequest.Builder sortOrder(String sortOrder)
The sort order for results. The default is Ascending.
ListModelPackageGroupsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order for results. The default is Ascending.
ListModelPackageGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListModelPackageGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.