Interface ListModelVersionsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListModelVersionsRequest.Builder,
,ListModelVersionsRequest> LookoutEquipmentRequest.Builder
,SdkBuilder<ListModelVersionsRequest.Builder,
,ListModelVersionsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListModelVersionsRequest
-
Method Summary
Modifier and TypeMethodDescriptioncreatedAtEndTime
(Instant createdAtEndTime) Filter results to return all the model versions created before this time.createdAtStartTime
(Instant createdAtStartTime) Filter results to return all the model versions created after this time.maxModelVersion
(Long maxModelVersion) Specifies the highest version of the model to return in the list.maxResults
(Integer maxResults) Specifies the maximum number of machine learning model versions to list.minModelVersion
(Long minModelVersion) Specifies the lowest version of the model to return in the list.Then name of the machine learning model for which the model versions are to be listed.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.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.sourceType
(String sourceType) Filter the results based on the way the model version was generated.sourceType
(ModelVersionSourceType sourceType) Filter the results based on the way the model version was generated.Filter the results based on the current status of the model version.status
(ModelVersionStatus status) Filter the results based on the current status of the model version.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.lookoutequipment.model.LookoutEquipmentRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
modelName
Then name of the machine learning model for which the model versions are to be listed.
- Parameters:
modelName
- Then name of the machine learning model for which the model versions are to be listed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.- Parameters:
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 theNextToken
field in the request to list the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
Specifies the maximum number of machine learning model versions to list.
- Parameters:
maxResults
- Specifies the maximum number of machine learning model versions to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Filter the results based on the current status of the model version.
- Parameters:
status
- Filter the results based on the current status of the model version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Filter the results based on the current status of the model version.
- Parameters:
status
- Filter the results based on the current status of the model version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sourceType
Filter the results based on the way the model version was generated.
- Parameters:
sourceType
- Filter the results based on the way the model version was generated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sourceType
Filter the results based on the way the model version was generated.
- Parameters:
sourceType
- Filter the results based on the way the model version was generated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAtEndTime
Filter results to return all the model versions created before this time.
- Parameters:
createdAtEndTime
- Filter results to return all the model versions created before this time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAtStartTime
Filter results to return all the model versions created after this time.
- Parameters:
createdAtStartTime
- Filter results to return all the model versions created after this time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxModelVersion
Specifies the highest version of the model to return in the list.
- Parameters:
maxModelVersion
- Specifies the highest version of the model to return in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
minModelVersion
Specifies the lowest version of the model to return in the list.
- Parameters:
minModelVersion
- Specifies the lowest version of the model to return in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListModelVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListModelVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-