GoogleCloudAiplatformV1DataItemView constructor

GoogleCloudAiplatformV1DataItemView({
  1. List<GoogleCloudAiplatformV1Annotation>? annotations,
  2. GoogleCloudAiplatformV1DataItem? dataItem,
  3. bool? hasTruncatedAnnotations,
})

Implementation

GoogleCloudAiplatformV1DataItemView({
  this.annotations,
  this.dataItem,
  this.hasTruncatedAnnotations,
});