Cloud AI Platform v1 API - Class PurgeExecutionsResponse (2.27.0)

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

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

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

Inheritance

object > PurgeExecutionsResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

PurgeExecutionsResponse()

public PurgeExecutionsResponse()

PurgeExecutionsResponse(PurgeExecutionsResponse)

public PurgeExecutionsResponse(PurgeExecutionsResponse other)
Parameter
NameDescription
otherPurgeExecutionsResponse

Properties

PurgeCount

public long PurgeCount { get; set; }

The number of Executions that this request deleted (or, if force is false, the number of Executions that will be deleted). This can be an estimate.

Property Value
TypeDescription
long

PurgeSample

public RepeatedField<string> PurgeSample { get; }

A sample of the Execution names that will be deleted. Only populated if force is set to false. The maximum number of samples is 100 (it is possible to return fewer).

Property Value
TypeDescription
RepeatedFieldstring

PurgeSampleAsExecutionNames

public ResourceNameList<ExecutionName> PurgeSampleAsExecutionNames { get; }

ExecutionName-typed view over the PurgeSample resource name property.

Property Value
TypeDescription
ResourceNameListExecutionName