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

Response message for MetadataService.PurgeArtifacts.

Attributes

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

Functions

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

Unwrap a decoded JSON object into its complex fields.