Class: Google::Cloud::Container::V1::ManagedMachineLearningDiagnosticsConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::ManagedMachineLearningDiagnosticsConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
ManagedMachineLearningDiagnosticsConfig is the configuration for the GKE Managed Machine Learning Diagnostics pipeline.
Instance Attribute Summary collapse
-
#enabled ⇒ ::Boolean
Enable/Disable Managed Machine Learning Diagnostics.
Instance Attribute Details
#enabled ⇒ ::Boolean
Returns Enable/Disable Managed Machine Learning Diagnostics.
8340 8341 8342 8343 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 8340 class ManagedMachineLearningDiagnosticsConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |