GoogleCloudAiplatformV1ListFeatureViewsResponse constructor

GoogleCloudAiplatformV1ListFeatureViewsResponse({
  1. List<GoogleCloudAiplatformV1FeatureView>? featureViews,
  2. String? nextPageToken,
})

Implementation

GoogleCloudAiplatformV1ListFeatureViewsResponse({
  this.featureViews,
  this.nextPageToken,
});