Interface TrajectoryOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Trajectory,Trajectory.Builder
@Generated
public interface TrajectoryOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetToolCalls(int index) Required.intRequired.Required.getToolCallsOrBuilder(int index) Required.List<? extends ToolCallOrBuilder>Required.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getToolCallsList
Required. Tool calls in the trajectory.
repeated .google.cloud.aiplatform.v1beta1.ToolCall tool_calls = 1 [(.google.api.field_behavior) = REQUIRED]; -
getToolCalls
Required. Tool calls in the trajectory.
repeated .google.cloud.aiplatform.v1beta1.ToolCall tool_calls = 1 [(.google.api.field_behavior) = REQUIRED]; -
getToolCallsCount
int getToolCallsCount()Required. Tool calls in the trajectory.
repeated .google.cloud.aiplatform.v1beta1.ToolCall tool_calls = 1 [(.google.api.field_behavior) = REQUIRED]; -
getToolCallsOrBuilderList
List<? extends ToolCallOrBuilder> getToolCallsOrBuilderList()Required. Tool calls in the trajectory.
repeated .google.cloud.aiplatform.v1beta1.ToolCall tool_calls = 1 [(.google.api.field_behavior) = REQUIRED]; -
getToolCallsOrBuilder
Required. Tool calls in the trajectory.
repeated .google.cloud.aiplatform.v1beta1.ToolCall tool_calls = 1 [(.google.api.field_behavior) = REQUIRED];
-