Show / Hide Table of Contents

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.

Inheritance
object
GoogleCloudAiplatformV1OutputFieldSpec
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX