public sealed class ManagedMachineLearningDiagnosticsConfig : IMessage<ManagedMachineLearningDiagnosticsConfig>, IEquatable<ManagedMachineLearningDiagnosticsConfig>, IDeepCloneable<ManagedMachineLearningDiagnosticsConfig>, IBufferMessage, IMessageReference documentation and code samples for the Google Kubernetes Engine v1 API class ManagedMachineLearningDiagnosticsConfig.
ManagedMachineLearningDiagnosticsConfig is the configuration for the GKE Managed Machine Learning Diagnostics pipeline.
Implements
IMessageManagedMachineLearningDiagnosticsConfig, IEquatableManagedMachineLearningDiagnosticsConfig, IDeepCloneableManagedMachineLearningDiagnosticsConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
ManagedMachineLearningDiagnosticsConfig()
public ManagedMachineLearningDiagnosticsConfig()ManagedMachineLearningDiagnosticsConfig(ManagedMachineLearningDiagnosticsConfig)
public ManagedMachineLearningDiagnosticsConfig(ManagedMachineLearningDiagnosticsConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
ManagedMachineLearningDiagnosticsConfig |
Properties
Enabled
public bool Enabled { get; set; }Enable/Disable Managed Machine Learning Diagnostics.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasEnabled
public bool HasEnabled { get; }Gets whether the "enabled" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|