Class: Google::Cloud::Container::V1beta1::ManagedMachineLearningDiagnosticsConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1beta1/cluster_service.rb

Overview

ManagedMachineLearningDiagnosticsConfig is the configuration for the GKE Managed Machine Learning Diagnostics pipeline.

Instance Attribute Summary collapse

Instance Attribute Details

#enabled::Boolean

Returns Enable/Disable Managed Machine Learning Diagnostics.

Returns:

  • (::Boolean)

    Enable/Disable Managed Machine Learning Diagnostics.



9103
9104
9105
9106
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 9103

class ManagedMachineLearningDiagnosticsConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end