Package com.google.cloud.aiplatform.v1
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 Summary
Modifier and TypeMethodDescriptiongetChosenCandidates(int index) Length = total number of decoding steps.intLength = total number of decoding steps.Length = total number of decoding steps.getChosenCandidatesOrBuilder(int index) Length = total number of decoding steps.List<? extends LogprobsResult.CandidateOrBuilder>Length = total number of decoding steps.getTopCandidates(int index) Length = total number of decoding steps.intLength = total number of decoding steps.Length = total number of decoding steps.getTopCandidatesOrBuilder(int index) Length = total number of decoding steps.List<? extends LogprobsResult.TopCandidatesOrBuilder>Length = total number of decoding steps.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
-
getTopCandidatesList
List<LogprobsResult.TopCandidates> getTopCandidatesList()Length = total number of decoding steps.
repeated .google.cloud.aiplatform.v1.LogprobsResult.TopCandidates top_candidates = 1; -
getTopCandidates
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
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
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
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;
-