public sealed class PurgeContextsRequest : IMessage<PurgeContextsRequest>, IEquatable<PurgeContextsRequest>, IDeepCloneable<PurgeContextsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class PurgeContextsRequest.
Request message for [MetadataService.PurgeContexts][google.cloud.aiplatform.v1beta1.MetadataService.PurgeContexts].
Implements
IMessagePurgeContextsRequest, IEquatablePurgeContextsRequest, IDeepCloneablePurgeContextsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
PurgeContextsRequest()
public PurgeContextsRequest()
PurgeContextsRequest(PurgeContextsRequest)
public PurgeContextsRequest(PurgeContextsRequest other)
Parameter | |
---|---|
Name | Description |
other |
PurgeContextsRequest |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
bool |
Parent
public string Parent { get; set; }
Required. The metadata store to purge Contexts from.
Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}
Property Value | |
---|---|
Type | Description |
string |
ParentAsMetadataStoreName
public MetadataStoreName ParentAsMetadataStoreName { get; set; }
MetadataStoreName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
MetadataStoreName |