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-03-21 UTC."],[[["This document provides reference information for the `GetContextRequest` class within the Google Cloud AI Platform v1beta1 API, specifically for .NET developers."],["`GetContextRequest` is a request message class used with `MetadataService.GetContext` to retrieve a specific Context resource."],["The `GetContextRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used with other components within the platform."],["The class has properties for managing context retrieval, such as `ContextName` which is a typed representation of a resource name, and `Name`, which stores the resource name of the context in a specific format."],["The available versions of the documentation can be found in the upper part of the content, with the latest being 1.0.0-beta21."]]],[]]