GoogleCloudAiplatformV1GenerateSyntheticDataResponse constructor

GoogleCloudAiplatformV1GenerateSyntheticDataResponse({
  1. List<GoogleCloudAiplatformV1SyntheticExample>? syntheticExamples,
})

Implementation

GoogleCloudAiplatformV1GenerateSyntheticDataResponse({
  this.syntheticExamples,
});