| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
List<InferenceExecutionSummary> |
ListInferenceExecutionsResponse.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. |
| Modifier and Type | Method and Description |
|---|---|
ListInferenceExecutionsResponse.Builder |
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. |
| Modifier and Type | Method and Description |
|---|---|
ListInferenceExecutionsResponse.Builder |
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. |
Copyright © 2022. All rights reserved.