Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenerateSyntheticDataResponse
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenerateSyntheticDataResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb
Overview
The response containing the generated data.
Instance Attribute Summary collapse
-
#synthetic_examples ⇒ Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SyntheticExample>
A list of generated synthetic examples.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1GenerateSyntheticDataResponse
constructor
A new instance of GoogleCloudAiplatformV1GenerateSyntheticDataResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1GenerateSyntheticDataResponse
Returns a new instance of GoogleCloudAiplatformV1GenerateSyntheticDataResponse.
15830 15831 15832 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 15830 def initialize(**args) update!(**args) end |
Instance Attribute Details
#synthetic_examples ⇒ Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SyntheticExample>
A list of generated synthetic examples.
Corresponds to the JSON property syntheticExamples
15828 15829 15830 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 15828 def synthetic_examples @synthetic_examples end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
15835 15836 15837 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 15835 def update!(**args) @synthetic_examples = args[:synthetic_examples] if args.key?(:synthetic_examples) end |