Cloud AI Platform v1 API - Class PurgeExecutionsRequest (2.27.0)

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

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

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

Inheritance

object > PurgeExecutionsRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

PurgeExecutionsRequest()

public PurgeExecutionsRequest()

PurgeExecutionsRequest(PurgeExecutionsRequest)

public PurgeExecutionsRequest(PurgeExecutionsRequest other)
Parameter
NameDescription
otherPurgeExecutionsRequest

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
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 Execution names that would be deleted.

Property Value
TypeDescription
bool

Parent

public string Parent { get; set; }

Required. The metadata store to purge Executions 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