Skip to main content

Interface: GatewayWorkspaceProvisionResult

Defined in: src/ai-gateway/types.ts:61

Result of AIGatewayWorkspacesClient.provision.

Properties​

scope​

scope: objectOutputType;

Defined in: src/ai-gateway/types.ts:63

The IAM scope after the workspace was bound to it.


workspace​

workspace: objectOutputType;

Defined in: src/ai-gateway/types.ts:65

The POST /workspaces response — most of the record, but call get() for settings.


scopeCreated​

scopeCreated: boolean;

Defined in: src/ai-gateway/types.ts:67

false when existingScope reused a scope instead of creating one.