public static interface ListModelsResponse.Builder extends LookoutEquipmentResponse.Builder, SdkPojo, CopyableBuilder<ListModelsResponse.Builder,ListModelsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListModelsResponse.Builder |
modelSummaries(Collection<ModelSummary> modelSummaries)
Provides information on the specified model, including created time, model and dataset ARNs, and status.
|
ListModelsResponse.Builder |
modelSummaries(Consumer<ModelSummary.Builder>... modelSummaries)
Provides information on the specified model, including created time, model and dataset ARNs, and status.
|
ListModelsResponse.Builder |
modelSummaries(ModelSummary... modelSummaries)
Provides information on the specified model, including created time, model and dataset ARNs, and status.
|
ListModelsResponse.Builder |
nextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of ML models.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListModelsResponse.Builder nextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of ML models.
nextToken - An opaque pagination token indicating where to continue the listing of ML models.ListModelsResponse.Builder modelSummaries(Collection<ModelSummary> modelSummaries)
Provides information on the specified model, including created time, model and dataset ARNs, and status.
modelSummaries - Provides information on the specified model, including created time, model and dataset ARNs, and
status.ListModelsResponse.Builder modelSummaries(ModelSummary... modelSummaries)
Provides information on the specified model, including created time, model and dataset ARNs, and status.
modelSummaries - Provides information on the specified model, including created time, model and dataset ARNs, and
status.ListModelsResponse.Builder modelSummaries(Consumer<ModelSummary.Builder>... modelSummaries)
Provides information on the specified model, including created time, model and dataset ARNs, and status.
This is a convenience method that creates an instance of theModelSummary.Builder avoiding the need to
create one manually via ModelSummary.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #modelSummaries(List.
modelSummaries - a consumer that will call methods on
ModelSummary.Builder#modelSummaries(java.util.Collection) Copyright © 2022. All rights reserved.