ListOutputVector

Amazon S3 Vectors is in preview release for Amazon S3 and is subject to change.

The attributes of a vector returned by the ListVectors operation.

Types

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

Properties

Link copied to clipboard

The vector data of the vector.

Link copied to clipboard
val key: String

The name of the vector.

Link copied to clipboard

Metadata about the vector.

Functions

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