Skip to content

Commit 2735029

Browse files
committed
docs: add endpoint detail page revision info, alert banners, and edit behavior docs
1 parent a78a74d commit 2735029

29 files changed

Lines changed: 360 additions & 91 deletions

data/schema.graphql

Lines changed: 33 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ type AdminGetSSHKeypairPayload
260260
}
261261

262262
"""
263-
Added in 26.4.3. Payload for admin bulk revision refresh mutation result.
263+
Added in UNRELEASED. Payload for admin bulk revision refresh mutation result.
264264
"""
265265
type AdminRefreshDeploymentRevisionsPayload
266266
@join__type(graph: STRAWBERRY)
@@ -1682,7 +1682,7 @@ type AutoScalingRule implements Node
16821682
lastTriggeredAt: DateTime
16831683

16841684
"""
1685-
Added in 26.4.3. The Prometheus query preset used for metric-based auto-scaling.
1685+
Added in UNRELEASED. The Prometheus query preset used for metric-based auto-scaling.
16861686
"""
16871687
queryPreset: QueryDefinition
16881688
}
@@ -4669,26 +4669,6 @@ input DeploymentFilter
46694669
openToPublic: Boolean = null
46704670
tags: StringFilter = null
46714671
endpointUrl: StringFilter = null
4672-
4673-
"""Added in 26.4.3. Filter by domain name."""
4674-
domainName: StringFilter = null
4675-
4676-
"""Added in 26.4.3. Filter by project ID."""
4677-
projectId: UUIDFilter = null
4678-
4679-
"""Added in 26.4.3. Filter by resource group name."""
4680-
resourceGroup: StringFilter = null
4681-
4682-
"""Added in 26.4.3. Filter by the user who created the deployment."""
4683-
createdUserId: UUIDFilter = null
4684-
4685-
"""Added in 26.4.3. Filter by deployment creation datetime."""
4686-
createdAt: DateTimeFilter = null
4687-
4688-
"""
4689-
Added in 26.4.3. Filter by deployment destruction datetime. Supports IS NULL / IS NOT NULL.
4690-
"""
4691-
destroyedAt: NullableDateTimeFilter = null
46924672
AND: [DeploymentFilter!] = null
46934673
OR: [DeploymentFilter!] = null
46944674
NOT: [DeploymentFilter!] = null
@@ -4713,7 +4693,7 @@ type DeploymentHistory implements Node
47134693
createdAt: DateTime!
47144694
updatedAt: DateTime!
47154695

4716-
"""Added in 26.4.3. The deployment this history record belongs to."""
4696+
"""Added in UNRELEASED. The deployment this history record belongs to."""
47174697
deployment: ModelDeployment
47184698
}
47194699

@@ -4788,11 +4768,7 @@ enum DeploymentOrderField
47884768
{
47894769
NAME @join__enumValue(graph: STRAWBERRY)
47904770
CREATED_AT @join__enumValue(graph: STRAWBERRY)
4791-
DESTROYED_AT @join__enumValue(graph: STRAWBERRY)
4792-
DOMAIN @join__enumValue(graph: STRAWBERRY)
4793-
PROJECT @join__enumValue(graph: STRAWBERRY)
4794-
RESOURCE_GROUP @join__enumValue(graph: STRAWBERRY)
4795-
TAG @join__enumValue(graph: STRAWBERRY)
4771+
UPDATED_AT @join__enumValue(graph: STRAWBERRY)
47964772
}
47974773

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

4871-
"""Added in 26.4.3. The runtime variant this preset is designed for."""
4847+
"""Added in UNRELEASED. The runtime variant this preset is designed for."""
48724848
runtimeVariant: RuntimeVariant
48734849

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

61706146
"""
6171-
Added in 26.4.3. The resolved scope object in which the entity is registered.
6147+
Added in UNRELEASED. The resolved scope object in which the entity is registered.
61726148
"""
61736149
scope: EntityNode
61746150
}
@@ -7370,7 +7346,7 @@ type KernelV2 implements Node
73707346
"""Added in 26.2.0. The agent running this kernel."""
73717347
agent: AgentV2
73727348

7373-
"""Added in 26.4.3. The image used by this kernel."""
7349+
"""Added in UNRELEASED. The image used by this kernel."""
73747350
image: ImageV2
73757351

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

7701-
"""Added in 26.4.3. The user who owns this keypair."""
7677+
"""Added in UNRELEASED. The user who owns this keypair."""
77027678
user: UserV2
77037679
}
77047680

@@ -8192,10 +8168,10 @@ type LoginHistoryV2 implements Node
81928168
"""Timestamp when the login attempt occurred."""
81938169
createdAt: DateTime!
81948170

8195-
"""Added in 26.4.3. The user who attempted to log in."""
8171+
"""Added in UNRELEASED. The user who attempted to log in."""
81968172
user: UserV2
81978173

