VectorConfig

data class VectorConfig(val value: VectorConfig) : CollectionConfig

Configuration for your vector collection type.

  • Dimension: The number of elements in your vector.

Constructors

Link copied to clipboard
constructor(value: VectorConfig)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this CollectionConfig as a VectorConfig and retrieves its aws.sdk.kotlin.services.sagemaker.model.VectorConfig value. Throws an exception if the CollectionConfig is not a VectorConfig.

Link copied to clipboard