Class: Aws::Types::VectorIndexInfo
- Inherits:
-
Object
- Object
- Aws::Types::VectorIndexInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dimensions ⇒ ::Integer
Returns the value of attribute dimensions.
-
#distance_function ⇒ "COSINE", ...
Returns the value of attribute distance_function.
-
#index_name ⇒ ::String
Returns the value of attribute index_name.
-
#projection ⇒ Types::Projection
Returns the value of attribute projection.
-
#search_schema ⇒ ::Array[Types::SearchSchemaElement]
Returns the value of attribute search_schema.
-
#vector_attribute ⇒ Types::VectorAttributeDefinition
Returns the value of attribute vector_attribute.
Instance Attribute Details
#dimensions ⇒ ::Integer
Returns the value of attribute dimensions.
1980 1981 1982 |
# File 'sig/types.rbs', line 1980 def dimensions @dimensions end |
#distance_function ⇒ "COSINE", ...
Returns the value of attribute distance_function.
1981 1982 1983 |
# File 'sig/types.rbs', line 1981 def distance_function @distance_function end |
#index_name ⇒ ::String
Returns the value of attribute index_name.
1976 1977 1978 |
# File 'sig/types.rbs', line 1976 def index_name @index_name end |
#projection ⇒ Types::Projection
Returns the value of attribute projection.
1979 1980 1981 |
# File 'sig/types.rbs', line 1979 def projection @projection end |
#search_schema ⇒ ::Array[Types::SearchSchemaElement]
Returns the value of attribute search_schema.
1978 1979 1980 |
# File 'sig/types.rbs', line 1978 def search_schema @search_schema end |
#vector_attribute ⇒ Types::VectorAttributeDefinition
Returns the value of attribute vector_attribute.
1977 1978 1979 |
# File 'sig/types.rbs', line 1977 def vector_attribute @vector_attribute end |