public interface LogprobsResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
LogprobsResult.Candidate |
getChosenCandidates(int index)
Length = total number of decoding steps.
|
int |
getChosenCandidatesCount()
Length = total number of decoding steps.
|
List<LogprobsResult.Candidate> |
getChosenCandidatesList()
Length = total number of decoding steps.
|
LogprobsResult.CandidateOrBuilder |
getChosenCandidatesOrBuilder(int index)
Length = total number of decoding steps.
|
List<? extends LogprobsResult.CandidateOrBuilder> |
getChosenCandidatesOrBuilderList()
Length = total number of decoding steps.
|
LogprobsResult.TopCandidates |
getTopCandidates(int index)
Length = total number of decoding steps.
|
int |
getTopCandidatesCount()
Length = total number of decoding steps.
|
List<LogprobsResult.TopCandidates> |
getTopCandidatesList()
Length = total number of decoding steps.
|
LogprobsResult.TopCandidatesOrBuilder |
getTopCandidatesOrBuilder(int index)
Length = total number of decoding steps.
|
List<? extends LogprobsResult.TopCandidatesOrBuilder> |
getTopCandidatesOrBuilderList()
Length = total number of decoding steps.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<LogprobsResult.TopCandidates> getTopCandidatesList()
Length = total number of decoding steps.
repeated .google.cloud.aiplatform.v1.LogprobsResult.TopCandidates top_candidates = 1;
LogprobsResult.TopCandidates getTopCandidates(int index)
Length = total number of decoding steps.
repeated .google.cloud.aiplatform.v1.LogprobsResult.TopCandidates top_candidates = 1;
int getTopCandidatesCount()
Length = total number of decoding steps.
repeated .google.cloud.aiplatform.v1.LogprobsResult.TopCandidates top_candidates = 1;
List<? extends LogprobsResult.TopCandidatesOrBuilder> getTopCandidatesOrBuilderList()
Length = total number of decoding steps.
repeated .google.cloud.aiplatform.v1.LogprobsResult.TopCandidates top_candidates = 1;
LogprobsResult.TopCandidatesOrBuilder getTopCandidatesOrBuilder(int index)
Length = total number of decoding steps.
repeated .google.cloud.aiplatform.v1.LogprobsResult.TopCandidates top_candidates = 1;
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;
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;
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;
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;
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;
Copyright © 2025 Google LLC. All rights reserved.