Google Cloud Ai Platform V1 Client - Class PurgeExecutionsResponse (0.12.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class PurgeExecutionsResponse.

Response message for MetadataService.PurgeExecutions.

Generated from protobuf message google.cloud.aiplatform.v1.PurgeExecutionsResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ purge_count int|string

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.

↳ purge_sample array

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).

getPurgeCount

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.

Returns
TypeDescription
int|string

setPurgeCount

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.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getPurgeSample

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).

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setPurgeSample

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).

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this