You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -3843,8 +3851,6 @@ Added in 25.19.0. Input for specifying revision configuration within a deploymen
3843
3851
input CreateRevisionInput
3844
3852
@join__type(graph: STRAWBERRY)
3845
3853
{
3846
-
name: String = null
3847
-
3848
3854
"""
3849
3855
Added in 26.4.2. DeploymentRevisionPreset ID. When specified, preset values are used as defaults and can be overridden by explicitly provided fields.
3850
3856
"""
@@ -6772,6 +6778,11 @@ type ExtraVFolderMountInfoGQL
6772
6778
The concrete permission snapshot fixed at revision-write time. ``INHERIT`` policies are resolved against the vfolder's current permission at that point, so this value is immutable and does not change when the vfolder's permission later changes. ``None`` when the caller left it unset to inherit the vfolder's stored permission at session-creation time (task #83).
6773
6779
"""
6774
6780
mountPerm: MountPermission!
6781
+
6782
+
"""
6783
+
Added in UNRELEASED. Subpath within the vfolder. ``None`` means the vfolder root.
inferenceRuntimeConfigs: JSON @join__field(graph: STRAWBERRY) @deprecated(reason: "Deprecated since UNRELEASED. Use the runtime_variant resources instead.")
14053
14096
14054
14097
"""Added in 25.16.0. Get JSON Schema for inference runtime configuration"""
inferenceRuntimeConfig(name: String!): JSON @join__field(graph: STRAWBERRY) @deprecated(reason: "Deprecated since UNRELEASED. Use the runtime_variant resources instead.")
14056
14099
14057
14100
"""Added in 25.19.0. Get a specific route by ID."""
0 commit comments