CreateFeedRequest

Types

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

Properties

Link copied to clipboard
val name: String?

A 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, an output might represent the crop feature.

Link copied to clipboard

If you want to include tags, add them now. You won't be able to add them later.

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