Reference documentation and code samples for the Google Cloud Container V1 Client class RayClusterMonitoringConfig.
RayClusterMonitoringConfig specifies monitoring configuration for Ray clusters.
Generated from protobuf message google.container.v1.RayClusterMonitoringConfig
Namespace
Google \ Cloud \ Container \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ enabled |
bool
Enable metrics collection for Ray clusters. |
getEnabled
Enable metrics collection for Ray clusters.
Returns | |
---|---|
Type | Description |
bool |
setEnabled
Enable metrics collection for Ray clusters.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |