Skip to content

Commit c8716fe

Browse files
Google APIscopybara-github
authored andcommitted
feat: add new fields SUCCESSFULLY_DEPLOYED and FAILED_TO_DEPLOY to DeploymentStage
PiperOrigin-RevId: 827616943
1 parent 3c56d78 commit c8716fe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

google/cloud/aiplatform/v1beta1/deployment_stage.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,10 @@ enum DeploymentStage {
5252

5353
// The deployment has terminated.
5454
DEPLOYMENT_TERMINATED = 10;
55+
56+
// The deployment has succeeded.
57+
SUCCESSFULLY_DEPLOYED = 11;
58+
59+
// The deployment has failed.
60+
FAILED_TO_DEPLOY = 12;
5561
}

0 commit comments

Comments
 (0)