Class: Google::Cloud::AIPlatform::V1::LogprobsResult::TopCandidates
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::LogprobsResult::TopCandidates
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/content.rb
Overview
Candidates with top log probabilities at each decoding step.
Instance Attribute Summary collapse
-
#candidates ⇒ ::Array<::Google::Cloud::AIPlatform::V1::LogprobsResult::Candidate>
Sorted by log probability in descending order.
Instance Attribute Details
#candidates ⇒ ::Array<::Google::Cloud::AIPlatform::V1::LogprobsResult::Candidate>
Returns Sorted by log probability in descending order.
481 482 483 484 |
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 481 class TopCandidates include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |