Class OnYourDataDeploymentNameVectorizationSource

java.lang.Object
com.azure.ai.openai.models.OnYourDataVectorizationSource
com.azure.ai.openai.models.OnYourDataDeploymentNameVectorizationSource

public final class OnYourDataDeploymentNameVectorizationSource extends OnYourDataVectorizationSource
The details of a a vectorization source, used by Azure OpenAI On Your Data when applying vector search, that is based on an internal embeddings model deployment name in the same Azure OpenAI resource.
  • Constructor Details

    • OnYourDataDeploymentNameVectorizationSource

      public OnYourDataDeploymentNameVectorizationSource(String deploymentName)
      Creates an instance of OnYourDataDeploymentNameVectorizationSource class.
      Parameters:
      deploymentName - the deploymentName value to set.
  • Method Details

    • getDeploymentName

      public String getDeploymentName()
      Get the deploymentName property: The embedding model deployment name within the same Azure OpenAI resource. This enables you to use vector search without Azure OpenAI api-key and without Azure OpenAI public network access.
      Returns:
      the deploymentName value.