public sealed class GetContextRequest : IMessage<GetContextRequest>, IEquatable<GetContextRequest>, IDeepCloneable<GetContextRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-04-09 UTC."],[[["This document provides reference information for the `GetContextRequest` class within the Cloud AI Platform v1beta1 API, specifically for version 1.0.0-beta02 and later."],["The `GetContextRequest` class is a request message used by `MetadataService.GetContext` to retrieve context metadata, inheriting from `object` and implementing several interfaces."],["It includes a constructor and two properties: `ContextName`, a view of the resource name property, and `Name`, which represents the required resource name of the context to be retrieved."],["The `GetContextRequest` class belongs to the `Google.Cloud.AIPlatform.V1Beta1` namespace and is found in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]