Class: Aws::Types::CreateVectorIndexAction

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dimensions::Integer

Returns the value of attribute dimensions.

Returns:

  • (::Integer)


350
351
352
# File 'sig/types.rbs', line 350

def dimensions
  @dimensions
end

#distance_function"COSINE", ...

Returns the value of attribute distance_function.

Returns:

  • ("COSINE", "DOT_PRODUCT", "EUCLIDEAN")


351
352
353
# File 'sig/types.rbs', line 351

def distance_function
  @distance_function
end

#index_name::String

Returns the value of attribute index_name.

Returns:

  • (::String)


346
347
348
# File 'sig/types.rbs', line 346

def index_name
  @index_name
end

#projectionTypes::Projection

Returns the value of attribute projection.

Returns:



349
350
351
# File 'sig/types.rbs', line 349

def projection
  @projection
end

#search_schema::Array[Types::SearchSchemaElement]

Returns the value of attribute search_schema.

Returns:



348
349
350
# File 'sig/types.rbs', line 348

def search_schema
  @search_schema
end

#vector_attributeTypes::VectorAttributeDefinition

Returns the value of attribute vector_attribute.



347
348
349
# File 'sig/types.rbs', line 347

def vector_attribute
  @vector_attribute
end