InferenceEventSummary

Contains information about the specific inference event, including start and end time, diagnostics information, event duration and so on.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An array which specifies the names and values of all sensors contributing to an inference event.

Link copied to clipboard

Indicates the size of an inference event in seconds.

Link copied to clipboard

Indicates the ending time of an inference event.

Link copied to clipboard

Indicates the starting time of an inference event.

Link copied to clipboard

The Amazon Resource Name (ARN) of the inference scheduler being used for the inference event.

Link copied to clipboard

The name of the inference scheduler being used for the inference events.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String