Package com.azure.ai.openai.models
Class AzureCosmosDBFieldMappingOptions
java.lang.Object
com.azure.ai.openai.models.AzureCosmosDBFieldMappingOptions
Optional settings to control how fields are processed when using a configured Azure Cosmos DB resource.
-
Constructor Summary
ConstructorsConstructorDescriptionAzureCosmosDBFieldMappingOptions(List<String> vectorFields) Creates an instance of AzureCosmosDBFieldMappingOptions class. -
Method Summary
Modifier and TypeMethodDescriptionGet the vectorFields property: The names of fields that represent vector data.
-
Constructor Details
-
AzureCosmosDBFieldMappingOptions
Creates an instance of AzureCosmosDBFieldMappingOptions class.- Parameters:
vectorFields- the vectorFields value to set.
-
-
Method Details
-
getVectorFields
Get the vectorFields property: The names of fields that represent vector data.- Returns:
- the vectorFields value.
-