Package com.google.cloud.aiplatform.v1
Interface LogprobsResult.TopCandidatesOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LogprobsResult.TopCandidates,LogprobsResult.TopCandidates.Builder
- Enclosing class:
- LogprobsResult
public static interface LogprobsResult.TopCandidatesOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCandidates(int index) Sorted by log probability in descending order.intSorted by log probability in descending order.Sorted by log probability in descending order.getCandidatesOrBuilder(int index) Sorted by log probability in descending order.List<? extends LogprobsResult.CandidateOrBuilder>Sorted by log probability in descending order.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
-
getCandidatesList
List<LogprobsResult.Candidate> getCandidatesList()Sorted by log probability in descending order.
repeated .google.cloud.aiplatform.v1.LogprobsResult.Candidate candidates = 1; -
getCandidates
Sorted by log probability in descending order.
repeated .google.cloud.aiplatform.v1.LogprobsResult.Candidate candidates = 1; -
getCandidatesCount
int getCandidatesCount()Sorted by log probability in descending order.
repeated .google.cloud.aiplatform.v1.LogprobsResult.Candidate candidates = 1; -
getCandidatesOrBuilderList
List<? extends LogprobsResult.CandidateOrBuilder> getCandidatesOrBuilderList()Sorted by log probability in descending order.
repeated .google.cloud.aiplatform.v1.LogprobsResult.Candidate candidates = 1; -
getCandidatesOrBuilder
Sorted by log probability in descending order.
repeated .google.cloud.aiplatform.v1.LogprobsResult.Candidate candidates = 1;
-