PutVectorsRequest

Types

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

Properties

Link copied to clipboard

The ARN of the vector index where you want to write vectors.

Link copied to clipboard

The name of the vector index where you want to write vectors.

Link copied to clipboard

The name of the vector bucket that contains the vector index.

Link copied to clipboard

The vectors to add to a vector index. The number of vectors in a single request must not exceed the resource capacity, otherwise the request will be rejected with the error ServiceUnavailableException with the error message "Currently unable to handle the request".

Functions

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