Class: Aws::Types::BedrockEmbeddingModelConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audio::Array[Types::AudioConfiguration]

Returns the value of attribute audio.

Returns:



300
301
302
# File 'sig/types.rbs', line 300

def audio
  @audio
end

#dimensions::Integer

Returns the value of attribute dimensions.

Returns:

  • (::Integer)


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.

Returns:

  • ("FLOAT32", "BINARY")


299
300
301
# File 'sig/types.rbs', line 299

def embedding_data_type
  @embedding_data_type
end

#model_configurationObject

Returns the value of attribute model_configuration.

Returns:

  • (Object)


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.

Returns:



301
302
303
# File 'sig/types.rbs', line 301

def video
  @video
end