Class GoogleCloudAiplatformV1GeminiPreferenceExampleCompletion
Completion and its preference score.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1GeminiPreferenceExampleCompletion : IDirectResponseSchema
Properties
Completion
Single turn completion for the given prompt.
Declaration
[JsonProperty("completion")]
public virtual GoogleCloudAiplatformV1Content Completion { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1Content |
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? |