Share via


OnYourDataEndpointVectorizationSource.Endpoint Property

Definition

Specifies the resource endpoint URL from which embeddings should be retrieved. It should be in the format of https://YOUR_RESOURCE_NAME.openai.azure.com/openai/deployments/YOUR_DEPLOYMENT_NAME/embeddings. The api-version query parameter is not allowed.

public Uri Endpoint { get; }
member this.Endpoint : Uri
Public ReadOnly Property Endpoint As Uri

Property Value

Uri

Applies to