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_idstr | None: The resolved workspace, orNonewhen the call is project-scoped, reads across every workspace, or declaresNONE.targetWorkspaceTarget: Whereapply_workspace()writesworkspace_id.fieldstr: 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.