public sealed class PurgeExecutionsResponse : IMessage<PurgeExecutionsResponse>, IEquatable<PurgeExecutionsResponse>, IDeepCloneable<PurgeExecutionsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class PurgeExecutionsResponse.
Response message for [MetadataService.PurgeExecutions][google.cloud.aiplatform.v1beta1.MetadataService.PurgeExecutions].
Implements
IMessagePurgeExecutionsResponse, IEquatablePurgeExecutionsResponse, IDeepCloneablePurgeExecutionsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
PurgeExecutionsResponse()
public PurgeExecutionsResponse()PurgeExecutionsResponse(PurgeExecutionsResponse)
public PurgeExecutionsResponse(PurgeExecutionsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
PurgeExecutionsResponse |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
PurgeSampleAsExecutionNames
public ResourceNameList<ExecutionName> PurgeSampleAsExecutionNames { get; }ExecutionName-typed view over the PurgeSample resource name property.
| Property Value | |
|---|---|
| Type | Description |
ResourceNameListExecutionName |
|