Class: Google::Cloud::AIPlatform::V1::PurgeContextsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::PurgeContextsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/metadata_service.rb
Overview
Response message for MetadataService.PurgeContexts.
Instance Attribute Summary collapse
-
#purge_count ⇒ ::Integer
The number of Contexts that this request deleted (or, if
force
is false, the number of Contexts that will be deleted). -
#purge_sample ⇒ ::Array<::String>
A sample of the Context names that will be deleted.
Instance Attribute Details
#purge_count ⇒ ::Integer
Returns The number of Contexts that this request deleted (or, if force
is false,
the number of Contexts that will be deleted). This can be an estimate.
538 539 540 541 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 538 class PurgeContextsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#purge_sample ⇒ ::Array<::String>
Returns A sample of the Context 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).
538 539 540 541 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 538 class PurgeContextsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |