Class AzureFoundryPluginOptions
java.lang.Object
com.google.genkit.plugins.azurefoundry.AzureFoundryPluginOptions
Configuration options for the Azure AI Foundry plugin.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for AzureFoundryPluginOptions. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Creates a new builder.Gets the API key.Gets the API version.com.azure.core.credential.TokenCredentialGets the Azure credential.Gets the deployment name.Gets the Azure AI Foundry endpoint URL.
-
Method Details
-
getEndpoint
Gets the Azure AI Foundry endpoint URL.- Returns:
- the endpoint
-
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
Gets the deployment name.- Returns:
- the deployment name
-
getApiVersion
Gets the API version.- Returns:
- the API version
-
builder
Creates a new builder.- Returns:
- the builder
-