Home
last modified time | relevance | path

Searched full:serving (Results 1 – 25 of 1528) sorted by relevance

12345678910>>...62

/external/grpc-grpc/src/python/grpcio_tests/tests_aio/health_check/
Dhealth_servicer_test.py48 _SERVING_SERVICE, health_pb2.HealthCheckResponse.SERVING
73 self.assertEqual(health_pb2.HealthCheckResponse.SERVING, resp.status)
78 self.assertEqual(health_pb2.HealthCheckResponse.SERVING, resp.status)
110 health_pb2.HealthCheckResponse.SERVING, (await queue.get()).status
132 _WATCH_SERVICE, health_pb2.HealthCheckResponse.SERVING
135 health_pb2.HealthCheckResponse.SERVING, (await queue.get()).status
165 "some-other-service", health_pb2.HealthCheckResponse.SERVING
198 _WATCH_SERVICE, health_pb2.HealthCheckResponse.SERVING
201 health_pb2.HealthCheckResponse.SERVING, (await queue1.get()).status
204 health_pb2.HealthCheckResponse.SERVING, (await queue2.get()).status
[all …]
/external/cronet/build/fuchsia/test/
Dserve_repo.py5 """Implements commands for serving a TUF repository."""
20 """Stop serving a repository."""
33 """Start serving a repository to a target device.
54 """Register common arguments for repository serving."""
57 'repo serving arguments')
85 """Context manager for serving a repository."""
94 """Stand-alone function for serving a repository."""
99 help='Choose to start|stop|run repository serving. ' \
107 raise ValueError('Directory the repository is serving from needs '
/external/angle/build/fuchsia/test/
Dserve_repo.py5 """Implements commands for serving a TUF repository."""
20 """Stop serving a repository."""
33 """Start serving a repository to a target device.
54 """Register common arguments for repository serving."""
57 'repo serving arguments')
85 """Context manager for serving a repository."""
94 """Stand-alone function for serving a repository."""
99 help='Choose to start|stop|run repository serving. ' \
107 raise ValueError('Directory the repository is serving from needs '
/external/grpc-grpc/src/python/grpcio_tests/tests/health_check/
D_health_servicer_test.py55 _SERVING_SERVICE, health_pb2.HealthCheckResponse.SERVING
88 health_pb2.HealthCheckResponse.SERVING, response.status
113 _WATCH_SERVICE, health_pb2.HealthCheckResponse.SERVING
117 health_pb2.HealthCheckResponse.SERVING, response.status
147 "some-other-service", health_pb2.HealthCheckResponse.SERVING
185 _WATCH_SERVICE, health_pb2.HealthCheckResponse.SERVING
194 health_pb2.HealthCheckResponse.SERVING, response1.status
197 health_pb2.HealthCheckResponse.SERVING, response2.status
224 _WATCH_SERVICE, health_pb2.HealthCheckResponse.SERVING
228 # Wait, if necessary, for serving thread to process client cancellation
[all …]
/external/grpc-grpc/test/cpp/end2end/
Dhealth_service_end2end_test.cc61 impl_->SetStatus("", HealthCheckResponse::SERVING); in CustomHealthCheckService()
64 bool serving) override { in SetServingStatus() argument
65 impl_->SetStatus(service_name, serving ? HealthCheckResponse::SERVING in SetServingStatus()
69 void SetServingStatus(bool serving) override { in SetServingStatus() argument
70 impl_->SetAll(serving ? HealthCheckResponse::SERVING in SetServingStatus()
166 SendHealthCheckRpc("", Status::OK, HealthCheckResponse::SERVING); in VerifyHealthCheckService()
168 HealthCheckResponse::SERVING); in VerifyHealthCheckService()
203 // Now set service to SERVING and make sure we get another update. in VerifyHealthCheckServiceStreaming()
206 EXPECT_EQ(response.SERVING, response.status()); in VerifyHealthCheckServiceStreaming()
215 // 4. setting a new service to serving after shutdown will add the service
[all …]
/external/googleapis/google/ads/googleads/v14/common/
Dpolicy.proto56 // to serve. They may begin serving at a later time due to a change in
67 // to serve. They may begin serving at a later time due to a change in
78 // on serving. It may optionally have one or more evidences that indicate the
80 // that provide details about how serving may be restricted.
88 // Describes the negative or positive effect this policy will have on serving.
96 // Indicates how serving of this resource may be affected (for example, not
97 // serving in a country).
187 // Describes the effect on serving that a policy topic entry will have.
189 // A list of countries where a resource's serving is constrained.
194 // Countries in which serving is restricted.
[all …]
/external/googleapis/google/ads/googleads/v15/common/
Dpolicy.proto56 // to serve. They may begin serving at a later time due to a change in
67 // to serve. They may begin serving at a later time due to a change in
78 // on serving. It may optionally have one or more evidences that indicate the
80 // that provide details about how serving may be restricted.
88 // Describes the negative or positive effect this policy will have on serving.
96 // Indicates how serving of this resource may be affected (for example, not
97 // serving in a country).
187 // Describes the effect on serving that a policy topic entry will have.
189 // A list of countries where a resource's serving is constrained.
194 // Countries in which serving is restricted.
[all …]
/external/googleapis/google/ads/googleads/v16/common/
Dpolicy.proto56 // to serve. They may begin serving at a later time due to a change in
67 // to serve. They may begin serving at a later time due to a change in
78 // on serving. It may optionally have one or more evidences that indicate the
80 // that provide details about how serving may be restricted.
88 // Describes the negative or positive effect this policy will have on serving.
96 // Indicates how serving of this resource may be affected (for example, not
97 // serving in a country).
187 // Describes the effect on serving that a policy topic entry will have.
189 // A list of countries where a resource's serving is constrained.
194 // Countries in which serving is restricted.
[all …]
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/health/v1/
Dhealth.proto35 SERVING = 1; enumerator
47 // Performs a watch for the serving status of the requested service.
49 // serving status. It will then subsequently send a new message whenever
50 // the service's serving status changes.
53 // server will send a message setting the serving status to
55 // future point, the serving status of the service becomes known, the
56 // server will send a new message with the service's serving status.
/external/grpc-grpc/src/proto/grpc/health/v1/
Dhealth.proto35 SERVING = 1; enumerator
47 // Performs a watch for the serving status of the requested service.
49 // serving status. It will then subsequently send a new message whenever
50 // the service's serving status changes.
53 // server will send a message setting the serving status to
55 // future point, the serving status of the service becomes known, the
56 // server will send a new message with the service's serving status.
/external/grpc-grpc-java/services/src/main/proto/grpc/health/v1/
Dhealth.proto35 SERVING = 1; enumerator
47 // Performs a watch for the serving status of the requested service.
49 // serving status. It will then subsequently send a new message whenever
50 // the service's serving status changes.
53 // server will send a message setting the serving status to
55 // future point, the serving status of the service becomes known, the
56 // server will send a new message with the service's serving status.
/external/grpc-grpc-java/services/src/test/java/io/grpc/protobuf/services/
DHealthStatusManagerTest.java70 manager.setStatus(SERVICE1, ServingStatus.SERVING); in enterTerminalState_check()
75 assertThat(resp.getStatus()).isEqualTo(ServingStatus.SERVING); in enterTerminalState_check()
84 manager.setStatus(SERVICE1, ServingStatus.SERVING); in enterTerminalState_check()
94 manager.setStatus(SERVICE1, ServingStatus.SERVING); in enterTerminalState_watch()
99 assertThat(resp.getStatus()).isEqualTo(ServingStatus.SERVING); in enterTerminalState_watch()
108 manager.setStatus(SERVICE1, ServingStatus.SERVING); in enterTerminalState_watch()
114 manager.setStatus(SERVICE1, ServingStatus.SERVING); in enterTerminalState_ignoreClear()
119 assertThat(resp.getStatus()).isEqualTo(ServingStatus.SERVING); in enterTerminalState_ignoreClear()
146 HealthCheckResponse.newBuilder().setStatus(ServingStatus.SERVING).build()); in defaultIsServing()
159 manager.setStatus(SERVICE2, ServingStatus.SERVING); in checkValidStatus()
[all …]
/external/grpc-grpc-java/services/src/generated/main/grpc/io/grpc/health/v1/
DHealthGrpc.java141 * Performs a watch for the serving status of the requested service.
143 * serving status. It will then subsequently send a new message whenever
144 * the service's serving status changes.
146 * server will send a message setting the serving status to
148 * future point, the serving status of the service becomes known, the
149 * server will send a new message with the service's serving status.
203 * Performs a watch for the serving status of the requested service.
205 * serving status. It will then subsequently send a new message whenever
206 * the service's serving status changes.
208 * server will send a message setting the serving status to
[all …]
/external/tensorflow/tensorflow/python/keras/saving/utils_v1/
Dexport_utils.py36 ModeKeys.PREDICT: [tag_constants.SERVING],
75 additional serving signatures, which may be used to feed inputs at
80 valid serving signatures. If false, all requested signatures will be
127 # valid for serving, and acts as an additional sanity check for export
128 # signatures produced for serving. We skip this check for training and eval
129 # signatures, which are not intended for serving.
170 'be served via TensorFlow Serving APIs:')
231 This relies on the fact that TensorFlow Serving ignores subdirectories of
264 `SavedModel` and used during serving. Should be a dict or None.
301 `SavedModel` and used during serving. Should be a dict or None.
[all …]
/external/googleapis/google/ads/searchads360/v0/enums/
Dad_serving_optimization_status.proto28 // Proto file describing ad serving statuses.
30 // Possible ad serving statuses of a campaign.
32 // Enum describing possible serving statuses.
42 // Ad serving is optimized based on CTR for the campaign.
45 // Ad serving is optimized based on CTR * Conversion for the campaign. If
57 // Ad serving optimization status is not available.
/external/googleapis/google/ads/googleads/v14/enums/
Dad_serving_optimization_status.proto28 // Proto file describing ad serving statuses.
30 // Possible ad serving statuses of a campaign.
32 // Enum describing possible serving statuses.
42 // Ad serving is optimized based on CTR for the campaign.
45 // Ad serving is optimized based on CTR * Conversion for the campaign. If
57 // Ad serving optimization status is not available.
/external/googleapis/google/ads/googleads/v16/enums/
Dad_serving_optimization_status.proto28 // Proto file describing ad serving statuses.
30 // Possible ad serving statuses of a campaign.
32 // Enum describing possible serving statuses.
42 // Ad serving is optimized based on CTR for the campaign.
45 // Ad serving is optimized based on CTR * Conversion for the campaign. If
57 // Ad serving optimization status is not available.
/external/googleapis/google/ads/googleads/v15/enums/
Dad_serving_optimization_status.proto28 // Proto file describing ad serving statuses.
30 // Possible ad serving statuses of a campaign.
32 // Enum describing possible serving statuses.
42 // Ad serving is optimized based on CTR for the campaign.
45 // Ad serving is optimized based on CTR * Conversion for the campaign. If
57 // Ad serving optimization status is not available.
/external/tensorflow/tensorflow/python/saved_model/
Dtag_constants.py21 # Tag for the `serving` graph.
22 SERVING = "serve" variable
24 "saved_model.SERVING",
25 v1=["saved_model.SERVING",
26 "saved_model.tag_constants.SERVING"]).export_constant(
27 __name__, "SERVING")
/external/google-cloud-java/java-retail/proto-google-cloud-retail-v2/src/main/proto/google/cloud/retail/v2/
Dmodel.proto33 // Metadata that describes the training and serving parameters of a
44 // Represents an ordered combination of valid serving configs, which
47 // Optional. A set of valid serving configs that may be used for
53 // The serving state of the model.
55 // Unspecified serving state.
58 // The model is not serving.
61 // The model is serving and can be queried.
146 // Output only. The serving state of the model: `ACTIVE`, `NOT_ACTIVE`.
168 // describe model metadata to use to control model training and serving.
193 // describe model metadata to use to control model training and serving.
[all …]
/external/google-cloud-java/java-retail/proto-google-cloud-retail-v2beta/src/main/proto/google/cloud/retail/v2beta/
Dmodel.proto33 // Metadata that describes the training and serving parameters of a
44 // Represents an ordered combination of valid serving configs, which
47 // Optional. A set of valid serving configs that may be used for
53 // The serving state of the model.
55 // Unspecified serving state.
58 // The model is not serving.
61 // The model is serving and can be queried.
146 // Output only. The serving state of the model: `ACTIVE`, `NOT_ACTIVE`.
168 // describe model metadata to use to control model training and serving.
193 // describe model metadata to use to control model training and serving.
[all …]
/external/googleapis/google/cloud/retail/v2beta/
Dmodel.proto33 // Metadata that describes the training and serving parameters of a
44 // Represents an ordered combination of valid serving configs, which
47 // Optional. A set of valid serving configs that may be used for
53 // The serving state of the model.
55 // Unspecified serving state.
58 // The model is not serving.
61 // The model is serving and can be queried.
146 // Output only. The serving state of the model: `ACTIVE`, `NOT_ACTIVE`.
168 // describe model metadata to use to control model training and serving.
193 // describe model metadata to use to control model training and serving.
[all …]
/external/googleapis/google/cloud/retail/v2/
Dmodel.proto33 // Metadata that describes the training and serving parameters of a
44 // Represents an ordered combination of valid serving configs, which
47 // Optional. A set of valid serving configs that may be used for
53 // The serving state of the model.
55 // Unspecified serving state.
58 // The model is not serving.
61 // The model is serving and can be queried.
146 // Output only. The serving state of the model: `ACTIVE`, `NOT_ACTIVE`.
168 // describe model metadata to use to control model training and serving.
193 // describe model metadata to use to control model training and serving.
[all …]
/external/google-cloud-java/java-appengine-admin/proto-google-cloud-appengine-admin-v1/src/main/java/com/google/appengine/v1/
DServingStatus.java45 * Currently serving. Instances are created according to the
49 * <code>SERVING = 1;</code>
51 SERVING(1), enumConstant
58 * to `SERVING`.
81 * Currently serving. Instances are created according to the
85 * <code>SERVING = 1;</code>
94 * to `SERVING`.
128 return SERVING; in forNumber()
/external/grpc-grpc/src/ruby/pb/grpc/health/v1/
Dhealth_services_pb.rb40 # Performs a watch for the serving status of the requested service.
42 # serving status. It will then subsequently send a new message whenever
43 # the service's serving status changes.
46 # server will send a message setting the serving status to
48 # future point, the serving status of the service becomes known, the
49 # server will send a new message with the service's serving status.

12345678910>>...62