Uses of Class
com.google.cloud.aiplatform.v1.Candidate
Packages that use Candidate
-
Uses of Candidate in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return CandidateModifier and TypeMethodDescriptionCandidate.Builder.build()Candidate.Builder.buildPartial()GenerateContentResponse.Builder.getCandidates(int index) Output only.GenerateContentResponse.getCandidates(int index) Output only.GenerateContentResponseOrBuilder.getCandidates(int index) Output only.static CandidateCandidate.getDefaultInstance()Candidate.Builder.getDefaultInstanceForType()Candidate.getDefaultInstanceForType()static CandidateCandidate.parseDelimitedFrom(InputStream input) static CandidateCandidate.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CandidateCandidate.parseFrom(byte[] data) static CandidateCandidate.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CandidateCandidate.parseFrom(com.google.protobuf.ByteString data) static CandidateCandidate.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CandidateCandidate.parseFrom(com.google.protobuf.CodedInputStream input) static CandidateCandidate.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CandidateCandidate.parseFrom(InputStream input) static CandidateCandidate.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CandidateCandidate.parseFrom(ByteBuffer data) static CandidateCandidate.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type CandidateModifier and TypeMethodDescriptionGenerateContentResponse.Builder.getCandidatesList()Output only.GenerateContentResponse.getCandidatesList()Output only.GenerateContentResponseOrBuilder.getCandidatesList()Output only.com.google.protobuf.Parser<Candidate>Candidate.getParserForType()static com.google.protobuf.Parser<Candidate>Candidate.parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type CandidateModifier and TypeMethodDescriptionGenerateContentResponse.Builder.addCandidates(int index, Candidate value) Output only.GenerateContentResponse.Builder.addCandidates(Candidate value) Output only.static Candidate.BuilderCandidate.newBuilder(Candidate prototype) GenerateContentResponse.Builder.setCandidates(int index, Candidate value) Output only.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type CandidateModifier and TypeMethodDescriptionGenerateContentResponse.Builder.addAllCandidates(Iterable<? extends Candidate> values) Output only.