| Package | Description |
|---|---|
| com.amazonaws.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
InferenceEventSummary |
InferenceEventSummary.clone() |
InferenceEventSummary |
InferenceEventSummary.withDiagnostics(String diagnostics)
An array which specifies the names and values of all sensors contributing to an inference event.
|
InferenceEventSummary |
InferenceEventSummary.withEventDurationInSeconds(Long eventDurationInSeconds)
Indicates the size of an inference event in seconds.
|
InferenceEventSummary |
InferenceEventSummary.withEventEndTime(Date eventEndTime)
Indicates the ending time of an inference event.
|
InferenceEventSummary |
InferenceEventSummary.withEventStartTime(Date eventStartTime)
Indicates the starting time of an inference event.
|
InferenceEventSummary |
InferenceEventSummary.withInferenceSchedulerArn(String inferenceSchedulerArn)
The Amazon Resource Name (ARN) of the inference scheduler being used for the inference event.
|
InferenceEventSummary |
InferenceEventSummary.withInferenceSchedulerName(String inferenceSchedulerName)
The name of the inference scheduler being used for the inference events.
|
| Modifier and Type | Method and Description |
|---|---|
List<InferenceEventSummary> |
ListInferenceEventsResult.getInferenceEventSummaries()
Provides an array of information about the individual inference events returned from the
ListInferenceEvents operation, including scheduler used, event start time, event end time,
diagnostics, and so on. |
| Modifier and Type | Method and Description |
|---|---|
ListInferenceEventsResult |
ListInferenceEventsResult.withInferenceEventSummaries(InferenceEventSummary... inferenceEventSummaries)
Provides an array of information about the individual inference events returned from the
ListInferenceEvents operation, including scheduler used, event start time, event end time,
diagnostics, and so on. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListInferenceEventsResult.setInferenceEventSummaries(Collection<InferenceEventSummary> inferenceEventSummaries)
Provides an array of information about the individual inference events returned from the
ListInferenceEvents operation, including scheduler used, event start time, event end time,
diagnostics, and so on. |
ListInferenceEventsResult |
ListInferenceEventsResult.withInferenceEventSummaries(Collection<InferenceEventSummary> inferenceEventSummaries)
Provides an array of information about the individual inference events returned from the
ListInferenceEvents operation, including scheduler used, event start time, event end time,
diagnostics, and so on. |
Copyright © 2025. All rights reserved.