Class: Google::Cloud::AIPlatform::V1::GenerateSyntheticDataRequest

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

Request message for DataFoundryService.GenerateSyntheticData.

Instance Attribute Summary collapse

Instance Attribute Details

#count::Integer

Returns Required. The number of synthetic examples to generate. For this stateless API, the count is limited to a small number.

Returns:

  • (::Integer)

    Required. The number of synthetic examples to generate. For this stateless API, the count is limited to a small number.



43
44
45
46
# File 'proto_docs/google/cloud/aiplatform/v1/data_foundry_service.rb', line 43

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

#examples::Array<::Google::Cloud::AIPlatform::V1::SyntheticExample>

Returns Optional. A list of few-shot examples to guide the model's output style and format.

Returns:



43
44
45
46
# File 'proto_docs/google/cloud/aiplatform/v1/data_foundry_service.rb', line 43

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

#location::String

Returns Required. The resource name of the Location to run the job. Format: projects/{project}/locations/{location}.

Returns:

  • (::String)

    Required. The resource name of the Location to run the job. Format: projects/{project}/locations/{location}



43
44
45
46
# File 'proto_docs/google/cloud/aiplatform/v1/data_foundry_service.rb', line 43

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

#output_field_specs::Array<::Google::Cloud::AIPlatform::V1::OutputFieldSpec>

Returns Required. The schema of the desired output, defined by a list of fields.

Returns:



43
44
45
46
# File 'proto_docs/google/cloud/aiplatform/v1/data_foundry_service.rb', line 43

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

#task_description::Google::Cloud::AIPlatform::V1::TaskDescriptionStrategy

Returns Generate data from a high-level task description.

Returns:



43
44
45
46
# File 'proto_docs/google/cloud/aiplatform/v1/data_foundry_service.rb', line 43

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