GoogleCloudAiplatformV1GenerateSyntheticDataRequest class
Request message for DataFoundryService.GenerateSyntheticData.
Constructors
- 
          GoogleCloudAiplatformV1GenerateSyntheticDataRequest({int? count, List<GoogleCloudAiplatformV1SyntheticExample> ? examples, List<GoogleCloudAiplatformV1OutputFieldSpec> ? outputFieldSpecs, GoogleCloudAiplatformV1TaskDescriptionStrategy? taskDescription})
- GoogleCloudAiplatformV1GenerateSyntheticDataRequest.fromJson(Map json_)
Properties
- count ↔ int?
- 
  The number of synthetic examples to generate.
  getter/setter pair
- 
  examples
  ↔ List<GoogleCloudAiplatformV1SyntheticExample> ?
- 
  A list of few-shot examples to guide the model's output style and format.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 
  outputFieldSpecs
  ↔ List<GoogleCloudAiplatformV1OutputFieldSpec> ?
- 
  The schema of the desired output, defined by a list of fields.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- taskDescription ↔ GoogleCloudAiplatformV1TaskDescriptionStrategy?
- 
  Generate data from a high-level task description.
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited