Class GoogleCloudAiplatformV1TrajectoryAnyOrderMatchInstance
Spec for TrajectoryAnyOrderMatch instance.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1TrajectoryAnyOrderMatchInstance : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PredictedTrajectory
Required. Spec for predicted tool call trajectory.
Declaration
[JsonProperty("predictedTrajectory")]
public virtual GoogleCloudAiplatformV1Trajectory PredictedTrajectory { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1Trajectory |
ReferenceTrajectory
Required. Spec for reference tool call trajectory.
Declaration
[JsonProperty("referenceTrajectory")]
public virtual GoogleCloudAiplatformV1Trajectory ReferenceTrajectory { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1Trajectory |