Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
108 changes: 33 additions & 75 deletions data/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ type AdminGetSSHKeypairPayload
}

"""
Added in 26.4.3. Payload for admin bulk revision refresh mutation result.
Added in UNRELEASED. Payload for admin bulk revision refresh mutation result.
"""
type AdminRefreshDeploymentRevisionsPayload
@join__type(graph: STRAWBERRY)
Expand Down Expand Up @@ -1682,7 +1682,7 @@ type AutoScalingRule implements Node
lastTriggeredAt: DateTime

"""
Added in 26.4.3. The Prometheus query preset used for metric-based auto-scaling.
Added in UNRELEASED. The Prometheus query preset used for metric-based auto-scaling.
"""
queryPreset: QueryDefinition
}
Expand Down Expand Up @@ -4669,26 +4669,6 @@ input DeploymentFilter
openToPublic: Boolean = null
tags: StringFilter = null
endpointUrl: StringFilter = null

"""Added in 26.4.3. Filter by domain name."""
domainName: StringFilter = null

"""Added in 26.4.3. Filter by project ID."""
projectId: UUIDFilter = null

"""Added in 26.4.3. Filter by resource group name."""
resourceGroup: StringFilter = null

"""Added in 26.4.3. Filter by the user who created the deployment."""
createdUserId: UUIDFilter = null

"""Added in 26.4.3. Filter by deployment creation datetime."""
createdAt: DateTimeFilter = null

"""
Added in 26.4.3. Filter by deployment destruction datetime. Supports IS NULL / IS NOT NULL.
"""
destroyedAt: NullableDateTimeFilter = null
AND: [DeploymentFilter!] = null
OR: [DeploymentFilter!] = null
NOT: [DeploymentFilter!] = null
Expand All @@ -4713,7 +4693,7 @@ type DeploymentHistory implements Node
createdAt: DateTime!
updatedAt: DateTime!

"""Added in 26.4.3. The deployment this history record belongs to."""
"""Added in UNRELEASED. The deployment this history record belongs to."""
deployment: ModelDeployment
}

Expand Down Expand Up @@ -4788,11 +4768,7 @@ enum DeploymentOrderField
{
NAME @join__enumValue(graph: STRAWBERRY)
CREATED_AT @join__enumValue(graph: STRAWBERRY)
DESTROYED_AT @join__enumValue(graph: STRAWBERRY)
DOMAIN @join__enumValue(graph: STRAWBERRY)
PROJECT @join__enumValue(graph: STRAWBERRY)
RESOURCE_GROUP @join__enumValue(graph: STRAWBERRY)
TAG @join__enumValue(graph: STRAWBERRY)
UPDATED_AT @join__enumValue(graph: STRAWBERRY)
}

"""Added in 25.19.0. Deployment policy configuration."""
Expand Down Expand Up @@ -4868,7 +4844,7 @@ type DeploymentRevisionPreset implements Node
"""Timestamp of the last modification to this deployment preset."""
updatedAt: DateTime

"""Added in 26.4.3. The runtime variant this preset is designed for."""
"""Added in UNRELEASED. The runtime variant this preset is designed for."""
runtimeVariant: RuntimeVariant

"""Added in 26.4.2. Resource slot allocations for this preset."""
Expand Down Expand Up @@ -6168,7 +6144,7 @@ type EntityRef implements Node
entity: EntityNode

"""
Added in 26.4.3. The resolved scope object in which the entity is registered.
Added in UNRELEASED. The resolved scope object in which the entity is registered.
"""
scope: EntityNode
}
Expand Down Expand Up @@ -7370,7 +7346,7 @@ type KernelV2 implements Node
"""Added in 26.2.0. The agent running this kernel."""
agent: AgentV2

"""Added in 26.4.3. The image used by this kernel."""
"""Added in UNRELEASED. The image used by this kernel."""
image: ImageV2

"""Added in 26.2.0. The user who owns this kernel."""
Expand Down Expand Up @@ -7698,7 +7674,7 @@ type KeyPairGQL implements Node
"""UUID of the user who owns this keypair."""
userId: UUID!

"""Added in 26.4.3. The user who owns this keypair."""
"""Added in UNRELEASED. The user who owns this keypair."""
user: UserV2
}

Expand Down Expand Up @@ -8192,10 +8168,10 @@ type LoginHistoryV2 implements Node
"""Timestamp when the login attempt occurred."""
createdAt: DateTime!

"""Added in 26.4.3. The user who attempted to log in."""
"""Added in UNRELEASED. The user who attempted to log in."""
user: UserV2

"""Added in 26.4.3. The domain at the time of the login attempt."""
"""Added in UNRELEASED. The domain at the time of the login attempt."""
domain: DomainV2
}

