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

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

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

Spec for TrajectoryRecall instance.

Inheritance

object > TrajectoryRecallInstance

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

TrajectoryRecallInstance()

public TrajectoryRecallInstance()

TrajectoryRecallInstance(TrajectoryRecallInstance)

public TrajectoryRecallInstance(TrajectoryRecallInstance other)
Parameter
Name Description
other TrajectoryRecallInstance

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