Documentation Index
Fetch the complete documentation index at: https://docs.galileo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Type Alias: SessionCreateResponseOpenAPI
type SessionCreateResponseOpenAPI = object;
Defined in: src/types/openapi.types.ts
SessionCreateResponse
Properties
external_id?
optional external_id: string | null;
Defined in: src/types/openapi.types.ts
External Id
External id of the session.
Defined in: src/types/openapi.types.ts
Id
Session id associated with the session.
name
Defined in: src/types/openapi.types.ts
Name
Name of the session.
previous_session_id?
optional previous_session_id: string | null;
Defined in: src/types/openapi.types.ts
Previous Session Id
Id of the previous session.
project_id
Defined in: src/types/openapi.types.ts
Project Id
Project id associated with the session.
project_name
Defined in: src/types/openapi.types.ts
Project Name
Project name associated with the session.