59 строки
4.3 KiB
YAML
59 строки
4.3 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.cosmos.models.CosmosVectorEmbeddingPolicy"
|
|
fullName: "com.azure.cosmos.models.CosmosVectorEmbeddingPolicy"
|
|
name: "CosmosVectorEmbeddingPolicy"
|
|
nameWithType: "CosmosVectorEmbeddingPolicy"
|
|
summary: "Vector Embedding Policy"
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **CosmosVectorEmbeddingPolicy**"
|
|
constructors:
|
|
- uid: "com.azure.cosmos.models.CosmosVectorEmbeddingPolicy.CosmosVectorEmbeddingPolicy()"
|
|
fullName: "com.azure.cosmos.models.CosmosVectorEmbeddingPolicy.CosmosVectorEmbeddingPolicy()"
|
|
name: "CosmosVectorEmbeddingPolicy()"
|
|
nameWithType: "CosmosVectorEmbeddingPolicy.CosmosVectorEmbeddingPolicy()"
|
|
summary: "Constructor"
|
|
syntax: "public CosmosVectorEmbeddingPolicy()"
|
|
desc: "Constructor"
|
|
methods:
|
|
- uid: "com.azure.cosmos.models.CosmosVectorEmbeddingPolicy.getVectorEmbeddings()"
|
|
fullName: "com.azure.cosmos.models.CosmosVectorEmbeddingPolicy.getVectorEmbeddings()"
|
|
name: "getVectorEmbeddings()"
|
|
nameWithType: "CosmosVectorEmbeddingPolicy.getVectorEmbeddings()"
|
|
summary: "Gets the paths for embeddings along with path-specific settings for the item."
|
|
syntax: "public List<CosmosVectorEmbedding> getVectorEmbeddings()"
|
|
desc: "Gets the paths for embeddings along with path-specific settings for the item."
|
|
returns:
|
|
description: "the paths for embeddings along with path-specific settings for the item."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.cosmos.models.CosmosVectorEmbedding?alt=com.azure.cosmos.models.CosmosVectorEmbedding&text=CosmosVectorEmbedding\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.cosmos.models.CosmosVectorEmbeddingPolicy.setCosmosVectorEmbeddings(java.util.List<com.azure.cosmos.models.CosmosVectorEmbedding>)"
|
|
fullName: "com.azure.cosmos.models.CosmosVectorEmbeddingPolicy.setCosmosVectorEmbeddings(List<CosmosVectorEmbedding> cosmosVectorEmbeddings)"
|
|
name: "setCosmosVectorEmbeddings(List<CosmosVectorEmbedding> cosmosVectorEmbeddings)"
|
|
nameWithType: "CosmosVectorEmbeddingPolicy.setCosmosVectorEmbeddings(List<CosmosVectorEmbedding> cosmosVectorEmbeddings)"
|
|
summary: "Sets the paths for embeddings along with path-specific settings for the item."
|
|
parameters:
|
|
- description: "paths for embeddings along with path-specific settings for the item."
|
|
name: "cosmosVectorEmbeddings"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.cosmos.models.CosmosVectorEmbedding?alt=com.azure.cosmos.models.CosmosVectorEmbedding&text=CosmosVectorEmbedding\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public void setCosmosVectorEmbeddings(List<CosmosVectorEmbedding> cosmosVectorEmbeddings)"
|
|
desc: "Sets the paths for embeddings along with path-specific settings for the item."
|
|
type: "class"
|
|
desc: "Vector Embedding Policy"
|
|
metadata: {}
|
|
package: "com.azure.cosmos.models"
|
|
artifact: com.azure:azure-cosmos:4.63.3
|