public sealed class DeleteContextRequest : IMessage<DeleteContextRequest>, IEquatable<DeleteContextRequest>, IDeepCloneable<DeleteContextRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class DeleteContextRequest.
Request message for
[MetadataService.DeleteContext][google.cloud.aiplatform.v1beta1.MetadataService.DeleteContext].
Optional. The etag of the Context to delete.
If this is provided, it must match the server's etag. Otherwise, the
request will fail with a FAILED_PRECONDITION.
Required. The resource name of the Context to delete.
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 documentation details the `DeleteContextRequest` class, which is part of the Google Cloud AI Platform v1beta1 API, specifically for version 1.0.0-beta02."],["`DeleteContextRequest` is a request message used for deleting a context within the MetadataService, accessible via the `MetadataService.DeleteContext` method."],["The `DeleteContextRequest` class implements several interfaces, including `IMessage`, `IEquatable\u003cDeleteContextRequest\u003e`, `IDeepCloneable\u003cDeleteContextRequest\u003e`, and `IBufferMessage`, and inherits from the base `object` class."],["The class includes properties such as `ContextName`, `Etag`, `Force`, and `Name`, each serving a specific purpose in the context deletion process; for instance, `Name` is the required resource name of the context, and `Etag` is an optional field for managing server-side versioning."],["There are two constructors for the class, `DeleteContextRequest()` to instantiate a new one, and `DeleteContextRequest(DeleteContextRequest other)` which allows for the instatiation of one based on another."]]],[]]