Expand Down Expand Up @@ -8306,7 +8282,7 @@ type LoginSessionV2 implements Node
"""Timestamp when the session was invalidated."""
invalidatedAt: DateTime

"""Added in 26.4.3. The user who owns this login session."""
"""Added in UNRELEASED. The user who owns this login session."""
user: UserV2
}

Expand Down Expand Up @@ -8530,13 +8506,13 @@ type ModelCardV2 implements Node
"""
vfolder: VFolder

"""Added in 26.4.3. The domain this model card belongs to."""
"""Added in UNRELEASED. The domain this model card belongs to."""
domain: DomainV2

"""Added in 26.4.3. The project this model card belongs to."""
"""Added in UNRELEASED. The project this model card belongs to."""
project: ProjectV2

"""Added in 26.4.3. The user who created this model card."""
"""Added in UNRELEASED. The user who created this model card."""
creator: UserV2

"""
Expand Down Expand Up @@ -8730,17 +8706,17 @@ type ModelDeployment implements Node
createdUserId: ID!

"""
Added in 26.4.3. The current active revision of this deployment, resolved via DataLoader.
Added in UNRELEASED. The current active revision of this deployment, resolved via DataLoader.
"""
currentRevision: ModelRevision

"""
Added in 26.4.3. The revision currently being deployed (in progress, not yet active), resolved via DataLoader.
Added in UNRELEASED. The revision currently being deployed (in progress, not yet active), resolved via DataLoader.
"""
deployingRevision: ModelRevision

"""
Added in 26.4.3. The user who created this deployment, resolved via DataLoader.
Added in UNRELEASED. The user who created this deployment, resolved via DataLoader.
"""
creator: UserV2

Expand Down Expand Up @@ -8793,15 +8769,15 @@ type ModelDeploymentMetadata
project: GroupNode! @deprecated(reason: "Use project_v2 instead.")

"""
Added in 26.4.3. The project this deployment belongs to, resolved via DataLoader.
Added in UNRELEASED. The project this deployment belongs to, resolved via DataLoader.
"""
projectV2: ProjectV2

"""The domain of this entity."""
domain: DomainNode! @deprecated(reason: "Use domain_v2 instead.")

"""
Added in 26.4.3. The domain this deployment belongs to, resolved via DataLoader.
Added in UNRELEASED. The domain this deployment belongs to, resolved via DataLoader.
"""
domainV2: DomainV2
projectId: ID!
Expand Down Expand Up @@ -9030,7 +9006,7 @@ type ModelReplica implements Node
session: ComputeSessionNode! @deprecated(reason: "Use session_v2 instead.")

"""
Added in 26.4.3. The compute session running this replica, resolved via DataLoader.
Added in UNRELEASED. The compute session running this replica, resolved via DataLoader.
"""
sessionV2: SessionV2

Expand Down Expand Up @@ -9102,7 +9078,7 @@ type ModelRevision implements Node
image: ImageNode! @deprecated(reason: "Use image_v2 instead.")

"""
Added in 26.4.3. The container image used by this revision, resolved via DataLoader.
Added in UNRELEASED. The container image used by this revision, resolved via DataLoader.
"""
imageV2: ImageV2

