public sealed class GetContextRequest : IMessage<GetContextRequest>, IEquatable<GetContextRequest>, IDeepCloneable<GetContextRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class GetContextRequest.
Request message for
[MetadataService.GetContext][google.cloud.aiplatform.v1beta1.MetadataService.GetContext].
Required. The resource name of the Context to retrieve.
Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}
[[["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-25 UTC."],[[["This documentation is for the `GetContextRequest` class, which is part of the Vertex AI v1beta1 API."],["`GetContextRequest` is a request message used for the `MetadataService.GetContext` method, designed to retrieve a specific context."],["The class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors: a default constructor and one that accepts another `GetContextRequest` object."],["It contains two properties, `ContextName` and `Name`, where `Name` is a required string specifying the resource name of the Context to be retrieved."]]],[]]