AI Platform Notebooks v1 API - Class RuntimeMetrics (2.0.0)

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.

Inheritance

Object > RuntimeMetrics

Namespace

Google.Cloud.Notebooks.V1

Assembly

Google.Cloud.Notebooks.V1.dll

Constructors

RuntimeMetrics()

public RuntimeMetrics()

RuntimeMetrics(RuntimeMetrics)

public RuntimeMetrics(RuntimeMetrics other)
Parameter
NameDescription
otherRuntimeMetrics

Properties

SystemMetrics

public MapField<string, string> SystemMetrics { get; }

Output only. The system metrics.

Property Value
TypeDescription
MapField<String, String>