@@ -175,19 +175,19 @@ class ModelPublicServiceStub:
175
175
]
176
176
"""Watch the state of a model version
177
177
178
- Returns the state of a model. The deploy / undeploy actions take some
179
- time, during which a model will be in an UNSPECIFIED state. This endpoint
180
- allows clients to track the state and progress of the model .
178
+ Returns the state of a model. The model resource allocation and scaling actions take some
179
+ time, during which a model will be in various state. This endpoint
180
+ allows clients to track the state.
181
181
"""
182
182
WatchUserLatestModel : grpc .UnaryUnaryMultiCallable [
183
183
model .model .v1alpha .model_pb2 .WatchUserLatestModelRequest ,
184
184
model .model .v1alpha .model_pb2 .WatchUserLatestModelResponse ,
185
185
]
186
186
"""Watch the state of the latest model version
187
187
188
- Returns the state of the latest model version. The deploy / undeploy actions take some
189
- time, during which a model will be in an UNSPECIFIED state. This endpoint
190
- allows clients to track the state and progress of the model .
188
+ Returns the state of the latest model version. The model resource allocation and scaling actions
189
+ take some time, during which a model will be in various state. This endpoint
190
+ allows clients to track the state.
191
191
"""
192
192
ListUserModelVersions : grpc .UnaryUnaryMultiCallable [
193
193
model .model .v1alpha .model_pb2 .ListUserModelVersionsRequest ,
@@ -338,19 +338,19 @@ class ModelPublicServiceStub:
338
338
]
339
339
"""Watch the state of a model version
340
340
341
- Returns the state of a model. The deploy / undeploy actions take some
342
- time, during which a model will be in an UNSPECIFIED state. This endpoint
343
- allows clients to track the state and progress of the model .
341
+ Returns the state of a model. The model resource allocation and scaling actions
342
+ take some time, during which a model will be in various state. This endpoint
343
+ allows clients to track the state.
344
344
"""
345
345
WatchOrganizationLatestModel : grpc .UnaryUnaryMultiCallable [
346
346
model .model .v1alpha .model_pb2 .WatchOrganizationLatestModelRequest ,
347
347
model .model .v1alpha .model_pb2 .WatchOrganizationLatestModelResponse ,
348
348
]
349
349
"""Watch the state of the latest model version
350
350
351
- Returns the state of the latest model version. The deploy / undeploy actions take some
352
- time, during which a model will be in an UNSPECIFIED state. This endpoint
353
- allows clients to track the state and progress of the model .
351
+ Returns the state of the latest model version. The model resource allocation and scaling actions
352
+ take some time, during which a model will be in various state. This endpoint
353
+ allows clients to track the state.
354
354
"""
355
355
ListOrganizationModelVersions : grpc .UnaryUnaryMultiCallable [
356
356
model .model .v1alpha .model_pb2 .ListOrganizationModelVersionsRequest ,
@@ -592,19 +592,19 @@ class ModelPublicServiceAsyncStub:
592
592
]
593
593
"""Watch the state of a model version
594
594
595
- Returns the state of a model. The deploy / undeploy actions take some
596
- time, during which a model will be in an UNSPECIFIED state. This endpoint
597
- allows clients to track the state and progress of the model .
595
+ Returns the state of a model. The model resource allocation and scaling actions take some
596
+ time, during which a model will be in various state. This endpoint
597
+ allows clients to track the state.
598
598
"""
599
599
WatchUserLatestModel : grpc .aio .UnaryUnaryMultiCallable [
600
600
model .model .v1alpha .model_pb2 .WatchUserLatestModelRequest ,
601
601
model .model .v1alpha .model_pb2 .WatchUserLatestModelResponse ,
602
602
]
603
603
"""Watch the state of the latest model version
604
604
605
- Returns the state of the latest model version. The deploy / undeploy actions take some
606
- time, during which a model will be in an UNSPECIFIED state. This endpoint
607
- allows clients to track the state and progress of the model .
605
+ Returns the state of the latest model version. The model resource allocation and scaling actions
606
+ take some time, during which a model will be in various state. This endpoint
607
+ allows clients to track the state.
608
608
"""
609
609
ListUserModelVersions : grpc .aio .UnaryUnaryMultiCallable [
610
610
model .model .v1alpha .model_pb2 .ListUserModelVersionsRequest ,
@@ -755,19 +755,19 @@ class ModelPublicServiceAsyncStub:
755
755
]
756
756
"""Watch the state of a model version
757
757
758
- Returns the state of a model. The deploy / undeploy actions take some
759
- time, during which a model will be in an UNSPECIFIED state. This endpoint
760
- allows clients to track the state and progress of the model .
758
+ Returns the state of a model. The model resource allocation and scaling actions
759
+ take some time, during which a model will be in various state. This endpoint
760
+ allows clients to track the state.
761
761
"""
762
762
WatchOrganizationLatestModel : grpc .aio .UnaryUnaryMultiCallable [
763
763
model .model .v1alpha .model_pb2 .WatchOrganizationLatestModelRequest ,
764
764
model .model .v1alpha .model_pb2 .WatchOrganizationLatestModelResponse ,
765
765
]
766
766
"""Watch the state of the latest model version
767
767
768
- Returns the state of the latest model version. The deploy / undeploy actions take some
769
- time, during which a model will be in an UNSPECIFIED state. This endpoint
770
- allows clients to track the state and progress of the model .
768
+ Returns the state of the latest model version. The model resource allocation and scaling actions
769
+ take some time, during which a model will be in various state. This endpoint
770
+ allows clients to track the state.
771
771
"""
772
772
ListOrganizationModelVersions : grpc .aio .UnaryUnaryMultiCallable [
773
773
model .model .v1alpha .model_pb2 .ListOrganizationModelVersionsRequest ,
@@ -1043,9 +1043,9 @@ class ModelPublicServiceServicer(metaclass=abc.ABCMeta):
1043
1043
) -> typing .Union [model .model .v1alpha .model_pb2 .WatchUserModelResponse , collections .abc .Awaitable [model .model .v1alpha .model_pb2 .WatchUserModelResponse ]]:
1044
1044
"""Watch the state of a model version
1045
1045
1046
- Returns the state of a model. The deploy / undeploy actions take some
1047
- time, during which a model will be in an UNSPECIFIED state. This endpoint
1048
- allows clients to track the state and progress of the model .
1046
+ Returns the state of a model. The model resource allocation and scaling actions take some
1047
+ time, during which a model will be in various state. This endpoint
1048
+ allows clients to track the state.
1049
1049
"""
1050
1050
@abc .abstractmethod
1051
1051
def WatchUserLatestModel (
@@ -1055,9 +1055,9 @@ class ModelPublicServiceServicer(metaclass=abc.ABCMeta):
1055
1055
) -> typing .Union [model .model .v1alpha .model_pb2 .WatchUserLatestModelResponse , collections .abc .Awaitable [model .model .v1alpha .model_pb2 .WatchUserLatestModelResponse ]]:
1056
1056
"""Watch the state of the latest model version
1057
1057
1058
- Returns the state of the latest model version. The deploy / undeploy actions take some
1059
- time, during which a model will be in an UNSPECIFIED state. This endpoint
1060
- allows clients to track the state and progress of the model .
1058
+ Returns the state of the latest model version. The model resource allocation and scaling actions
1059
+ take some time, during which a model will be in various state. This endpoint
1060
+ allows clients to track the state.
1061
1061
"""
1062
1062
@abc .abstractmethod
1063
1063
def ListUserModelVersions (
@@ -1240,9 +1240,9 @@ class ModelPublicServiceServicer(metaclass=abc.ABCMeta):
1240
1240
) -> typing .Union [model .model .v1alpha .model_pb2 .WatchOrganizationModelResponse , collections .abc .Awaitable [model .model .v1alpha .model_pb2 .WatchOrganizationModelResponse ]]:
1241
1241
"""Watch the state of a model version
1242
1242
1243
- Returns the state of a model. The deploy / undeploy actions take some
1244
- time, during which a model will be in an UNSPECIFIED state. This endpoint
1245
- allows clients to track the state and progress of the model .
1243
+ Returns the state of a model. The model resource allocation and scaling actions
1244
+ take some time, during which a model will be in various state. This endpoint
1245
+ allows clients to track the state.
1246
1246
"""
1247
1247
@abc .abstractmethod
1248
1248
def WatchOrganizationLatestModel (
@@ -1252,9 +1252,9 @@ class ModelPublicServiceServicer(metaclass=abc.ABCMeta):
1252
1252
) -> typing .Union [model .model .v1alpha .model_pb2 .WatchOrganizationLatestModelResponse , collections .abc .Awaitable [model .model .v1alpha .model_pb2 .WatchOrganizationLatestModelResponse ]]:
1253
1253
"""Watch the state of the latest model version
1254
1254
1255
- Returns the state of the latest model version. The deploy / undeploy actions take some
1256
- time, during which a model will be in an UNSPECIFIED state. This endpoint
1257
- allows clients to track the state and progress of the model .
1255
+ Returns the state of the latest model version. The model resource allocation and scaling actions
1256
+ take some time, during which a model will be in various state. This endpoint
1257
+ allows clients to track the state.
1258
1258
"""
1259
1259
@abc .abstractmethod
1260
1260
def ListOrganizationModelVersions (
0 commit comments