次の方法で共有


OpenAIClientOptions interface

Extends

継承されたプロパティ

additionalPolicies

HTTP パイプラインに含める追加のポリシー。

allowInsecureConnection

http (セキュリティで保護されていない) エンドポイントの呼び出しを許可するオプション

apiVersion

カスタム apiVersion を設定するためのオプション。

baseUrl

クライアントのベース URL

credentials

資格情報の情報

endpoint

クライアントのエンドポイント

httpClient

要求を行うときにカスタム HttpClient を指定します。

loggingOptions

要求/応答ログを構成するためのオプション。

proxyOptions

送信要求のプロキシを構成するためのオプション。

redirectOptions

リダイレクト応答の処理方法のオプション。

retryOptions

失敗した要求を再試行する方法を制御するオプション。

telemetryOptions

一般的なテレメトリとトレース情報を送信要求に設定するためのオプション。

tlsOptions

TLS 認証を構成するためのオプション

userAgentOptions

送信要求にユーザー エージェントの詳細を追加するためのオプション。

継承されたプロパティの詳細

additionalPolicies

HTTP パイプラインに含める追加のポリシー。

additionalPolicies?: AdditionalPolicyConfig[]

プロパティ値

継承元 ClientOptions.additionalPolicies

allowInsecureConnection

http (セキュリティで保護されていない) エンドポイントの呼び出しを許可するオプション

allowInsecureConnection?: boolean

プロパティ値

boolean

継承元 ClientOptions.allowInsecureConnection

apiVersion

カスタム apiVersion を設定するためのオプション。

apiVersion?: string

プロパティ値

string

継承元 ClientOptions.apiVersion

baseUrl

警告

この API は非推奨になりました。

This property is deprecated and will be removed soon, please use endpoint instead

クライアントのベース URL

baseUrl?: string

プロパティ値

string

継承元 ClientOptions.baseUrl

credentials

資格情報の情報

credentials?: { apiKeyHeaderName?: string, scopes?: string[] }

プロパティ値

{ apiKeyHeaderName?: string, scopes?: string[] }

継承元 ClientOptions.credentials

endpoint

クライアントのエンドポイント

endpoint?: string

プロパティ値

string

継承元 ClientOptions.endpoint

httpClient

要求を行うときにカスタム HttpClient を指定します。

httpClient?: HttpClient

プロパティ値

継承元 ClientOptions.httpClient

loggingOptions

要求/応答ログを構成するためのオプション。

loggingOptions?: LogPolicyOptions

プロパティ値

継承元 ClientOptions.loggingOptions

proxyOptions

送信要求のプロキシを構成するためのオプション。

proxyOptions?: ProxySettings

プロパティ値

継承元 ClientOptions.proxyOptions

redirectOptions

リダイレクト応答の処理方法のオプション。

redirectOptions?: RedirectPolicyOptions

プロパティ値

継承元 ClientOptions.redirectOptions

retryOptions

失敗した要求を再試行する方法を制御するオプション。

retryOptions?: PipelineRetryOptions

プロパティ値

継承元 ClientOptions.retryOptions

telemetryOptions

一般的なテレメトリとトレース情報を送信要求に設定するためのオプション。

telemetryOptions?: TelemetryOptions

プロパティ値

継承元 ClientOptions.telemetryOptions

tlsOptions

TLS 認証を構成するためのオプション

tlsOptions?: TlsSettings

プロパティ値

継承元 ClientOptions.tlsOptions

userAgentOptions

送信要求にユーザー エージェントの詳細を追加するためのオプション。

userAgentOptions?: UserAgentPolicyOptions

プロパティ値

継承元 ClientOptions.userAgentOptions