GoogleCloudAiplatformV1UserActionReference constructor

GoogleCloudAiplatformV1UserActionReference({
  1. String? dataLabelingJob,
  2. String? method,
  3. String? operation,
})

Implementation

GoogleCloudAiplatformV1UserActionReference({
  this.dataLabelingJob,
  this.method,
  this.operation,
});