class Amazonite::DynamoDB::VectorIndexUpdate

Overview

A vector index to be added to or removed from a table.

Included Modules

Defined in:

dynamodb/vector_index_update.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(create : CreateVectorIndexAction | Nil = nil, delete : DeleteVectorIndexAction | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def create : CreateVectorIndexAction | Nil #

The configuration for creating a new vector index on the table.


[View source]
def create=(create : CreateVectorIndexAction | Nil) #

The configuration for creating a new vector index on the table.


[View source]
def delete : DeleteVectorIndexAction | Nil #

The configuration for deleting an existing vector index from the table.


[View source]
def delete=(delete : DeleteVectorIndexAction | Nil) #

The configuration for deleting an existing vector index from the table.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def validate! : Nil #

[View source]