Cloud AI Platform v1 API - Class DeleteContextRequest (2.27.0)

public sealed class DeleteContextRequest : IMessage<DeleteContextRequest>, IEquatable<DeleteContextRequest>, IDeepCloneable<DeleteContextRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class DeleteContextRequest.

Request message for [MetadataService.DeleteContext][google.cloud.aiplatform.v1.MetadataService.DeleteContext].

Inheritance

object > DeleteContextRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

DeleteContextRequest()

public DeleteContextRequest()

DeleteContextRequest(DeleteContextRequest)

public DeleteContextRequest(DeleteContextRequest other)
Parameter
NameDescription
otherDeleteContextRequest

Properties

ContextName

public ContextName ContextName { get; set; }

ContextName-typed view over the Name resource name property.

Property Value
TypeDescription
ContextName

Etag

public string Etag { get; set; }

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.

Property Value
TypeDescription
string

Force

public bool Force { get; set; }

The force deletion semantics is still undefined. Users should not use this field.

Property Value
TypeDescription
bool

Name

public string Name { get; set; }

Required. The resource name of the Context to delete. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}

Property Value
TypeDescription
string