Class: Aws::Types::VectorIndexDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backfillingBoolean

Returns the value of attribute backfilling.

Returns:

  • (Boolean)


1968
1969
1970
# File 'sig/types.rbs', line 1968

def backfilling
  @backfilling
end

#dimensions::Integer

Returns the value of attribute dimensions.

Returns:

  • (::Integer)


1965
1966
1967
# File 'sig/types.rbs', line 1965

def dimensions
  @dimensions
end

#distance_function"COSINE", ...

Returns the value of attribute distance_function.

Returns:

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


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("CREATING", "UPDATING", "DELETING", "ACTIVE")


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.

Returns:

  • (::Integer)


1970
1971
1972
# File 'sig/types.rbs', line 1970

def item_count
  @item_count
end

#projectionTypes::Projection

Returns the value of attribute projection.

Returns:



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.

Returns:



1962
1963
1964
# File 'sig/types.rbs', line 1962

def search_schema
  @search_schema
end

#vector_attributeTypes::VectorAttributeDefinition

Returns the value of attribute vector_attribute.



1964
1965
1966
# File 'sig/types.rbs', line 1964

def vector_attribute
  @vector_attribute
end