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

Response message for MetadataService.PurgeExecutions.

Attributes

  • purgeCount (type: String.t, default: nil) - The number of Executions that this request deleted (or, if force is false, the number of Executions that will be deleted). This can be an estimate.
  • purgeSample (type: list(String.t), default: nil) - A sample of the Execution 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.GoogleCloudAiplatformV1PurgeExecutionsResponse{
    purgeCount: String.t() | nil,
    purgeSample: [String.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.