Class: Aws::Types::VectorIndexDescription
- Inherits:
-
Object
- Object
- Aws::Types::VectorIndexDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backfilling ⇒ Boolean
Returns the value of attribute backfilling.
-
#dimensions ⇒ ::Integer
Returns the value of attribute dimensions.
-
#distance_function ⇒ "COSINE", ...
Returns the value of attribute distance_function.
-
#index_arn ⇒ ::String
Returns the value of attribute index_arn.
-
#index_name ⇒ ::String
Returns the value of attribute index_name.
-
#index_size_bytes ⇒ ::Integer
Returns the value of attribute index_size_bytes.
-
#index_status ⇒ "CREATING", ...
Returns the value of attribute index_status.
-
#item_count ⇒ ::Integer
Returns the value of attribute item_count.
-
#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
#backfilling ⇒ Boolean
Returns the value of attribute backfilling.
1968 1969 1970 |
# File 'sig/types.rbs', line 1968 def backfilling @backfilling end |
#dimensions ⇒ ::Integer
Returns the value of attribute dimensions.
1965 1966 1967 |
# File 'sig/types.rbs', line 1965 def dimensions @dimensions end |
#distance_function ⇒ "COSINE", ...
Returns the value of attribute distance_function.
1966 1967 1968 |
# File 'sig/types.rbs', line 1966 def distance_function @distance_function end |
#index_arn ⇒ ::String
Returns the value of attribute index_arn.
1971 1972 1973 |
# File 'sig/types.rbs', line 1971 def index_arn @index_arn end |
#index_name ⇒ ::String
Returns the value of attribute index_name.
1961 1962 1963 |
# File 'sig/types.rbs', line 1961 def index_name @index_name end |
#index_size_bytes ⇒ ::Integer
Returns the value of attribute index_size_bytes.
1969 1970 1971 |
# File 'sig/types.rbs', line 1969 def index_size_bytes @index_size_bytes end |
#index_status ⇒ "CREATING", ...
Returns the value of attribute index_status.
1967 1968 1969 |
# File 'sig/types.rbs', line 1967 def index_status @index_status end |
#item_count ⇒ ::Integer
Returns the value of attribute item_count.
1970 1971 1972 |
# File 'sig/types.rbs', line 1970 def item_count @item_count end |
#projection ⇒ Types::Projection
Returns the value of attribute projection.
1963 1964 1965 |
# File 'sig/types.rbs', line 1963 def projection @projection end |
#search_schema ⇒ ::Array[Types::SearchSchemaElement]
Returns the value of attribute search_schema.
1962 1963 1964 |
# File 'sig/types.rbs', line 1962 def search_schema @search_schema end |
#vector_attribute ⇒ Types::VectorAttributeDefinition
Returns the value of attribute vector_attribute.
1964 1965 1966 |
# File 'sig/types.rbs', line 1964 def vector_attribute @vector_attribute end |