Interface ListModelVersionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListModelVersionsRequest.Builder,ListModelVersionsRequest>,LookoutEquipmentRequest.Builder,SdkBuilder<ListModelVersionsRequest.Builder,ListModelVersionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListModelVersionsRequest
public static interface ListModelVersionsRequest.Builder extends LookoutEquipmentRequest.Builder, SdkPojo, CopyableBuilder<ListModelVersionsRequest.Builder,ListModelVersionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListModelVersionsRequest.BuildercreatedAtEndTime(Instant createdAtEndTime)Filter results to return all the model versions created before this time.ListModelVersionsRequest.BuildercreatedAtStartTime(Instant createdAtStartTime)Filter results to return all the model versions created after this time.ListModelVersionsRequest.BuildermaxModelVersion(Long maxModelVersion)Specifies the highest version of the model to return in the list.ListModelVersionsRequest.BuildermaxResults(Integer maxResults)Specifies the maximum number of machine learning model versions to list.ListModelVersionsRequest.BuilderminModelVersion(Long minModelVersion)Specifies the lowest version of the model to return in the list.ListModelVersionsRequest.BuildermodelName(String modelName)Then name of the machine learning model for which the model versions are to be listed.ListModelVersionsRequest.BuildernextToken(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.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListModelVersionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListModelVersionsRequest.BuildersourceType(String sourceType)Filter the results based on the way the model version was generated.ListModelVersionsRequest.BuildersourceType(ModelVersionSourceType sourceType)Filter the results based on the way the model version was generated.ListModelVersionsRequest.Builderstatus(String status)Filter the results based on the current status of the model version.ListModelVersionsRequest.Builderstatus(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, sdkFields
-
-
-
-
Method Detail
-
modelName
ListModelVersionsRequest.Builder modelName(String 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
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
NextTokenfield 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 theNextTokenfield 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
ListModelVersionsRequest.Builder maxResults(Integer 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
ListModelVersionsRequest.Builder status(String 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:
ModelVersionStatus,ModelVersionStatus
-
status
ListModelVersionsRequest.Builder status(ModelVersionStatus 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:
ModelVersionStatus,ModelVersionStatus
-
sourceType
ListModelVersionsRequest.Builder sourceType(String 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:
ModelVersionSourceType,ModelVersionSourceType
-
sourceType
ListModelVersionsRequest.Builder sourceType(ModelVersionSourceType 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:
ModelVersionSourceType,ModelVersionSourceType
-
createdAtEndTime
ListModelVersionsRequest.Builder createdAtEndTime(Instant 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
ListModelVersionsRequest.Builder createdAtStartTime(Instant 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
ListModelVersionsRequest.Builder maxModelVersion(Long 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
ListModelVersionsRequest.Builder minModelVersion(Long 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListModelVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-