FDPResourceService()Base class for connecting to services from Azure AI Foundry projects.
The project endpoint associated with the AI project. If this is specified,
then the endpoint parameter becomes optional and credential has to be of type
TokenCredential.
The endpoint of the specific service to connect to. If you are connecting to a model, use the URL of the model deployment.
The API key or credential to use to connect to the service. If using a project
endpoint, this must be of type TokenCredential since only Microsoft EntraID is
supported.
The API version to use with Azure. If None, the default version is used.
Additional keyword arguments to pass to the client.
Validate that required values are present in the environment.