Cloud AI Platform v1 API - Class PurgeContextsRequest (2.27.0)

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

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

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

Inheritance

object > PurgeContextsRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

PurgeContextsRequest()

public PurgeContextsRequest()

PurgeContextsRequest(PurgeContextsRequest)

public PurgeContextsRequest(PurgeContextsRequest other)
Parameter
NameDescription
otherPurgeContextsRequest

Properties

Filter

public string Filter { get; set; }

Required. A required filter matching the Contexts to be purged. E.g., update_time <= 2020-11-19T11:30:00-04:00.

Property Value
TypeDescription
string

Force

public bool Force { get; set; }

Optional. Flag to indicate to actually perform the purge. If force is set to false, the method will return a sample of Context names that would be deleted.

Property Value
TypeDescription
bool

Parent

public string Parent { get; set; }

Required. The metadata store to purge Contexts from. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}

Property Value
TypeDescription
string

ParentAsMetadataStoreName

public MetadataStoreName ParentAsMetadataStoreName { get; set; }

MetadataStoreName-typed view over the Parent resource name property.

Property Value
TypeDescription
MetadataStoreName