Candidate(mapping=None, *, ignore_unknown_fields=False, **kwargs)A response candidate generated from the model.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
index |
int
Output only. Index of the candidate. |
content |
google.cloud.aiplatform_v1.types.Content
Output only. Content parts of the candidate. |
score |
float
Output only. Confidence score of the candidate. |
avg_logprobs |
float
Output only. Average log probability score of the candidate. |
logprobs_result |
google.cloud.aiplatform_v1.types.LogprobsResult
Output only. Log-likelihood scores for the response tokens and top tokens |
finish_reason |
google.cloud.aiplatform_v1.types.Candidate.FinishReason
Output only. The reason why the model stopped generating tokens. If empty, the model has not stopped generating the tokens. |
safety_ratings |
MutableSequence[google.cloud.aiplatform_v1.types.SafetyRating]
Output only. List of ratings for the safety of a response candidate. There is at most one rating per category. |
finish_message |
str
Output only. Describes the reason the mode stopped generating tokens in more detail. This is only filled when finish_reason is set.
This field is a member of oneof_ _finish_message.
|
citation_metadata |
google.cloud.aiplatform_v1.types.CitationMetadata
Output only. Source attribution of the generated content. |
grounding_metadata |
google.cloud.aiplatform_v1.types.GroundingMetadata
Output only. Metadata specifies sources used to ground generated content. |
url_context_metadata |
google.cloud.aiplatform_v1.types.UrlContextMetadata
Output only. Metadata related to url context retrieval tool. |
Classes
FinishReason
FinishReason(value)The reason why the model stopped generating tokens. If empty, the model has not stopped generating the tokens.
Methods
Candidate
Candidate(mapping=None, *, ignore_unknown_fields=False, **kwargs)A response candidate generated from the model.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields