Class: Google::Cloud::AIPlatform::V1::PurgeContextsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::PurgeContextsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/metadata_service.rb
Overview
Request message for MetadataService.PurgeContexts.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Required.
-
#force ⇒ ::Boolean
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Required. A required filter matching the Contexts to be purged.
E.g., update_time <= 2020-11-19T11:30:00-04:00
.
522 523 524 525 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 522 class PurgeContextsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#force ⇒ ::Boolean
Returns Optional. Flag to indicate to actually perform the purge.
If force
is set to false, the method will return a sample of
Context names that would be deleted.
522 523 524 525 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 522 class PurgeContextsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The metadata store to purge Contexts from.
Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}
.
522 523 524 525 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 522 class PurgeContextsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |