InferenceSettings

Configures Elemental Inference features in a channel.

Types

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

Properties

Link copied to clipboard

A list of audio feed inputs that map audio selectors in the channel to feed inputs on the associated Elemental Inference feed.

Link copied to clipboard

The set of Contextual Metadata Enrichment methods enabled for this channel. Each method represents a specific way the channel will use the inference feed to augment its output with contextual metadata. An empty array (or omitting the field) disables enrichment. Order is not significant; duplicate values are not permitted.

Link copied to clipboard

The ARN of the feed resource that is associated with this channel. The feed is a resource in the Elemental Inference service.

Functions

Link copied to clipboard
inline fun copy(block: InferenceSettings.Builder.() -> Unit = {}): InferenceSettings
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