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 Type
    Method
    Description
    getToolCalls(int index)
    Required.
    int
    Required.
    Required.
    Required.
    Required.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getToolCallsList

      List<ToolCall> getToolCallsList()
       Required. Tool calls in the trajectory.
       
      repeated .google.cloud.aiplatform.v1beta1.ToolCall tool_calls = 1 [(.google.api.field_behavior) = REQUIRED];
    • getToolCalls

      ToolCall getToolCalls(int index)
       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

      ToolCallOrBuilder getToolCallsOrBuilder(int index)
       Required. Tool calls in the trajectory.
       
      repeated .google.cloud.aiplatform.v1beta1.ToolCall tool_calls = 1 [(.google.api.field_behavior) = REQUIRED];