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.
Implements
IMessageTrajectoryRecallInstance, IEquatableTrajectoryRecallInstance, IDeepCloneableTrajectoryRecallInstance, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
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 |