azure-docs-sdk-java/docs-ref-autogen/com.azure.cosmos.models.Cos...

86 строки
4.7 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.cosmos.models.CosmosVectorIndexSpec"
fullName: "com.azure.cosmos.models.CosmosVectorIndexSpec"
name: "CosmosVectorIndexSpec"
nameWithType: "CosmosVectorIndexSpec"
summary: "Vector Indexes spec for Azure CosmosDB service."
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 **CosmosVectorIndexSpec**"
constructors:
- uid: "com.azure.cosmos.models.CosmosVectorIndexSpec.CosmosVectorIndexSpec()"
fullName: "com.azure.cosmos.models.CosmosVectorIndexSpec.CosmosVectorIndexSpec()"
name: "CosmosVectorIndexSpec()"
nameWithType: "CosmosVectorIndexSpec.CosmosVectorIndexSpec()"
summary: "Constructor"
syntax: "public CosmosVectorIndexSpec()"
desc: "Constructor"
methods:
- uid: "com.azure.cosmos.models.CosmosVectorIndexSpec.getPath()"
fullName: "com.azure.cosmos.models.CosmosVectorIndexSpec.getPath()"
name: "getPath()"
nameWithType: "CosmosVectorIndexSpec.getPath()"
summary: "Gets path."
syntax: "public String getPath()"
desc: "Gets path."
returns:
description: "the path."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.cosmos.models.CosmosVectorIndexSpec.getType()"
fullName: "com.azure.cosmos.models.CosmosVectorIndexSpec.getType()"
name: "getType()"
nameWithType: "CosmosVectorIndexSpec.getType()"
summary: "Gets the vector index type for the vector index"
syntax: "public String getType()"
desc: "Gets the vector index type for the vector index"
returns:
description: "the vector index type"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.cosmos.models.CosmosVectorIndexSpec.setPath(java.lang.String)"
fullName: "com.azure.cosmos.models.CosmosVectorIndexSpec.setPath(String path)"
name: "setPath(String path)"
nameWithType: "CosmosVectorIndexSpec.setPath(String path)"
summary: "Sets path."
parameters:
- description: "the path."
name: "path"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public CosmosVectorIndexSpec setPath(String path)"
desc: "Sets path."
returns:
description: "the SpatialSpec."
type: "<xref href=\"com.azure.cosmos.models.CosmosVectorIndexSpec?alt=com.azure.cosmos.models.CosmosVectorIndexSpec&text=CosmosVectorIndexSpec\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.CosmosVectorIndexSpec.setType(java.lang.String)"
fullName: "com.azure.cosmos.models.CosmosVectorIndexSpec.setType(String type)"
name: "setType(String type)"
nameWithType: "CosmosVectorIndexSpec.setType(String type)"
summary: "Sets the vector index type for the vector index"
parameters:
- description: "the vector index type"
name: "type"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public CosmosVectorIndexSpec setType(String type)"
desc: "Sets the vector index type for the vector index"
returns:
description: "the VectorIndexSpec"
type: "<xref href=\"com.azure.cosmos.models.CosmosVectorIndexSpec?alt=com.azure.cosmos.models.CosmosVectorIndexSpec&text=CosmosVectorIndexSpec\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Vector Indexes spec for Azure CosmosDB service."
metadata: {}
package: "com.azure.cosmos.models"
artifact: com.azure:azure-cosmos:4.63.3