public sealed class RuntimeMetrics : IMessage<RuntimeMetrics>, IEquatable<RuntimeMetrics>, IDeepCloneable<RuntimeMetrics>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class RuntimeMetrics.
Contains runtime daemon metrics, such as OS and kernels and sessions stats.
Implements
IMessage<RuntimeMetrics>, IEquatable<RuntimeMetrics>, IDeepCloneable<RuntimeMetrics>, IBufferMessage, IMessageNamespace
Google.Cloud.Notebooks.V1Assembly
Google.Cloud.Notebooks.V1.dll
Constructors
RuntimeMetrics()
public RuntimeMetrics()
RuntimeMetrics(RuntimeMetrics)
public RuntimeMetrics(RuntimeMetrics other)
Parameter | |
---|---|
Name | Description |
other | RuntimeMetrics |
Properties
SystemMetrics
public MapField<string, string> SystemMetrics { get; }
Output only. The system metrics.
Property Value | |
---|---|
Type | Description |
MapField<String, String> |