UpdateOutput

Contains configuration information about one output in a feed. It is used in the UpdateFeed action.

Types

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

Properties

Link copied to clipboard

A description of the output.

Link copied to clipboard

Elemental Inference originally sets this parameter to True if this output was created by AssociateFeed or to False if this output was created by CreateFeed or UpdateFeed.

Link copied to clipboard

The name of the output.

Link copied to clipboard

A typed property for an output in a feed. It identifies the action for Elemental Inference to perform. It also provides a repository for the results of that action. For example, CroppingConfig output will contain the metadata for the crop feature.

Link copied to clipboard

The status of the output.

Functions

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