Class GoogleCloudAiplatformV1beta1GeminiPreferenceExampleCompletion
Completion and its preference score.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1GeminiPreferenceExampleCompletion : IDirectResponseSchema
Properties
Completion
Single turn completion for the given prompt.
Declaration
[JsonProperty("completion")]
public virtual GoogleCloudAiplatformV1beta1Content Completion { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1beta1Content |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Score
The score for the given completion.
Declaration
[JsonProperty("score")]
public virtual float? Score { get; set; }
Property Value
| Type | Description |
|---|---|
| float? |