public static interface ListModelPackagesRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListModelPackagesRequest.Builder,ListModelPackagesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListModelPackagesRequest.Builder |
creationTimeAfter(Instant creationTimeAfter)
A filter that returns only model packages created after the specified time (timestamp).
|
ListModelPackagesRequest.Builder |
creationTimeBefore(Instant creationTimeBefore)
A filter that returns only model packages created before the specified time (timestamp).
|
ListModelPackagesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of model packages to return in the response.
|
ListModelPackagesRequest.Builder |
modelApprovalStatus(ModelApprovalStatus modelApprovalStatus)
A filter that returns only the model packages with the specified approval status.
|
ListModelPackagesRequest.Builder |
modelApprovalStatus(String modelApprovalStatus)
A filter that returns only the model packages with the specified approval status.
|
ListModelPackagesRequest.Builder |
modelPackageGroupName(String modelPackageGroupName)
A filter that returns only model versions that belong to the specified model group.
|
ListModelPackagesRequest.Builder |
modelPackageType(ModelPackageType modelPackageType)
A filter that returns onlyl the model packages of the specified type.
|
ListModelPackagesRequest.Builder |
modelPackageType(String modelPackageType)
A filter that returns onlyl the model packages of the specified type.
|
ListModelPackagesRequest.Builder |
nameContains(String nameContains)
A string in the model package name.
|
ListModelPackagesRequest.Builder |
nextToken(String nextToken)
If the response to a previous
ListModelPackages request was truncated, the response includes a
NextToken. |
ListModelPackagesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListModelPackagesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListModelPackagesRequest.Builder |
sortBy(ModelPackageSortBy sortBy)
The parameter by which to sort the results.
|
ListModelPackagesRequest.Builder |
sortBy(String sortBy)
The parameter by which to sort the results.
|
ListModelPackagesRequest.Builder |
sortOrder(SortOrder sortOrder)
The sort order for the results.
|
ListModelPackagesRequest.Builder |
sortOrder(String sortOrder)
The sort order for the results.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListModelPackagesRequest.Builder creationTimeAfter(Instant creationTimeAfter)
A filter that returns only model packages created after the specified time (timestamp).
creationTimeAfter - A filter that returns only model packages created after the specified time (timestamp).ListModelPackagesRequest.Builder creationTimeBefore(Instant creationTimeBefore)
A filter that returns only model packages created before the specified time (timestamp).
creationTimeBefore - A filter that returns only model packages created before the specified time (timestamp).ListModelPackagesRequest.Builder maxResults(Integer maxResults)
The maximum number of model packages to return in the response.
maxResults - The maximum number of model packages to return in the response.ListModelPackagesRequest.Builder nameContains(String nameContains)
A string in the model package name. This filter returns only model packages whose name contains the specified string.
nameContains - A string in the model package name. This filter returns only model packages whose name contains the
specified string.ListModelPackagesRequest.Builder modelApprovalStatus(String modelApprovalStatus)
A filter that returns only the model packages with the specified approval status.
modelApprovalStatus - A filter that returns only the model packages with the specified approval status.ModelApprovalStatus,
ModelApprovalStatusListModelPackagesRequest.Builder modelApprovalStatus(ModelApprovalStatus modelApprovalStatus)
A filter that returns only the model packages with the specified approval status.
modelApprovalStatus - A filter that returns only the model packages with the specified approval status.ModelApprovalStatus,
ModelApprovalStatusListModelPackagesRequest.Builder modelPackageGroupName(String modelPackageGroupName)
A filter that returns only model versions that belong to the specified model group.
modelPackageGroupName - A filter that returns only model versions that belong to the specified model group.ListModelPackagesRequest.Builder modelPackageType(String modelPackageType)
A filter that returns onlyl the model packages of the specified type. This can be one of the following values.
VERSIONED - List only versioned models.
UNVERSIONED - List only unversioined models.
BOTH - List both versioned and unversioned models.
modelPackageType - A filter that returns onlyl the model packages of the specified type. This can be one of the following
values.
VERSIONED - List only versioned models.
UNVERSIONED - List only unversioined models.
BOTH - List both versioned and unversioned models.
ModelPackageType,
ModelPackageTypeListModelPackagesRequest.Builder modelPackageType(ModelPackageType modelPackageType)
A filter that returns onlyl the model packages of the specified type. This can be one of the following values.
VERSIONED - List only versioned models.
UNVERSIONED - List only unversioined models.
BOTH - List both versioned and unversioned models.
modelPackageType - A filter that returns onlyl the model packages of the specified type. This can be one of the following
values.
VERSIONED - List only versioned models.
UNVERSIONED - List only unversioined models.
BOTH - List both versioned and unversioned models.
ModelPackageType,
ModelPackageTypeListModelPackagesRequest.Builder nextToken(String nextToken)
If the response to a previous ListModelPackages request was truncated, the response includes a
NextToken. To retrieve the next set of model packages, use the token in the next request.
nextToken - If the response to a previous ListModelPackages request was truncated, the response
includes a NextToken. To retrieve the next set of model packages, use the token in the
next request.ListModelPackagesRequest.Builder sortBy(String sortBy)
The parameter by which to sort the results. The default is CreationTime.
sortBy - The parameter by which to sort the results. The default is CreationTime.ModelPackageSortBy,
ModelPackageSortByListModelPackagesRequest.Builder sortBy(ModelPackageSortBy sortBy)
The parameter by which to sort the results. The default is CreationTime.
sortBy - The parameter by which to sort the results. The default is CreationTime.ModelPackageSortBy,
ModelPackageSortByListModelPackagesRequest.Builder sortOrder(String sortOrder)
The sort order for the results. The default is Ascending.
ListModelPackagesRequest.Builder sortOrder(SortOrder sortOrder)
The sort order for the results. The default is Ascending.
ListModelPackagesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListModelPackagesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.