public static interface LogprobsResult.TopCandidatesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
LogprobsResult.Candidate |
getCandidates(int index)
Sorted by log probability in descending order.
|
int |
getCandidatesCount()
Sorted by log probability in descending order.
|
List<LogprobsResult.Candidate> |
getCandidatesList()
Sorted by log probability in descending order.
|
LogprobsResult.CandidateOrBuilder |
getCandidatesOrBuilder(int index)
Sorted by log probability in descending order.
|
List<? extends LogprobsResult.CandidateOrBuilder> |
getCandidatesOrBuilderList()
Sorted by log probability in descending order.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<LogprobsResult.Candidate> getCandidatesList()
Sorted by log probability in descending order.
repeated .google.cloud.vertexai.v1.LogprobsResult.Candidate candidates = 1;LogprobsResult.Candidate getCandidates(int index)
Sorted by log probability in descending order.
repeated .google.cloud.vertexai.v1.LogprobsResult.Candidate candidates = 1;int getCandidatesCount()
Sorted by log probability in descending order.
repeated .google.cloud.vertexai.v1.LogprobsResult.Candidate candidates = 1;List<? extends LogprobsResult.CandidateOrBuilder> getCandidatesOrBuilderList()
Sorted by log probability in descending order.
repeated .google.cloud.vertexai.v1.LogprobsResult.Candidate candidates = 1;LogprobsResult.CandidateOrBuilder getCandidatesOrBuilder(int index)
Sorted by log probability in descending order.
repeated .google.cloud.vertexai.v1.LogprobsResult.Candidate candidates = 1;Copyright © 2025 Google LLC. All rights reserved.