Cloud AI Platform v1beta1 API - Class TrajectoryPrecisionInput (1.0.0-beta12)

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

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class TrajectoryPrecisionInput.

Instances and metric spec for TrajectoryPrecision metric.

Inheritance

object > TrajectoryPrecisionInput

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

TrajectoryPrecisionInput()

public TrajectoryPrecisionInput()

TrajectoryPrecisionInput(TrajectoryPrecisionInput)

public TrajectoryPrecisionInput(TrajectoryPrecisionInput other)
Parameter
Name Description
other TrajectoryPrecisionInput

Properties

Instances

public RepeatedField<TrajectoryPrecisionInstance> Instances { get; }

Required. Repeated TrajectoryPrecision instance.

Property Value
Type Description
RepeatedFieldTrajectoryPrecisionInstance

MetricSpec

public TrajectoryPrecisionSpec MetricSpec { get; set; }

Required. Spec for TrajectoryPrecision metric.

Property Value
Type Description
TrajectoryPrecisionSpec