GetOutput

class GetOutput

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

Types

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

Properties

Link copied to clipboard

The description of the output.

Link copied to clipboard

True means that the output was originally created in the feed by the AssociateFeed operation. False means it was created using CreateFeed or UpdateFeed. You will need this value if you use the UpdateFeed operation to modify the list of outputs in the feed.

Link copied to clipboard

The ARN of the output.

Link copied to clipboard

A typed property for an output in a feed. It is used in the GetFeed action. 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: GetOutput.Builder.() -> Unit = {}): GetOutput
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