We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6553494 commit 78d3eecCopy full SHA for 78d3eec
cli/cmd/get.go
@@ -419,7 +419,7 @@ func classificationMetricsTable(apiMetrics schema.APIMetrics) string {
419
}
420
421
func describeModelInput(groupStatus *resource.APIGroupStatus, apiEndpoint string) string {
422
- if groupStatus.Available() == 0 {
+ if groupStatus.ReadyUpdated+groupStatus.ReadyStaleCompute == 0 {
423
return "the model's input schema will be available when the API is live"
424
425
0 commit comments