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.
Implements
IMessageTrajectoryExactMatchInstance, IEquatableTrajectoryExactMatchInstance, IDeepCloneableTrajectoryExactMatchInstance, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
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 |