Class: Google::Cloud::AIPlatform::V1::SyntheticExample

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/data_foundry_service.rb

Overview

Represents a single synthetic example, composed of multiple fields. Used for providing few-shot examples in the request and for returning generated examples in the response.

Instance Attribute Summary collapse

Instance Attribute Details

#fields::Array<::Google::Cloud::AIPlatform::V1::SyntheticField>

Returns Required. A list of fields that constitute an example.

Returns:



66
67
68
69
# File 'proto_docs/google/cloud/aiplatform/v1/data_foundry_service.rb', line 66

class SyntheticExample
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end