Skip to main content

aip_sdk.ResolvedWorkspace

aip_sdk.ResolvedWorkspace(*, workspace_id: str | None, target: WorkspaceTarget, field: str = 'workspace_id')

A WorkspaceRequest after resolution: the value, and where it goes.

Attributes

  • workspace_id str | None: The resolved workspace, or None when the call is project-scoped, reads across every workspace, or declares NONE.
  • target WorkspaceTarget: Where apply_workspace() writes workspace_id.
  • field str: The parameter, body key, or path placeholder to write.

aip_sdk.ResolvedWorkspace.field​

aip_sdk.ResolvedWorkspace.field: str = 'workspace_id'

No docstring is defined in the source.

aip_sdk.ResolvedWorkspace.target​

aip_sdk.ResolvedWorkspace.target: WorkspaceTarget

No docstring is defined in the source.

aip_sdk.ResolvedWorkspace.workspace_id​

aip_sdk.ResolvedWorkspace.workspace_id: str | None

No docstring is defined in the source.