Class: Google::Cloud::AIPlatform::V1::GenerateSyntheticDataResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::GenerateSyntheticDataResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/data_foundry_service.rb
Overview
The response containing the generated data.
Instance Attribute Summary collapse
-
#synthetic_examples ⇒ ::Array<::Google::Cloud::AIPlatform::V1::SyntheticExample>
A list of generated synthetic examples.
Instance Attribute Details
#synthetic_examples ⇒ ::Array<::Google::Cloud::AIPlatform::V1::SyntheticExample>
Returns A list of generated synthetic examples.
120 121 122 123 |
# File 'proto_docs/google/cloud/aiplatform/v1/data_foundry_service.rb', line 120 class GenerateSyntheticDataResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |