Class AzureFoundryPluginOptions

java.lang.Object
com.google.genkit.plugins.azurefoundry.AzureFoundryPluginOptions

public class AzureFoundryPluginOptions extends Object
Configuration options for the Azure AI Foundry plugin.
  • Method Details

    • getEndpoint

      public String getEndpoint()
      Gets the Azure AI Foundry endpoint URL.
      Returns:
      the endpoint
    • getApiKey

      public String getApiKey()
      Gets the API key.
      Returns:
      the API key
    • getCredential

      public com.azure.core.credential.TokenCredential getCredential()
      Gets the Azure credential.
      Returns:
      the credential
    • getDeployment

      public String getDeployment()
      Gets the deployment name.
      Returns:
      the deployment name
    • getApiVersion

      public String getApiVersion()
      Gets the API version.
      Returns:
      the API version
    • builder

      public static AzureFoundryPluginOptions.Builder builder()
      Creates a new builder.
      Returns:
      the builder