Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::GenerateSyntheticDataRequest (v1.21.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::GenerateSyntheticDataRequest.

Request message for DataFoundryService.GenerateSyntheticData.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#count

def count() -> ::Integer
Returns
  • (::Integer) — Required. The number of synthetic examples to generate. For this stateless API, the count is limited to a small number.

#count=

def count=(value) -> ::Integer
Parameter
  • value (::Integer) — 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.

#examples

def examples() -> ::Array<::Google::Cloud::AIPlatform::V1::SyntheticExample>
Returns

#examples=

def examples=(value) -> ::Array<::Google::Cloud::AIPlatform::V1::SyntheticExample>
Parameter
Returns

#location

def location() -> ::String
Returns
  • (::String) — Required. The resource name of the Location to run the job. Format: projects/{project}/locations/{location}

#location=

def location=(value) -> ::String
Parameter
  • value (::String) — 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}

#output_field_specs

def output_field_specs() -> ::Array<::Google::Cloud::AIPlatform::V1::OutputFieldSpec>
Returns

#output_field_specs=

def output_field_specs=(value) -> ::Array<::Google::Cloud::AIPlatform::V1::OutputFieldSpec>
Parameter
Returns

#task_description

def task_description() -> ::Google::Cloud::AIPlatform::V1::TaskDescriptionStrategy
Returns

#task_description=

def task_description=(value) -> ::Google::Cloud::AIPlatform::V1::TaskDescriptionStrategy
Parameter
Returns