CollectionConfig

sealed class CollectionConfig

Configuration for your collection.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
data class VectorConfig(val value: VectorConfig) : CollectionConfig

Configuration for your vector collection type.

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