File tree Expand file tree Collapse file tree
google/cloud/aiplatform/v1beta1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -237,6 +237,9 @@ message RaySpec {
237237 // set.
238238 string head_node_resource_pool_id = 7
239239 [(google.api.field_behavior ) = OPTIONAL ];
240+
241+ // Optional. Ray metrics configurations.
242+ RayMetricSpec ray_metric_spec = 8 [(google.api.field_behavior ) = OPTIONAL ];
240243}
241244
242245// Persistent Cluster runtime information as output
@@ -274,3 +277,9 @@ message ServiceAccountSpec {
274277 // Required if any containers are specified in `ResourceRuntimeSpec`.
275278 string service_account = 2 [(google.api.field_behavior ) = OPTIONAL ];
276279}
280+
281+ // Configuration for the Ray metrics.
282+ message RayMetricSpec {
283+ // Optional. Flag to disable the Ray metrics collection.
284+ bool disabled = 1 [(google.api.field_behavior ) = OPTIONAL ];
285+ }
You can’t perform that action at this time.
0 commit comments