Class: Google::Cloud::AIPlatform::V1::GenerateSyntheticDataRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::GenerateSyntheticDataRequest
- 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
-
#count ⇒ ::Integer
Required.
-
#examples ⇒ ::Array<::Google::Cloud::AIPlatform::V1::SyntheticExample>
Optional.
-
#location ⇒ ::String
Required.
-
#output_field_specs ⇒ ::Array<::Google::Cloud::AIPlatform::V1::OutputFieldSpec>
Required.
-
#task_description ⇒ ::Google::Cloud::AIPlatform::V1::TaskDescriptionStrategy
Generate data from a high-level task description.
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.
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.
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}.
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.
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.
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 |