Class: Aws::Types::SearchVectorsInput
- Inherits:
-
Object
- Object
- Aws::Types::SearchVectorsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expression_attribute_names ⇒ ::Hash[::String, ::String]
Returns the value of attribute expression_attribute_names.
-
#expression_attribute_values ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute expression_attribute_values.
-
#index_name ⇒ ::String
Returns the value of attribute index_name.
-
#projection_expression ⇒ ::String
Returns the value of attribute projection_expression.
-
#return_consumed_capacity ⇒ "INDEXES", ...
Returns the value of attribute return_consumed_capacity.
-
#search_condition_expression ⇒ ::String
Returns the value of attribute search_condition_expression.
-
#search_vector ⇒ ::Array[Types::AttributeValue]
Returns the value of attribute search_vector.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
-
#top_k ⇒ ::Integer
Returns the value of attribute top_k.
Instance Attribute Details
#expression_attribute_names ⇒ ::Hash[::String, ::String]
Returns the value of attribute expression_attribute_names.
1540 1541 1542 |
# File 'sig/types.rbs', line 1540 def expression_attribute_names @expression_attribute_names end |
#expression_attribute_values ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute expression_attribute_values.
1541 1542 1543 |
# File 'sig/types.rbs', line 1541 def expression_attribute_values @expression_attribute_values end |
#index_name ⇒ ::String
Returns the value of attribute index_name.
1538 1539 1540 |
# File 'sig/types.rbs', line 1538 def index_name @index_name end |
#projection_expression ⇒ ::String
Returns the value of attribute projection_expression.
1542 1543 1544 |
# File 'sig/types.rbs', line 1542 def projection_expression @projection_expression end |
#return_consumed_capacity ⇒ "INDEXES", ...
Returns the value of attribute return_consumed_capacity.
1539 1540 1541 |
# File 'sig/types.rbs', line 1539 def return_consumed_capacity @return_consumed_capacity end |
#search_condition_expression ⇒ ::String
Returns the value of attribute search_condition_expression.
1544 1545 1546 |
# File 'sig/types.rbs', line 1544 def search_condition_expression @search_condition_expression end |
#search_vector ⇒ ::Array[Types::AttributeValue]
Returns the value of attribute search_vector.
1543 1544 1545 |
# File 'sig/types.rbs', line 1543 def search_vector @search_vector end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
1537 1538 1539 |
# File 'sig/types.rbs', line 1537 def table_name @table_name end |
#top_k ⇒ ::Integer
Returns the value of attribute top_k.
1545 1546 1547 |
# File 'sig/types.rbs', line 1545 def top_k @top_k end |