public sealed class GetAnnotationSpecRequest : IMessage<GetAnnotationSpecRequest>, IEquatable<GetAnnotationSpecRequest>, IDeepCloneable<GetAnnotationSpecRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google AutoML v1 API class GetAnnotationSpecRequest.
Request message for [AutoMl.GetAnnotationSpec][google.cloud.automl.v1.AutoMl.GetAnnotationSpec].
[[["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 `GetAnnotationSpecRequest` class is used to request a specific annotation specification from the Google AutoML v1 API."],["The latest version of `GetAnnotationSpecRequest` is 3.4.0, but there are also several older versions available, starting from 2.2.0."],["`GetAnnotationSpecRequest` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffered message operations."],["The `Name` property, which is a required string, and the `AnnotationSpecName` property, which is an `AnnotationSpecName`-typed view, are crucial properties used to identify the annotation spec to retrieve."],["This class inherits members from the base `object` class, including methods like `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]