Class: Aws::Types::BedrockEmbeddingModelConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::BedrockEmbeddingModelConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio ⇒ ::Array[Types::AudioConfiguration]
Returns the value of attribute audio.
-
#dimensions ⇒ ::Integer
Returns the value of attribute dimensions.
-
#embedding_data_type ⇒ "FLOAT32", "BINARY"
Returns the value of attribute embedding_data_type.
-
#model_configuration ⇒ Object
Returns the value of attribute model_configuration.
-
#video ⇒ ::Array[Types::VideoConfiguration]
Returns the value of attribute video.
Instance Attribute Details
#audio ⇒ ::Array[Types::AudioConfiguration]
Returns the value of attribute audio.
300 301 302 |
# File 'sig/types.rbs', line 300 def audio @audio end |
#dimensions ⇒ ::Integer
Returns the value of attribute dimensions.
298 299 300 |
# File 'sig/types.rbs', line 298 def dimensions @dimensions end |
#embedding_data_type ⇒ "FLOAT32", "BINARY"
Returns the value of attribute embedding_data_type.
299 300 301 |
# File 'sig/types.rbs', line 299 def @embedding_data_type end |
#model_configuration ⇒ Object
Returns the value of attribute model_configuration.
302 303 304 |
# File 'sig/types.rbs', line 302 def model_configuration @model_configuration end |
#video ⇒ ::Array[Types::VideoConfiguration]
Returns the value of attribute video.
301 302 303 |
# File 'sig/types.rbs', line 301 def video @video end |