Expand Down Expand Up @@ -9139,21 +9115,6 @@ input ModelRevisionFilter
{
revisionNumber: IntFilter = null
deploymentId: ID = null

"""Added in 26.4.3. Filter by container image ID."""
imageId: UUIDFilter = null

"""Added in 26.4.3. Filter by model VFolder ID."""
modelVfolderId: UUIDFilter = null

"""Added in 26.4.3. Filter by resource group name."""
resourceGroup: StringFilter = null

"""Added in 26.4.3. Filter by cluster mode (SINGLE_NODE / MULTI_NODE)."""
clusterMode: StringFilter = null

"""Added in 26.4.3. Filter by revision creation datetime."""
createdAt: DateTimeFilter = null
AND: [ModelRevisionFilter!] = null
OR: [ModelRevisionFilter!] = null
NOT: [ModelRevisionFilter!] = null
Expand All @@ -9173,9 +9134,6 @@ enum ModelRevisionOrderField
{
REVISION_NUMBER @join__enumValue(graph: STRAWBERRY)
CREATED_AT @join__enumValue(graph: STRAWBERRY)
RESOURCE_GROUP @join__enumValue(graph: STRAWBERRY)
CLUSTER_MODE @join__enumValue(graph: STRAWBERRY)
RUNTIME_VARIANT @join__enumValue(graph: STRAWBERRY)
}

"""
Expand Down Expand Up @@ -10241,7 +10199,7 @@ type Mutation
addModelRevision(input: AddRevisionInput!, options: AddRevisionOptions = null): AddRevisionPayload! @join__field(graph: STRAWBERRY)

"""
Added in 26.4.3. Rebuild and activate a fresh revision for every active deployment (superadmin). Used to repair deployments whose current revision has stale or missing model_definition after backing store migrations.
Added in UNRELEASED. Rebuild and activate a fresh revision for every active deployment (superadmin). Used to repair deployments whose current revision has stale or missing model_definition after backing store migrations.
"""
adminRefreshDeploymentRevisions: AdminRefreshDeploymentRevisionsPayload! @join__field(graph: STRAWBERRY)

Expand Down Expand Up @@ -11126,7 +11084,7 @@ input NotificationRuleTypeFilter
}

"""
Added in 26.4.3. Filter for nullable datetime fields with IS NULL / IS NOT NULL support.
Added in UNRELEASED. Filter for nullable datetime fields with IS NULL / IS NOT NULL support.
"""
input NullableDateTimeFilter
@join__type(graph: STRAWBERRY)
Expand Down Expand Up @@ -13124,7 +13082,7 @@ type Query
projectSessionsV2(scope: ProjectSessionV2Scope!, filter: SessionV2Filter = null, orderBy: [SessionV2OrderBy!] = null, before: String = null, after: String = null, first: Int = null, last: Int = null, limit: Int = null, offset: Int = null): SessionV2Connection! @join__field(graph: STRAWBERRY)

"""
Added in 26.4.3. Query a single session by ID. Returns an error if not found.
Added in UNRELEASED. Query a single session by ID. Returns an error if not found.
"""
sessionV2(id: UUID!): SessionV2 @join__field(graph: STRAWBERRY)

Expand Down Expand Up @@ -13597,7 +13555,7 @@ type QueryDefinition implements Node
"""Last update timestamp."""
updatedAt: DateTime!

"""Added in 26.4.3. Resolved category entity."""
"""Added in UNRELEASED. Resolved category entity."""
category: QueryPresetCategory
}

Expand Down Expand Up @@ -14429,7 +14387,7 @@ type ResourcePresetV2 implements Node
"""Resource group name. Null means global preset."""
resourceGroupName: String

"""Added in 26.4.3. The resource group this preset belongs to."""
"""Added in UNRELEASED. The resource group this preset belongs to."""
resourceGroup: ResourceGroup
}

Expand Down Expand Up @@ -14639,7 +14597,7 @@ type RestoreArtifactsPayload
}

"""
Added in 26.4.3. Per-deployment result of an admin bulk revision refresh.
Added in UNRELEASED. Per-deployment result of an admin bulk revision refresh.
"""
type RevisionRefreshResult
@join__type(graph: STRAWBERRY)
Expand Down Expand Up @@ -14826,7 +14784,7 @@ type RoleAssignment implements Node
"""The assigned user."""
user: UserV2

"""Added in 26.4.3. The user who granted this role assignment."""
"""Added in UNRELEASED. The user who granted this role assignment."""
grantedByUser: UserV2
}

Expand Down Expand Up @@ -15055,7 +15013,7 @@ type Route implements Node
session: ID @deprecated(reason: "Use session_v2 instead.")

"""
Added in 26.4.3. The compute session associated with this route, resolved via DataLoader.
Added in UNRELEASED. The compute session associated with this route, resolved via DataLoader.
"""
sessionV2: SessionV2

Expand Down Expand Up @@ -15131,10 +15089,10 @@ type RouteHistory implements Node
createdAt: DateTime!
updatedAt: DateTime!

"""Added in 26.4.3. The route this history record belongs to."""
"""Added in UNRELEASED. The route this history record belongs to."""
route: Route

"""Added in 26.4.3. The deployment this history record belongs to."""
"""Added in UNRELEASED. The deployment this history record belongs to."""
deployment: ModelDeployment
}

Expand Down Expand Up @@ -16078,7 +16036,7 @@ type SessionSchedulingHistory implements Node
createdAt: DateTime!
updatedAt: DateTime!

"""Added in 26.4.3. The session this history record belongs to."""
"""Added in UNRELEASED. The session this history record belongs to."""
session: SessionV2
}

Expand Down Expand Up @@ -16205,7 +16163,7 @@ type SessionV2 implements Node
resourceGroup: ResourceGroup

"""
Added in 26.4.3. The images used by this session. Multiple images are possible in multi-kernel (cluster) sessions.
Added in UNRELEASED. The images used by this session. Multiple images are possible in multi-kernel (cluster) sessions.
"""
images: ImageV2Connection!

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading