Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::PurgeContextsRequest (v0.23.0)

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

Request message for MetadataService.PurgeContexts.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns
  • (::String) — Required. A required filter matching the Contexts to be purged. E.g., update_time <= 2020-11-19T11:30:00-04:00.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — Required. A required filter matching the Contexts to be purged. E.g., update_time <= 2020-11-19T11:30:00-04:00.
Returns
  • (::String) — Required. A required filter matching the Contexts to be purged. E.g., update_time <= 2020-11-19T11:30:00-04:00.

#force

def force() -> ::Boolean
Returns
  • (::Boolean) — 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.

#force=

def force=(value) -> ::Boolean
Parameter
  • value (::Boolean) — 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.
Returns
  • (::Boolean) — 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.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The metadata store to purge Contexts from. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The metadata store to purge Contexts from. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}
Returns
  • (::String) — Required. The metadata store to purge Contexts from. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}