Uses of Class
com.azure.resourcemanager.cosmos.models.VectorEmbeddingPolicy
Packages that use VectorEmbeddingPolicy
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of VectorEmbeddingPolicy in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return VectorEmbeddingPolicyModifier and TypeMethodDescriptionstatic VectorEmbeddingPolicyVectorEmbeddingPolicy.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VectorEmbeddingPolicy from the JsonReader.SqlContainerResource.vectorEmbeddingPolicy()Get the vectorEmbeddingPolicy property: The vector embedding policy for the container.VectorEmbeddingPolicy.withVectorEmbeddings(List<VectorEmbedding> vectorEmbeddings) Set the vectorEmbeddings property: List of vector embeddings.Methods in com.azure.resourcemanager.cosmos.models with parameters of type VectorEmbeddingPolicyModifier and TypeMethodDescriptionRestorableSqlContainerPropertiesResourceContainer.withVectorEmbeddingPolicy(VectorEmbeddingPolicy vectorEmbeddingPolicy) Set the vectorEmbeddingPolicy property: The vector embedding policy for the container.SqlContainerGetPropertiesResource.withVectorEmbeddingPolicy(VectorEmbeddingPolicy vectorEmbeddingPolicy) Set the vectorEmbeddingPolicy property: The vector embedding policy for the container.SqlContainerResource.withVectorEmbeddingPolicy(VectorEmbeddingPolicy vectorEmbeddingPolicy) Set the vectorEmbeddingPolicy property: The vector embedding policy for the container.