Class: Aws::Types::VectorIndex

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)


1955
1956
1957
# File 'sig/types.rbs', line 1955

def dimensions
  @dimensions
end

#distance_function"COSINE", ...

Returns the value of attribute distance_function.

Returns:

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


1956
1957
1958
# File 'sig/types.rbs', line 1956

def distance_function
  @distance_function
end

#index_name::String

Returns the value of attribute index_name.

Returns:

  • (::String)


1951
1952
1953
# File 'sig/types.rbs', line 1951

def index_name
  @index_name
end

#projectionTypes::Projection

Returns the value of attribute projection.

Returns:



1954
1955
1956
# File 'sig/types.rbs', line 1954

def projection
  @projection
end

#search_schema::Array[Types::SearchSchemaElement]

Returns the value of attribute search_schema.

Returns:



1953
1954
1955
# File 'sig/types.rbs', line 1953

def search_schema
  @search_schema
end

#vector_attributeTypes::VectorAttributeDefinition

Returns the value of attribute vector_attribute.



1952
1953
1954
# File 'sig/types.rbs', line 1952

def vector_attribute
  @vector_attribute
end