Skip to content

Commit

Permalink
add newly required visibility flag (#22415)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-nash authored Feb 1, 2023
1 parent dea4d45 commit 5e24fa8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ enum ModelStatus {
@resource("multivariate/detect-batch")
model MultivariateDetectionResult {
@doc("Result identifier, which is used to fetch the results of an inference call.")
@visibility("read")
@key
@format("uuid")
resultId: string;
Expand Down Expand Up @@ -308,6 +309,7 @@ epoch.
@resource("multivariate/models")
model AnomalyDetectionModel {
@doc("Model identifier.")
@visibility("read")
@key
@format("uuid")
modelId: string;
Expand Down

0 comments on commit 5e24fa8

Please sign in to comment.