public static interface ListModelVersionsRequest.Builder extends LookoutEquipmentRequest.Builder, SdkPojo, CopyableBuilder<ListModelVersionsRequest.Builder,ListModelVersionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListModelVersionsRequest.Builder |
createdAtEndTime(Instant createdAtEndTime)
Filter results to return all the model versions created before this time.
|
ListModelVersionsRequest.Builder |
createdAtStartTime(Instant createdAtStartTime)
Filter results to return all the model versions created after this time.
|
ListModelVersionsRequest.Builder |
maxModelVersion(Long maxModelVersion)
Specifies the highest version of the model to return in the list.
|
ListModelVersionsRequest.Builder |
maxResults(Integer maxResults)
Specifies the maximum number of machine learning model versions to list.
|
ListModelVersionsRequest.Builder |
minModelVersion(Long minModelVersion)
Specifies the lowest version of the model to return in the list.
|
ListModelVersionsRequest.Builder |
modelName(String modelName)
Then name of the machine learning model for which the model versions are to be listed.
|
ListModelVersionsRequest.Builder |
nextToken(String nextToken)
If the total number of results exceeds the limit that the response can display, the response returns an
opaque pagination token indicating where to continue the listing of machine learning model versions.
|
ListModelVersionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListModelVersionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListModelVersionsRequest.Builder |
sourceType(ModelVersionSourceType sourceType)
Filter the results based on the way the model version was generated.
|
ListModelVersionsRequest.Builder |
sourceType(String sourceType)
Filter the results based on the way the model version was generated.
|
ListModelVersionsRequest.Builder |
status(ModelVersionStatus status)
Filter the results based on the current status of the model version.
|
ListModelVersionsRequest.Builder |
status(String status)
Filter the results based on the current status of the model version.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListModelVersionsRequest.Builder modelName(String modelName)
Then name of the machine learning model for which the model versions are to be listed.
modelName - Then name of the machine learning model for which the model versions are to be listed.ListModelVersionsRequest.Builder nextToken(String nextToken)
If the total number of results exceeds the limit that the response can display, the response returns an
opaque pagination token indicating where to continue the listing of machine learning model versions. Use this
token in the NextToken field in the request to list the next page of results.
nextToken - If the total number of results exceeds the limit that the response can display, the response returns
an opaque pagination token indicating where to continue the listing of machine learning model
versions. Use this token in the NextToken field in the request to list the next page of
results.ListModelVersionsRequest.Builder maxResults(Integer maxResults)
Specifies the maximum number of machine learning model versions to list.
maxResults - Specifies the maximum number of machine learning model versions to list.ListModelVersionsRequest.Builder status(String status)
Filter the results based on the current status of the model version.
status - Filter the results based on the current status of the model version.ModelVersionStatus,
ModelVersionStatusListModelVersionsRequest.Builder status(ModelVersionStatus status)
Filter the results based on the current status of the model version.
status - Filter the results based on the current status of the model version.ModelVersionStatus,
ModelVersionStatusListModelVersionsRequest.Builder sourceType(String sourceType)
Filter the results based on the way the model version was generated.
sourceType - Filter the results based on the way the model version was generated.ModelVersionSourceType,
ModelVersionSourceTypeListModelVersionsRequest.Builder sourceType(ModelVersionSourceType sourceType)
Filter the results based on the way the model version was generated.
sourceType - Filter the results based on the way the model version was generated.ModelVersionSourceType,
ModelVersionSourceTypeListModelVersionsRequest.Builder createdAtEndTime(Instant createdAtEndTime)
Filter results to return all the model versions created before this time.
createdAtEndTime - Filter results to return all the model versions created before this time.ListModelVersionsRequest.Builder createdAtStartTime(Instant createdAtStartTime)
Filter results to return all the model versions created after this time.
createdAtStartTime - Filter results to return all the model versions created after this time.ListModelVersionsRequest.Builder maxModelVersion(Long maxModelVersion)
Specifies the highest version of the model to return in the list.
maxModelVersion - Specifies the highest version of the model to return in the list.ListModelVersionsRequest.Builder minModelVersion(Long minModelVersion)
Specifies the lowest version of the model to return in the list.
minModelVersion - Specifies the lowest version of the model to return in the list.ListModelVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListModelVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.