Class GoogleCloudAiplatformV1GenerateSyntheticDataRequest
Request message for DataFoundryService.GenerateSyntheticData.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1GenerateSyntheticDataRequest : IDirectResponseSchema
Properties
Count
Required. The number of synthetic examples to generate. For this stateless API, the count is limited to a small number.
Declaration
[JsonProperty("count")]
public virtual int? Count { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Examples
Optional. A list of few-shot examples to guide the model's output style and format.
Declaration
[JsonProperty("examples")]
public virtual IList<GoogleCloudAiplatformV1SyntheticExample> Examples { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudAiplatformV1SyntheticExample> |
OutputFieldSpecs
Required. The schema of the desired output, defined by a list of fields.
Declaration
[JsonProperty("outputFieldSpecs")]
public virtual IList<GoogleCloudAiplatformV1OutputFieldSpec> OutputFieldSpecs { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudAiplatformV1OutputFieldSpec> |
TaskDescription
Generate data from a high-level task description.
Declaration
[JsonProperty("taskDescription")]
public virtual GoogleCloudAiplatformV1TaskDescriptionStrategy TaskDescription { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1TaskDescriptionStrategy |