@@ -61,13 +61,13 @@ class ImageClassificationModelMetadata(proto.Message):
61
61
``location`` as the new model to create, and have the same
62
62
``model_type``.
63
63
train_budget_milli_node_hours (int):
64
- The train budget of creating this model, expressed in milli
65
- node hours i.e. 1,000 value in this field means 1 node hour.
66
- The actual ``train_cost`` will be equal or less than this
67
- value. If further model training ceases to provide any
68
- improvements, it will stop without using full budget and the
69
- stop_reason will be ``MODEL_CONVERGED``. Note, node_hour =
70
- actual_hour \* number_of_nodes_invovled. For model type
64
+ Optional. The train budget of creating this model, expressed
65
+ in milli node hours i.e. 1,000 value in this field means 1
66
+ node hour. The actual ``train_cost`` will be equal or less
67
+ than this value. If further model training ceases to provide
68
+ any improvements, it will stop without using full budget and
69
+ the stop_reason will be ``MODEL_CONVERGED``. Note, node_hour
70
+ = actual_hour \* number_of_nodes_invovled. For model type
71
71
``cloud``\ (default), the train budget must be between 8,000
72
72
and 800,000 milli node hours, inclusive. The default value
73
73
is 192, 000 which represents one day in wall time. For model
@@ -199,13 +199,13 @@ class ImageObjectDetectionModelMetadata(proto.Message):
199
199
Output only. The reason that this create model operation
200
200
stopped, e.g. ``BUDGET_REACHED``, ``MODEL_CONVERGED``.
201
201
train_budget_milli_node_hours (int):
202
- The train budget of creating this model, expressed in milli
203
- node hours i.e. 1,000 value in this field means 1 node hour.
204
- The actual ``train_cost`` will be equal or less than this
205
- value. If further model training ceases to provide any
206
- improvements, it will stop without using full budget and the
207
- stop_reason will be ``MODEL_CONVERGED``. Note, node_hour =
208
- actual_hour \* number_of_nodes_invovled. For model type
202
+ Optional. The train budget of creating this model, expressed
203
+ in milli node hours i.e. 1,000 value in this field means 1
204
+ node hour. The actual ``train_cost`` will be equal or less
205
+ than this value. If further model training ceases to provide
206
+ any improvements, it will stop without using full budget and
207
+ the stop_reason will be ``MODEL_CONVERGED``. Note, node_hour
208
+ = actual_hour \* number_of_nodes_invovled. For model type
209
209
``cloud-high-accuracy-1``\ (default) and
210
210
``cloud-low-latency-1``, the train budget must be between
211
211
20,000 and 900,000 milli node hours, inclusive. The default
@@ -242,7 +242,6 @@ class ImageClassificationModelDeploymentMetadata(proto.Message):
242
242
Input only. The number of nodes to deploy the model on. A
243
243
node is an abstraction of a machine resource, which can
244
244
handle online prediction QPS as given in the model's
245
-
246
245
[node_qps][google.cloud.automl.v1.ImageClassificationModelMetadata.node_qps].
247
246
Must be between 1 and 100, inclusive on both ends.
248
247
"""
@@ -258,7 +257,6 @@ class ImageObjectDetectionModelDeploymentMetadata(proto.Message):
258
257
Input only. The number of nodes to deploy the model on. A
259
258
node is an abstraction of a machine resource, which can
260
259
handle online prediction QPS as given in the model's
261
-
262
260
[qps_per_node][google.cloud.automl.v1.ImageObjectDetectionModelMetadata.qps_per_node].
263
261
Must be between 1 and 100, inclusive on both ends.
264
262
"""
0 commit comments