Class GoogleCloudAiplatformV1OutputFieldSpec
Specifies the properties of a single field that are included in each generated synthetic example. This helps the model understand what kind of data to generate for each field.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1OutputFieldSpec : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FieldName
Required. The name of this field in the generated synthetic data, such as "email_subject" or "customer_review".
Declaration
[JsonProperty("fieldName")]
public virtual string FieldName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FieldType
Optional. The data type of the field. Defaults to CONTENT if not set.
Declaration
[JsonProperty("fieldType")]
public virtual string FieldType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Guidance
Optional. Specific instructions for the large language model on how to generate content for this particular field. While the LLM can sometimes infer content from the field name, providing explicit guidance is preferred. For example, for a field named "review", the guidance could be "A positive review about a coffee maker."
Declaration
[JsonProperty("guidance")]
public virtual string Guidance { get; set; }
Property Value
| Type | Description |
|---|---|
| string |