Cloud AI Platform v1 API - Class CometInput (3.11.0)

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

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

Input for Comet metric.

Inheritance

object > CometInput

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

CometInput()

public CometInput()

CometInput(CometInput)

public CometInput(CometInput other)
Parameter
Name Description
other CometInput

Properties

Instance

public CometInstance Instance { get; set; }

Required. Comet instance.

Property Value
Type Description
CometInstance

MetricSpec

public CometSpec MetricSpec { get; set; }

Required. Spec for comet metric.

Property Value
Type Description
CometSpec