8198-
"""Added in 26.4.3. The domain at the time of the login attempt."""
8174+
"""Added in UNRELEASED. The domain at the time of the login attempt."""
81998175
domain: DomainV2
82008176
}
82018177

@@ -8306,7 +8282,7 @@ type LoginSessionV2 implements Node
83068282
"""Timestamp when the session was invalidated."""
83078283
invalidatedAt: DateTime
83088284

8309-
"""Added in 26.4.3. The user who owns this login session."""
8285+
"""Added in UNRELEASED. The user who owns this login session."""
83108286
user: UserV2
83118287
}
83128288

@@ -8530,13 +8506,13 @@ type ModelCardV2 implements Node
85308506
"""
85318507
vfolder: VFolder
85328508

8533-
"""Added in 26.4.3. The domain this model card belongs to."""
8509+
"""Added in UNRELEASED. The domain this model card belongs to."""
85348510
domain: DomainV2
85358511

8536-
"""Added in 26.4.3. The project this model card belongs to."""
8512+
"""Added in UNRELEASED. The project this model card belongs to."""
85378513
project: ProjectV2
85388514

8539-
"""Added in 26.4.3. The user who created this model card."""
8515+
"""Added in UNRELEASED. The user who created this model card."""
85408516
creator: UserV2
85418517

85428518
"""
@@ -8730,17 +8706,17 @@ type ModelDeployment implements Node
87308706
createdUserId: ID!
87318707

87328708
"""
8733-
Added in 26.4.3. The current active revision of this deployment, resolved via DataLoader.
8709+
Added in UNRELEASED. The current active revision of this deployment, resolved via DataLoader.
87348710
"""
87358711
currentRevision: ModelRevision
87368712

87378713
"""
8738-
Added in 26.4.3. The revision currently being deployed (in progress, not yet active), resolved via DataLoader.
8714+
Added in UNRELEASED. The revision currently being deployed (in progress, not yet active), resolved via DataLoader.
87398715
"""
87408716
deployingRevision: ModelRevision
87418717

87428718
"""
8743-
Added in 26.4.3. The user who created this deployment, resolved via DataLoader.
8719+
Added in UNRELEASED. The user who created this deployment, resolved via DataLoader.
87448720
"""
87458721
creator: UserV2
87468722

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

87958771
"""
8796-
Added in 26.4.3. The project this deployment belongs to, resolved via DataLoader.
8772+
Added in UNRELEASED. The project this deployment belongs to, resolved via DataLoader.
87978773
"""
87988774
projectV2: ProjectV2
87998775

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

88038779
"""
8804-
Added in 26.4.3. The domain this deployment belongs to, resolved via DataLoader.
8780+
Added in UNRELEASED. The domain this deployment belongs to, resolved via DataLoader.
88058781
"""
88068782
domainV2: DomainV2
88078783
projectId: ID!
@@ -9030,7 +9006,7 @@ type ModelReplica implements Node
90309006
session: ComputeSessionNode! @deprecated(reason: "Use session_v2 instead.")
90319007

90329008
"""
9033-
Added in 26.4.3. The compute session running this replica, resolved via DataLoader.
9009+
Added in UNRELEASED. The compute session running this replica, resolved via DataLoader.
90349010
"""
90359011
sessionV2: SessionV2
90369012

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

91049080
"""
9105-
Added in 26.4.3. The container image used by this revision, resolved via DataLoader.
9081+
Added in UNRELEASED. The container image used by this revision, resolved via DataLoader.
91069082
"""
91079083
imageV2: ImageV2
91089084

@@ -9139,21 +9115,6 @@ input ModelRevisionFilter
91399115
{
91409116
revisionNumber: IntFilter = null
91419117
deploymentId: ID = null
9142-
9143-
"""Added in 26.4.3. Filter by container image ID."""
9144-
imageId: UUIDFilter = null
9145-
9146-
"""Added in 26.4.3. Filter by model VFolder ID."""
9147-
modelVfolderId: UUIDFilter = null
9148-
9149-
"""Added in 26.4.3. Filter by resource group name."""
9150-
resourceGroup: StringFilter = null
9151-
9152-
"""Added in 26.4.3. Filter by cluster mode (SINGLE_NODE / MULTI_NODE)."""
9153-
clusterMode: StringFilter = null
9154-
9155-
"""Added in 26.4.3. Filter by revision creation datetime."""
9156-
createdAt: DateTimeFilter = null
91579118
AND: [ModelRevisionFilter!] = null
91589119
OR: [ModelRevisionFilter!] = null
91599120
NOT: [ModelRevisionFilter!] = null
@@ -9173,9 +9134,6 @@ enum ModelRevisionOrderField
91739134
{
91749135
REVISION_NUMBER @join__enumValue(graph: STRAWBERRY)
91759136
CREATED_AT @join__enumValue(graph: STRAWBERRY)
9176-
RESOURCE_GROUP @join__enumValue(graph: STRAWBERRY)
9177-
CLUSTER_MODE @join__enumValue(graph: STRAWBERRY)
9178-
RUNTIME_VARIANT @join__enumValue(graph: STRAWBERRY)
91799137
}
91809138

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

1024310201
"""
10244-
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.
10202+
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.
1024510203
"""
1024610204
adminRefreshDeploymentRevisions: AdminRefreshDeploymentRevisionsPayload! @join__field(graph: STRAWBERRY)
1024710205

@@ -11126,7 +11084,7 @@ input NotificationRuleTypeFilter
1112611084
}
1112711085

