Show / Hide Table of Contents

Class GoogleCloudAiplatformV1GenerateSyntheticDataRequest

Request message for DataFoundryService.GenerateSyntheticData.

Inheritance
object
GoogleCloudAiplatformV1GenerateSyntheticDataRequest
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX