You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/aiplatform_v1.projects.locations.persistentResources.html
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -171,6 +171,9 @@ <h3>Method Details</h3>
171
171
"raySpec": { # Configuration information for the Ray cluster. For experimental launch, Ray cluster creation and Persistent cluster creation are 1:1 mapping: We will provision all the nodes within the Persistent cluster as Ray nodes. # Optional. Ray cluster configuration. Required when creating a dedicated RayCluster on the PersistentResource.
172
172
"headNodeResourcePoolId": "A String", # Optional. This will be used to indicate which resource pool will serve as the Ray head node(the first node within that pool). Will use the machine from the first workerpool as the head node by default if this field isn't set.
173
173
"imageUri": "A String", # Optional. Default image for user to choose a preferred ML framework (for example, TensorFlow or Pytorch) by choosing from [Vertex prebuilt images](https://cloud.google.com/vertex-ai/docs/training/pre-built-containers). Either this or the resource_pool_images is required. Use this field if you need all the resource pools to have the same Ray image. Otherwise, use the {@code resource_pool_images} field.
174
+
"rayLogsSpec": { # Configuration for the Ray OSS Logs. # Optional. OSS Ray logging configurations.
175
+
"disabled": True or False, # Optional. Flag to disable the export of Ray OSS logs to Cloud Logging.
176
+
},
174
177
"rayMetricSpec": { # Configuration for the Ray metrics. # Optional. Ray metrics configurations.
175
178
"disabled": True or False, # Optional. Flag to disable the Ray metrics collection.
176
179
},
@@ -320,6 +323,9 @@ <h3>Method Details</h3>
320
323
"raySpec": { # Configuration information for the Ray cluster. For experimental launch, Ray cluster creation and Persistent cluster creation are 1:1 mapping: We will provision all the nodes within the Persistent cluster as Ray nodes. # Optional. Ray cluster configuration. Required when creating a dedicated RayCluster on the PersistentResource.
321
324
"headNodeResourcePoolId": "A String", # Optional. This will be used to indicate which resource pool will serve as the Ray head node(the first node within that pool). Will use the machine from the first workerpool as the head node by default if this field isn't set.
322
325
"imageUri": "A String", # Optional. Default image for user to choose a preferred ML framework (for example, TensorFlow or Pytorch) by choosing from [Vertex prebuilt images](https://cloud.google.com/vertex-ai/docs/training/pre-built-containers). Either this or the resource_pool_images is required. Use this field if you need all the resource pools to have the same Ray image. Otherwise, use the {@code resource_pool_images} field.
326
+
"rayLogsSpec": { # Configuration for the Ray OSS Logs. # Optional. OSS Ray logging configurations.
327
+
"disabled": True or False, # Optional. Flag to disable the export of Ray OSS logs to Cloud Logging.
328
+
},
323
329
"rayMetricSpec": { # Configuration for the Ray metrics. # Optional. Ray metrics configurations.
324
330
"disabled": True or False, # Optional. Flag to disable the Ray metrics collection.
325
331
},
@@ -410,6 +416,9 @@ <h3>Method Details</h3>
410
416
"raySpec": { # Configuration information for the Ray cluster. For experimental launch, Ray cluster creation and Persistent cluster creation are 1:1 mapping: We will provision all the nodes within the Persistent cluster as Ray nodes. # Optional. Ray cluster configuration. Required when creating a dedicated RayCluster on the PersistentResource.
411
417
"headNodeResourcePoolId": "A String", # Optional. This will be used to indicate which resource pool will serve as the Ray head node(the first node within that pool). Will use the machine from the first workerpool as the head node by default if this field isn't set.
412
418
"imageUri": "A String", # Optional. Default image for user to choose a preferred ML framework (for example, TensorFlow or Pytorch) by choosing from [Vertex prebuilt images](https://cloud.google.com/vertex-ai/docs/training/pre-built-containers). Either this or the resource_pool_images is required. Use this field if you need all the resource pools to have the same Ray image. Otherwise, use the {@code resource_pool_images} field.
419
+
"rayLogsSpec": { # Configuration for the Ray OSS Logs. # Optional. OSS Ray logging configurations.
420
+
"disabled": True or False, # Optional. Flag to disable the export of Ray OSS logs to Cloud Logging.
421
+
},
413
422
"rayMetricSpec": { # Configuration for the Ray metrics. # Optional. Ray metrics configurations.
414
423
"disabled": True or False, # Optional. Flag to disable the Ray metrics collection.
415
424
},
@@ -506,6 +515,9 @@ <h3>Method Details</h3>
506
515
"raySpec": { # Configuration information for the Ray cluster. For experimental launch, Ray cluster creation and Persistent cluster creation are 1:1 mapping: We will provision all the nodes within the Persistent cluster as Ray nodes. # Optional. Ray cluster configuration. Required when creating a dedicated RayCluster on the PersistentResource.
507
516
"headNodeResourcePoolId": "A String", # Optional. This will be used to indicate which resource pool will serve as the Ray head node(the first node within that pool). Will use the machine from the first workerpool as the head node by default if this field isn't set.
508
517
"imageUri": "A String", # Optional. Default image for user to choose a preferred ML framework (for example, TensorFlow or Pytorch) by choosing from [Vertex prebuilt images](https://cloud.google.com/vertex-ai/docs/training/pre-built-containers). Either this or the resource_pool_images is required. Use this field if you need all the resource pools to have the same Ray image. Otherwise, use the {@code resource_pool_images} field.
518
+
"rayLogsSpec": { # Configuration for the Ray OSS Logs. # Optional. OSS Ray logging configurations.
519
+
"disabled": True or False, # Optional. Flag to disable the export of Ray OSS logs to Cloud Logging.
520
+
},
509
521
"rayMetricSpec": { # Configuration for the Ray metrics. # Optional. Ray metrics configurations.
510
522
"disabled": True or False, # Optional. Flag to disable the Ray metrics collection.
0 commit comments