CreateFeedRequest

Types

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

Properties

Link copied to clipboard
val name: String?

A user-friendly name for this feed.

Link copied to clipboard

An array of outputs for this feed. Each output represents a specific Elemental Inference feature. For example, there is one output type for the smart crop feature. You must specify at least one output, but you can later add outputs using AssociateFeed, or add, modify, and delete outputs using UpdateFeed.

Link copied to clipboard

Optional tags. You can also add tags later, using TagResource.

Functions

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