public static interface ListInferenceExecutionsResponse.Builder extends LookoutEquipmentResponse.Builder, SdkPojo, CopyableBuilder<ListInferenceExecutionsResponse.Builder,ListInferenceExecutionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListInferenceExecutionsResponse.Builder |
inferenceExecutionSummaries(Collection<InferenceExecutionSummary> inferenceExecutionSummaries)
Provides an array of information about the individual inference executions returned from the
ListInferenceExecutions operation, including model used, inference scheduler, data
configuration, and so on. |
ListInferenceExecutionsResponse.Builder |
inferenceExecutionSummaries(Consumer<InferenceExecutionSummary.Builder>... inferenceExecutionSummaries)
Provides an array of information about the individual inference executions returned from the
ListInferenceExecutions operation, including model used, inference scheduler, data
configuration, and so on. |
ListInferenceExecutionsResponse.Builder |
inferenceExecutionSummaries(InferenceExecutionSummary... inferenceExecutionSummaries)
Provides an array of information about the individual inference executions returned from the
ListInferenceExecutions operation, including model used, inference scheduler, data
configuration, and so on. |
ListInferenceExecutionsResponse.Builder |
nextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of inference executions.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListInferenceExecutionsResponse.Builder nextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of inference executions.
nextToken - An opaque pagination token indicating where to continue the listing of inference executions.ListInferenceExecutionsResponse.Builder inferenceExecutionSummaries(Collection<InferenceExecutionSummary> inferenceExecutionSummaries)
Provides an array of information about the individual inference executions returned from the
ListInferenceExecutions operation, including model used, inference scheduler, data
configuration, and so on.
inferenceExecutionSummaries - Provides an array of information about the individual inference executions returned from the
ListInferenceExecutions operation, including model used, inference scheduler, data
configuration, and so on.ListInferenceExecutionsResponse.Builder inferenceExecutionSummaries(InferenceExecutionSummary... inferenceExecutionSummaries)
Provides an array of information about the individual inference executions returned from the
ListInferenceExecutions operation, including model used, inference scheduler, data
configuration, and so on.
inferenceExecutionSummaries - Provides an array of information about the individual inference executions returned from the
ListInferenceExecutions operation, including model used, inference scheduler, data
configuration, and so on.ListInferenceExecutionsResponse.Builder inferenceExecutionSummaries(Consumer<InferenceExecutionSummary.Builder>... inferenceExecutionSummaries)
Provides an array of information about the individual inference executions returned from the
ListInferenceExecutions operation, including model used, inference scheduler, data
configuration, and so on.
InferenceExecutionSummary.Builder avoiding the
need to create one manually via
InferenceExecutionSummary.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #inferenceExecutionSummaries(List.
inferenceExecutionSummaries - a consumer that will call methods on
InferenceExecutionSummary.Builder#inferenceExecutionSummaries(java.util.Collection) Copyright © 2022. All rights reserved.