Class: Google::Cloud::Container::V1::ManagedMachineLearningDiagnosticsConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#enabled::Boolean

Returns Enable/Disable Managed Machine Learning Diagnostics.

Returns:

  • (::Boolean)

    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