class
Amazonite::DynamoDB::VectorIndexUpdate
- Amazonite::DynamoDB::VectorIndexUpdate
- Reference
- Object
Overview
A vector index to be added to or removed from a table.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/vector_index_update.crConstructors
- .new(pull : JSON::PullParser)
- .new(create : CreateVectorIndexAction | Nil = nil, delete : DeleteVectorIndexAction | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#create : CreateVectorIndexAction | Nil
The configuration for creating a new vector index on the table.
-
#create=(create : CreateVectorIndexAction | Nil)
The configuration for creating a new vector index on the table.
-
#delete : DeleteVectorIndexAction | Nil
The configuration for deleting an existing vector index from the table.
-
#delete=(delete : DeleteVectorIndexAction | Nil)
The configuration for deleting an existing vector index from the table.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
def self.new(create : CreateVectorIndexAction | Nil = nil, delete : DeleteVectorIndexAction | Nil = nil)
#
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.
def create=(create : CreateVectorIndexAction | Nil)
#
The configuration for creating a new vector index on the table.
def delete : DeleteVectorIndexAction | Nil
#
The configuration for deleting an existing vector index from the table.
def delete=(delete : DeleteVectorIndexAction | Nil)
#
The configuration for deleting an existing vector index from the table.