public interface TrajectoryExactMatchInstanceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPredictedTrajectory()
public abstract Trajectory getPredictedTrajectory()Required. Spec for predicted tool call trajectory.
optional .google.cloud.aiplatform.v1beta1.Trajectory predicted_trajectory = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Trajectory |
The predictedTrajectory. |
getPredictedTrajectoryOrBuilder()
public abstract TrajectoryOrBuilder getPredictedTrajectoryOrBuilder()Required. Spec for predicted tool call trajectory.
optional .google.cloud.aiplatform.v1beta1.Trajectory predicted_trajectory = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
TrajectoryOrBuilder |
|
getReferenceTrajectory()
public abstract Trajectory getReferenceTrajectory()Required. Spec for reference tool call trajectory.
optional .google.cloud.aiplatform.v1beta1.Trajectory reference_trajectory = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Trajectory |
The referenceTrajectory. |
getReferenceTrajectoryOrBuilder()
public abstract TrajectoryOrBuilder getReferenceTrajectoryOrBuilder()Required. Spec for reference tool call trajectory.
optional .google.cloud.aiplatform.v1beta1.Trajectory reference_trajectory = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
TrajectoryOrBuilder |
|
hasPredictedTrajectory()
public abstract boolean hasPredictedTrajectory()Required. Spec for predicted tool call trajectory.
optional .google.cloud.aiplatform.v1beta1.Trajectory predicted_trajectory = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the predictedTrajectory field is set. |
hasReferenceTrajectory()
public abstract boolean hasReferenceTrajectory()Required. Spec for reference tool call trajectory.
optional .google.cloud.aiplatform.v1beta1.Trajectory reference_trajectory = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the referenceTrajectory field is set. |