public sealed class PurgeExecutionsRequest : IMessage<PurgeExecutionsRequest>, IEquatable<PurgeExecutionsRequest>, IDeepCloneable<PurgeExecutionsRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class PurgeExecutionsRequest.
Request message for [MetadataService.PurgeExecutions][google.cloud.aiplatform.v1beta1.MetadataService.PurgeExecutions].
Implements
IMessagePurgeExecutionsRequest, IEquatablePurgeExecutionsRequest, IDeepCloneablePurgeExecutionsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
PurgeExecutionsRequest()
public PurgeExecutionsRequest()PurgeExecutionsRequest(PurgeExecutionsRequest)
public PurgeExecutionsRequest(PurgeExecutionsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
PurgeExecutionsRequest |
Properties
Filter
public string Filter { get; set; }Required. A required filter matching the Executions 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
Execution names that would be deleted.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Parent
public string Parent { get; set; }Required. The metadata store to purge Executions 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 |
|