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-25 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 utilized by the `MetadataService.GetContext` method to retrieve context data."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["Key properties of `GetContextRequest` include `ContextName` (a `ContextName`-typed view) and `Name` (a string representing the resource name of the context to be retrieved)."],["The `GetContextRequest` class can be created via two constructors: a parameterless constructor and another that accepts a `GetContextRequest` object."]]],[]]