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

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

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

Spec for TrajectoryAnyOrderMatch instance.

Inheritance

object > TrajectoryAnyOrderMatchInstance

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

TrajectoryAnyOrderMatchInstance()

public TrajectoryAnyOrderMatchInstance()

TrajectoryAnyOrderMatchInstance(TrajectoryAnyOrderMatchInstance)

public TrajectoryAnyOrderMatchInstance(TrajectoryAnyOrderMatchInstance other)
Parameter
Name Description
other TrajectoryAnyOrderMatchInstance

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