for GdPicture.NET
XTractFlow.API.LLM.Providers Namespace / AzureOpenAIProvider Class / DeploymentId Property



In This Topic

    DeploymentId Property

    In This Topic
    Specifies the deployment name selected during the model deployment process.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DeploymentId As String
    'Usage
     
    
    Dim instance As AzureOpenAIProvider
    Dim value As String
     
    value = instance.DeploymentId
    public string DeploymentId {get;}
    public:
    property String^ DeploymentId {
       String^ get();
    }
    See Also