Cloud AI Platform v1 API - Class RayMetricSpec (3.2.0)

public sealed class RayMetricSpec : IMessage<RayMetricSpec>, IEquatable<RayMetricSpec>, IDeepCloneable<RayMetricSpec>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class RayMetricSpec.

Configuration for the Ray metrics.

Inheritance

object > RayMetricSpec

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

RayMetricSpec()

public RayMetricSpec()

RayMetricSpec(RayMetricSpec)

public RayMetricSpec(RayMetricSpec other)
Parameter
Name Description
other RayMetricSpec

Properties

Disabled

public bool Disabled { get; set; }

Optional. Flag to disable the Ray metrics collection.

Property Value
Type Description
bool