GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PurgeContextsResponse (google_api_ai_platform v0.27.0)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.