次の方法で共有


AzureOpenAIParameters interface

Azure OpenAI リソースに接続するためのパラメーターを指定します。

プロパティ

apiKey

指定された Azure OpenAI リソースの API キー。

authIdentity

送信接続に使用されるユーザー割り当てマネージド ID。

deploymentId

指定されたリソースに対する Azure OpenAI モデルデプロイの ID。

modelName

指定された deploymentId パスにデプロイされる埋め込みモデルの名前。

resourceUrl

Azure OpenAI リソースのリソース URI。

プロパティの詳細

apiKey

指定された Azure OpenAI リソースの API キー。

apiKey?: string

プロパティ値

string

authIdentity

送信接続に使用されるユーザー割り当てマネージド ID。

authIdentity?: SearchIndexerDataIdentity

プロパティ値

deploymentId

指定されたリソースに対する Azure OpenAI モデルデプロイの ID。

deploymentId?: string

プロパティ値

string

modelName

指定された deploymentId パスにデプロイされる埋め込みモデルの名前。

modelName?: string

プロパティ値

string

resourceUrl

Azure OpenAI リソースのリソース URI。

resourceUrl?: string

プロパティ値

string