1112811086
"""
11129-
Added in 26.4.3. Filter for nullable datetime fields with IS NULL / IS NOT NULL support.
11087+
Added in UNRELEASED. Filter for nullable datetime fields with IS NULL / IS NOT NULL support.
1113011088
"""
1113111089
input NullableDateTimeFilter
1113211090
@join__type(graph: STRAWBERRY)
@@ -13124,7 +13082,7 @@ type Query
1312413082
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)
1312513083

1312613084
"""
13127-
Added in 26.4.3. Query a single session by ID. Returns an error if not found.
13085+
Added in UNRELEASED. Query a single session by ID. Returns an error if not found.
1312813086
"""
1312913087
sessionV2(id: UUID!): SessionV2 @join__field(graph: STRAWBERRY)
1313013088

@@ -13597,7 +13555,7 @@ type QueryDefinition implements Node
1359713555
"""Last update timestamp."""
1359813556
updatedAt: DateTime!
1359913557

13600-
"""Added in 26.4.3. Resolved category entity."""
13558+
"""Added in UNRELEASED. Resolved category entity."""
1360113559
category: QueryPresetCategory
1360213560
}
1360313561

@@ -14429,7 +14387,7 @@ type ResourcePresetV2 implements Node
1442914387
"""Resource group name. Null means global preset."""
1443014388
resourceGroupName: String
1443114389

14432-
"""Added in 26.4.3. The resource group this preset belongs to."""
14390+
"""Added in UNRELEASED. The resource group this preset belongs to."""
1443314391
resourceGroup: ResourceGroup
1443414392
}
1443514393

@@ -14639,7 +14597,7 @@ type RestoreArtifactsPayload
1463914597
}
1464014598

1464114599
"""
14642-
Added in 26.4.3. Per-deployment result of an admin bulk revision refresh.
14600+
Added in UNRELEASED. Per-deployment result of an admin bulk revision refresh.
1464314601
"""
1464414602
type RevisionRefreshResult
1464514603
@join__type(graph: STRAWBERRY)
@@ -14826,7 +14784,7 @@ type RoleAssignment implements Node
1482614784
"""The assigned user."""
1482714785
user: UserV2
1482814786

14829-
"""Added in 26.4.3. The user who granted this role assignment."""
14787+
"""Added in UNRELEASED. The user who granted this role assignment."""
1483014788
grantedByUser: UserV2
1483114789
}
1483214790

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

1505715015
"""
15058-
Added in 26.4.3. The compute session associated with this route, resolved via DataLoader.
15016+
Added in UNRELEASED. The compute session associated with this route, resolved via DataLoader.
1505915017
"""
1506015018
sessionV2: SessionV2
1506115019

@@ -15131,10 +15089,10 @@ type RouteHistory implements Node
1513115089
createdAt: DateTime!
1513215090
updatedAt: DateTime!
1513315091

15134-
"""Added in 26.4.3. The route this history record belongs to."""
15092+
"""Added in UNRELEASED. The route this history record belongs to."""
1513515093
route: Route
1513615094

15137-
"""Added in 26.4.3. The deployment this history record belongs to."""
15095+
"""Added in UNRELEASED. The deployment this history record belongs to."""
1513815096
deployment: ModelDeployment
1513915097
}
1514015098

@@ -16078,7 +16036,7 @@ type SessionSchedulingHistory implements Node
1607816036
createdAt: DateTime!
1607916037
updatedAt: DateTime!
1608016038

16081-
"""Added in 26.4.3. The session this history record belongs to."""
16039+
"""Added in UNRELEASED. The session this history record belongs to."""
1608216040
session: SessionV2
1608316041
}
1608416042

@@ -16205,7 +16163,7 @@ type SessionV2 implements Node
1620516163
resourceGroup: ResourceGroup
1620616164

1620716165
"""
16208-
Added in 26.4.3. The images used by this session. Multiple images are possible in multi-kernel (cluster) sessions.
16166+
Added in UNRELEASED. The images used by this session. Multiple images are possible in multi-kernel (cluster) sessions.
1620916167
"""
1621016168
images: ImageV2Connection!
1621116169

27.4 KB
Loading
31.1 KB
Loading
6.04 KB
Loading
8.99 KB
Loading
5.47 KB
Loading
27.7 KB
Loading

0 commit comments

Comments
 (0)