Language

CollectionModelBuilder.Validate(Type, VectorStoreCollectionDefinition) Method

Definition

Validates the model after all properties have been processed.

protected:
 virtual void Validate(Type ^ type, Microsoft::Extensions::VectorData::VectorStoreCollectionDefinition ^ definition);
protected virtual void Validate(Type? type, Microsoft.Extensions.VectorData.VectorStoreCollectionDefinition? definition);
abstract member Validate : Type * Microsoft.Extensions.VectorData.VectorStoreCollectionDefinition -> unit
override this.Validate : Type * Microsoft.Extensions.VectorData.VectorStoreCollectionDefinition -> unit
Protected Overridable Sub Validate (type As Type, definition As VectorStoreCollectionDefinition)

Parameters

type
Type

Applies to