Class: Google::Cloud::AIPlatform::V1::PurgeExecutionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::PurgeExecutionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/metadata_service.rb
Overview
Response message for MetadataService.PurgeExecutions.
Instance Attribute Summary collapse
-
#purge_count ⇒ ::Integer
The number of Executions that this request deleted (or, if
force
is false, the number of Executions that will be deleted). -
#purge_sample ⇒ ::Array<::String>
A sample of the Execution names that will be deleted.
Instance Attribute Details
#purge_count ⇒ ::Integer
Returns 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.
839 840 841 842 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 839 class PurgeExecutionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#purge_sample ⇒ ::Array<::String>
Returns 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).
839 840 841 842 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 839 class PurgeExecutionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |