次の方法で共有


ApiKeyAuthWorkspaceConnectionProperties interface

この接続の種類は、一般的な ApiKey 認証接続カテゴリを対象とします。例: AzureOpenAI: Category:= AzureOpenAI AuthType:= ApiKey (型判別機能として) Credentials:= {ApiKey} as Microsoft.MachineLearning.AccountRP.Contracts.WorkspaceConnection.ApiKey Target:= {ApiBase}

CognitiveService: Category:= CognitiveService AuthType:= ApiKey (型識別子として) Credentials:= {SubscriptionKey} as Microsoft.MachineLearning.AccountRP.Contracts.WorkspaceConnection.ApiKey Target:= ServiceRegion={serviceRegion}

CognitiveSearch: Category:= CognitiveSearch AuthType:= ApiKey (型識別子として) Credentials:= {Key} as Microsoft.MachineLearning.AccountRP.Contracts.WorkspaceConnection.ApiKey Target:= {Endpoint}

ApiType、ApiVersion、Kind、およびその他のメタデータ フィールドにメタデータ プロパティ バッグを使用する

Extends

プロパティ

authType

ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。

credentials

ワークスペース接続資格情報の API キー オブジェクト。

継承されたプロパティ

category

接続のカテゴリ

createdByWorkspaceArmId

注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

expiryTime
group

接続カテゴリに基づくグループ注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

isSharedToAll
metadata

この接続のユーザー メタデータを格納する

sharedUserList
target
value

ワークスペース接続の値の詳細。

valueFormat

ワークスペースの接続値の形式

プロパティの詳細

authType

ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。

authType: "ApiKey"

プロパティ値

"ApiKey"

credentials

ワークスペース接続資格情報の API キー オブジェクト。

credentials?: WorkspaceConnectionApiKey

プロパティ値

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

category

接続のカテゴリ

category?: string

プロパティ値

string

WorkspaceConnectionPropertiesV2.categoryから継承

createdByWorkspaceArmId

注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

createdByWorkspaceArmId?: string

プロパティ値

string

WorkspaceConnectionPropertiesV2.createdByWorkspaceArmId から継承された

expiryTime

expiryTime?: Date

プロパティ値

Date

WorkspaceConnectionPropertiesV2.expiryTime から継承された

group

接続カテゴリに基づくグループ注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

group?: string

プロパティ値

string

WorkspaceConnectionPropertiesV2.group から継承された

isSharedToAll

isSharedToAll?: boolean

プロパティ値

boolean

WorkspaceConnectionPropertiesV2.isSharedToAll から継承された

metadata

この接続のユーザー メタデータを格納する

metadata?: {[propertyName: string]: string}

プロパティ値

{[propertyName: string]: string}

WorkspaceConnectionPropertiesV2.metadata から継承された

sharedUserList

sharedUserList?: string[]

プロパティ値

string[]

WorkspaceConnectionPropertiesV2.sharedUserList から継承された

target

target?: string

プロパティ値

string

workspaceConnectionPropertiesV2.target から継承

value

ワークスペース接続の値の詳細。

value?: string

プロパティ値

string

WorkspaceConnectionPropertiesV2.value から継承された

valueFormat

ワークスペースの接続値の形式

valueFormat?: string

プロパティ値

string

WorkspaceConnectionPropertiesV2.valueFormat から継承されます