2021-07-28 20:39:05 -07:00
|
|
|
query getMLModelGroup($urn: String!) {
|
|
|
|
mlModelGroup(urn: $urn) {
|
2024-07-15 15:14:15 -04:00
|
|
|
urn
|
|
|
|
type
|
2025-01-14 07:57:10 +09:00
|
|
|
properties {
|
|
|
|
name
|
|
|
|
description
|
|
|
|
created {
|
|
|
|
time
|
|
|
|
actor
|
|
|
|
}
|
|
|
|
lastModified {
|
|
|
|
time
|
|
|
|
actor
|
|
|
|
}
|
2025-03-21 07:40:15 +09:00
|
|
|
externalUrl
|
2025-01-14 07:57:10 +09:00
|
|
|
}
|
2021-07-28 20:39:05 -07:00
|
|
|
...nonRecursiveMLModelGroupFields
|
2021-10-22 15:46:46 -07:00
|
|
|
incoming: relationships(
|
|
|
|
input: {
|
|
|
|
types: ["DownstreamOf", "Consumes", "Produces", "TrainedBy", "MemberOf"]
|
|
|
|
direction: INCOMING
|
|
|
|
start: 0
|
|
|
|
count: 100
|
|
|
|
}
|
|
|
|
) {
|
|
|
|
...fullRelationshipResults
|
2021-07-28 20:39:05 -07:00
|
|
|
}
|
2021-10-22 15:46:46 -07:00
|
|
|
outgoing: relationships(
|
|
|
|
input: {
|
|
|
|
types: ["DownstreamOf", "Consumes", "Produces", "TrainedBy", "MemberOf"]
|
|
|
|
direction: OUTGOING
|
|
|
|
start: 0
|
|
|
|
count: 100
|
|
|
|
}
|
|
|
|
) {
|
|
|
|
...fullRelationshipResults
|
2021-07-28 20:39:05 -07:00
|
|
|
}
|
2024-03-20 15:25:36 -04:00
|
|
|
privileges {
|
|
|
|
...entityPrivileges
|
|
|
|
}
|
2024-01-23 16:30:02 -05:00
|
|
|
autoRenderAspects: aspects(input: { autoRenderOnly: true }) {
|
|
|
|
...autoRenderAspectFields
|
|
|
|
}
|
2024-02-08 12:21:05 -05:00
|
|
|
structuredProperties {
|
|
|
|
properties {
|
|
|
|
...structuredPropertiesFields
|
|
|
|
}
|
|
|
|
}
|
2024-02-13 15:02:52 -05:00
|
|
|
forms {
|
|
|
|
...formsFields
|
|
|
|
}
|
2025-01-29 20:42:01 -05:00
|
|
|
...notes
|
2021-07-28 20:39:05 -07:00
|
|
|
}
|
|
|
|
}
|