Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::PurgeExecutionsResponse (v0.9.1)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::PurgeExecutionsResponse.

Response message for MetadataService.PurgeExecutions.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#purge_count

def purge_count() -> ::Integer
Returns
  • (::Integer) — 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_count=

def purge_count=(value) -> ::Integer
Parameter
  • value (::Integer) — 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
  • (::Integer) — 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

def purge_sample() -> ::Array<::String>
Returns
  • (::Array<::String>) — 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).

#purge_sample=

def purge_sample=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — 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
  • (::Array<::String>) — 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).