CreateAdapterRequest

Types

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

Properties

Link copied to clipboard

The name to be assigned to the adapter being created.

Link copied to clipboard

Controls whether or not the adapter should automatically update.

Link copied to clipboard

Idempotent token is used to recognize the request. If the same token is used with multiple CreateAdapter requests, the same session is returned. This token is employed to avoid unintentionally creating the same session multiple times.

Link copied to clipboard

The description to be assigned to the adapter being created.

Link copied to clipboard

The type of feature that the adapter is being trained on. Currrenly, supported feature types are: QUERIES

Link copied to clipboard

A list of tags to be added to the adapter.

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