public static interface ListModelVersionsResponse.Builder extends LookoutEquipmentResponse.Builder, SdkPojo, CopyableBuilder<ListModelVersionsResponse.Builder,ListModelVersionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListModelVersionsResponse.Builder |
modelVersionSummaries(Collection<ModelVersionSummary> modelVersionSummaries)
Provides information on the specified model version, including the created time, model and dataset ARNs, and
status.
|
ListModelVersionsResponse.Builder |
modelVersionSummaries(Consumer<ModelVersionSummary.Builder>... modelVersionSummaries)
Provides information on the specified model version, including the created time, model and dataset ARNs, and
status.
|
ListModelVersionsResponse.Builder |
modelVersionSummaries(ModelVersionSummary... modelVersionSummaries)
Provides information on the specified model version, including the created time, model and dataset ARNs, and
status.
|
ListModelVersionsResponse.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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListModelVersionsResponse.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.ListModelVersionsResponse.Builder modelVersionSummaries(Collection<ModelVersionSummary> modelVersionSummaries)
Provides information on the specified model version, including the created time, model and dataset ARNs, and status.
modelVersionSummaries - Provides information on the specified model version, including the created time, model and dataset
ARNs, and status.ListModelVersionsResponse.Builder modelVersionSummaries(ModelVersionSummary... modelVersionSummaries)
Provides information on the specified model version, including the created time, model and dataset ARNs, and status.
modelVersionSummaries - Provides information on the specified model version, including the created time, model and dataset
ARNs, and status.ListModelVersionsResponse.Builder modelVersionSummaries(Consumer<ModelVersionSummary.Builder>... modelVersionSummaries)
Provides information on the specified model version, including the created time, model and dataset ARNs, and status.
This is a convenience method that creates an instance of theModelVersionSummary.Builder avoiding the need
to create one manually via
ModelVersionSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #modelVersionSummaries(List.
modelVersionSummaries - a consumer that will call methods on
ModelVersionSummary.Builder#modelVersionSummaries(java.util.Collection) Copyright © 2023. All rights reserved.