Uses of Class
com.azure.ai.openai.models.OnYourDataVectorizationSourceType
Packages that use OnYourDataVectorizationSourceType
-
Uses of OnYourDataVectorizationSourceType in com.azure.ai.openai.models
Fields in com.azure.ai.openai.models declared as OnYourDataVectorizationSourceTypeModifier and TypeFieldDescriptionstatic final OnYourDataVectorizationSourceTypeOnYourDataVectorizationSourceType.DEPLOYMENT_NAMERepresents an Ada model deployment name to use.static final OnYourDataVectorizationSourceTypeOnYourDataVectorizationSourceType.ENDPOINTRepresents vectorization performed by public service calls to an Azure OpenAI embedding model.static final OnYourDataVectorizationSourceTypeOnYourDataVectorizationSourceType.INTEGRATEDRepresents the integrated vectorizer defined within the search resource.static final OnYourDataVectorizationSourceTypeOnYourDataVectorizationSourceType.MODEL_IDRepresents a specific embedding model ID as defined in the search service.Methods in com.azure.ai.openai.models that return OnYourDataVectorizationSourceTypeModifier and TypeMethodDescriptionOnYourDataVectorizationSourceType.fromString(String name) Creates or finds a OnYourDataVectorizationSourceType from its string representation.OnYourDataDeploymentNameVectorizationSource.getType()Get the type property: The type of vectorization source to use.OnYourDataEndpointVectorizationSource.getType()Get the type property: The type of vectorization source to use.OnYourDataIntegratedVectorizationSource.getType()Get the type property: The type of vectorization source to use.OnYourDataModelIdVectorizationSource.getType()Get the type property: The type of vectorization source to use.OnYourDataVectorizationSource.getType()Get the type property: The type of vectorization source to use.Methods in com.azure.ai.openai.models that return types with arguments of type OnYourDataVectorizationSourceTypeModifier and TypeMethodDescriptionOnYourDataVectorizationSourceType.values()Gets known OnYourDataVectorizationSourceType values.