Interface LogprobsResultOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
LogprobsResult, LogprobsResult.Builder

@Generated public interface LogprobsResultOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getTopCandidatesList

      List<LogprobsResult.TopCandidates> getTopCandidatesList()
       Length = total number of decoding steps.
       
      repeated .google.cloud.aiplatform.v1.LogprobsResult.TopCandidates top_candidates = 1;
    • getTopCandidates

      LogprobsResult.TopCandidates getTopCandidates(int index)
       Length = total number of decoding steps.
       
      repeated .google.cloud.aiplatform.v1.LogprobsResult.TopCandidates top_candidates = 1;
    • getTopCandidatesCount

      int getTopCandidatesCount()
       Length = total number of decoding steps.
       
      repeated .google.cloud.aiplatform.v1.LogprobsResult.TopCandidates top_candidates = 1;
    • getTopCandidatesOrBuilderList

      List<? extends LogprobsResult.TopCandidatesOrBuilder> getTopCandidatesOrBuilderList()
       Length = total number of decoding steps.
       
      repeated .google.cloud.aiplatform.v1.LogprobsResult.TopCandidates top_candidates = 1;
    • getTopCandidatesOrBuilder

      LogprobsResult.TopCandidatesOrBuilder getTopCandidatesOrBuilder(int index)
       Length = total number of decoding steps.
       
      repeated .google.cloud.aiplatform.v1.LogprobsResult.TopCandidates top_candidates = 1;
    • getChosenCandidatesList

      List<LogprobsResult.Candidate> getChosenCandidatesList()
       Length = total number of decoding steps.
       The chosen candidates may or may not be in top_candidates.
       
      repeated .google.cloud.aiplatform.v1.LogprobsResult.Candidate chosen_candidates = 2;
    • getChosenCandidates

      LogprobsResult.Candidate getChosenCandidates(int index)
       Length = total number of decoding steps.
       The chosen candidates may or may not be in top_candidates.
       
      repeated .google.cloud.aiplatform.v1.LogprobsResult.Candidate chosen_candidates = 2;
    • getChosenCandidatesCount

      int getChosenCandidatesCount()
       Length = total number of decoding steps.
       The chosen candidates may or may not be in top_candidates.
       
      repeated .google.cloud.aiplatform.v1.LogprobsResult.Candidate chosen_candidates = 2;
    • getChosenCandidatesOrBuilderList

      List<? extends LogprobsResult.CandidateOrBuilder> getChosenCandidatesOrBuilderList()
       Length = total number of decoding steps.
       The chosen candidates may or may not be in top_candidates.
       
      repeated .google.cloud.aiplatform.v1.LogprobsResult.Candidate chosen_candidates = 2;
    • getChosenCandidatesOrBuilder

      LogprobsResult.CandidateOrBuilder getChosenCandidatesOrBuilder(int index)
       Length = total number of decoding steps.
       The chosen candidates may or may not be in top_candidates.
       
      repeated .google.cloud.aiplatform.v1.LogprobsResult.Candidate chosen_candidates = 2;