public RepeatedField<Annotation> Annotations { get; }
The Annotations on the DataItem. If too many Annotations should be returned
for the DataItem, this field will be truncated per annotations_limit in
request. If it was, then the has_truncated_annotations will be set to true.
True if and only if the Annotations field has been truncated. It happens if
more Annotations for this DataItem met the request's annotation_filter than
are allowed to be returned by annotations_limit.
Note that if Annotations field is not being returned due to field mask,
then this field will not be set to true no matter how many Annotations are
there.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eDataItemView\u003c/code\u003e class in the Google Cloud Vertex AI v1beta1 API is a container for a single \u003ccode\u003eDataItem\u003c/code\u003e and its associated \u003ccode\u003eAnnotations\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDataItemView\u003c/code\u003e implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits members from \u003ccode\u003eobject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class has properties to access \u003ccode\u003eAnnotations\u003c/code\u003e (a collection of annotations), \u003ccode\u003eDataItem\u003c/code\u003e (the contained data item), and \u003ccode\u003eHasTruncatedAnnotations\u003c/code\u003e (indicating if the annotation list was shortened).\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available for \u003ccode\u003eDataItemView\u003c/code\u003e: a default constructor, and one that takes another \u003ccode\u003eDataItemView\u003c/code\u003e instance as an argument for copying.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDataItemView\u003c/code\u003e class has a namespace of \u003ccode\u003eGoogle.Cloud.AIPlatform.V1Beta1\u003c/code\u003e and is found in the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1Beta1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,["# Vertex AI v1beta1 API - Class DataItemView (1.0.0-beta47)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta47 (latest)](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.DataItemView)\n- [1.0.0-beta46](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/1.0.0-beta46/Google.Cloud.AIPlatform.V1Beta1.DataItemView) \n\n public sealed class DataItemView : IMessage\u003cDataItemView\u003e, IEquatable\u003cDataItemView\u003e, IDeepCloneable\u003cDataItemView\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Vertex AI v1beta1 API class DataItemView.\n\nA container for a single DataItem and Annotations on it. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e DataItemView \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[DataItemView](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.DataItemView), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[DataItemView](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.DataItemView), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[DataItemView](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.DataItemView), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.AIPlatform.V1Beta1](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.AIPlatform.V1Beta1.dll\n\nConstructors\n------------\n\n### DataItemView()\n\n public DataItemView()\n\n### DataItemView(DataItemView)\n\n public DataItemView(DataItemView other)\n\nProperties\n----------\n\n### Annotations\n\n public RepeatedField\u003cAnnotation\u003e Annotations { get; }\n\nThe Annotations on the DataItem. If too many Annotations should be returned\nfor the DataItem, this field will be truncated per annotations_limit in\nrequest. If it was, then the has_truncated_annotations will be set to true.\n\n### DataItem\n\n public DataItem DataItem { get; set; }\n\nThe DataItem.\n\n### HasTruncatedAnnotations\n\n public bool HasTruncatedAnnotations { get; set; }\n\nTrue if and only if the Annotations field has been truncated. It happens if\nmore Annotations for this DataItem met the request's annotation_filter than\nare allowed to be returned by annotations_limit.\nNote that if Annotations field is not being returned due to field mask,\nthen this field will not be set to true no matter how many Annotations are\nthere."]]