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

Response message for MetadataService.PurgeContexts.

Attributes

  • purgeCount (type: String.t, default: nil) - 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.
  • purgeSample (type: list(String.t), default: nil) - 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).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PurgeContextsResponse{
    purgeCount: String.t() | nil,
    purgeSample: [String.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.