public sealed class GetDataItemRequest : IMessage<GetDataItemRequest>, IEquatable<GetDataItemRequest>, IDeepCloneable<GetDataItemRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class GetDataItemRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `GetDataItemRequest` class is part of the Data Labeling v1beta1 API, serving as the request message for retrieving data items."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for functionality like deep cloning and efficient data handling."],["The `GetDataItemRequest` class includes properties `DataItemName` and `Name`, the latter of which specifies the required resource name of the data item to be retrieved, formatted as `projects/{project_id}/datasets/{dataset_id}/dataItems/{data_item_id}`."],["There are two constructors available for the `GetDataItemRequest` class, a default constructor and one that takes another `GetDataItemRequest` instance as a parameter."]]],[]]