Cloud AI Platform v1beta1 API - Class TrajectoryExactMatchInstance (1.0.0-beta11)

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

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

Spec for TrajectoryExactMatch instance.

Inheritance

object > TrajectoryExactMatchInstance

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

TrajectoryExactMatchInstance()

public TrajectoryExactMatchInstance()

TrajectoryExactMatchInstance(TrajectoryExactMatchInstance)

public TrajectoryExactMatchInstance(TrajectoryExactMatchInstance other)
Parameter
Name Description
other TrajectoryExactMatchInstance

Properties

PredictedTrajectory

public Trajectory PredictedTrajectory { get; set; }

Required. Spec for predicted tool call trajectory.

Property Value
Type Description
Trajectory

ReferenceTrajectory

public Trajectory ReferenceTrajectory { get; set; }

Required. Spec for reference tool call trajectory.

Property Value
Type Description
Trajectory