Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class PurgeArtifactsResponse.
Response message for MetadataService.PurgeArtifacts.
Generated from protobuf message google.cloud.aiplatform.v1.PurgeArtifactsResponse
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ purge_count |
int|string
The number of Artifacts that this request deleted (or, if |
↳ purge_sample |
array
A sample of the Artifact names that will be deleted. Only populated if |
getPurgeCount
The number of Artifacts that this request deleted (or, if force
is false,
the number of Artifacts that will be deleted). This can be an estimate.
Generated from protobuf field int64 purge_count = 1;
Returns | |
---|---|
Type | Description |
int|string |
setPurgeCount
The number of Artifacts that this request deleted (or, if force
is false,
the number of Artifacts that will be deleted). This can be an estimate.
Generated from protobuf field int64 purge_count = 1;
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |
getPurgeSample
A sample of the Artifact 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).
Generated from protobuf field repeated string purge_sample = 2 [(.google.api.resource_reference) = {
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setPurgeSample
A sample of the Artifact 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).
Generated from protobuf field repeated string purge_sample = 2 [(.google.api.resource_reference) = {
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |