GoogleCloudAiplatformV1BatchCreateFeaturesRequest constructor

GoogleCloudAiplatformV1BatchCreateFeaturesRequest({
  1. List<GoogleCloudAiplatformV1CreateFeatureRequest>? requests,
})

Implementation

GoogleCloudAiplatformV1BatchCreateFeaturesRequest({
  this.requests,
});