CreateFeedResponse

Types

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

Properties

Link copied to clipboard
val arn: String

A unique ARN that Elemental Inference assigns to the feed.

Link copied to clipboard

The association for this feed. When you create the feed, this property is empty. You must associate a resource with the feed using AssociateFeed or UpdateFeed.

Link copied to clipboard

An array of endpoints for the feed. Typically, there is only one endpoint. The feed receives source media at this endpoint (when the calling application calls PutMedia) and returns the resulting metadata to this endpoint (when the calling application calls GetMetadata).

Link copied to clipboard
val id: String

A unique ID that Elemental Inference assigns to the feed.

Link copied to clipboard

The name that you specified in the request.

Link copied to clipboard

Repeats the outputs that you specified in the request.

Link copied to clipboard

The current status of the feed. After creation of the feed has succeeded, the status will be AVAILABLE.

Link copied to clipboard

Any tags that you included when you created the feed.

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