View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PurgeContextsRequest (google_api_ai_platform v0.13.0)

Request message for MetadataService.PurgeContexts.

Attributes

  • filter (type: String.t, default: nil) - Required. A required filter matching the Contexts to be purged. E.g., update_time <= 2020-11-19T11:30:00-04:00.
  • force (type: boolean(), default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PurgeContextsRequest{
    filter: String.t() | nil,
    force: boolean() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.