GoogleCloudAiplatformV1DataItemView constructor
GoogleCloudAiplatformV1DataItemView({
- List<
GoogleCloudAiplatformV1Annotation> ? annotations, - GoogleCloudAiplatformV1DataItem? dataItem,
- bool? hasTruncatedAnnotations,
Implementation
GoogleCloudAiplatformV1DataItemView({
this.annotations,
this.dataItem,
this.hasTruncatedAnnotations,
});