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

All metadata of most recent monitoring pipelines.

Attributes

  • runTime (type: DateTime.t, default: nil) - The time that most recent monitoring pipelines that is related to this run.
  • status (type: GoogleApi.AIPlatform.V1.Model.GoogleRpcStatus.t, default: nil) - The status of the most recent monitoring pipeline.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ModelDeploymentMonitoringJobLatestMonitoringPipelineMetadata{
    runTime: DateTime.t() | nil,
    status: GoogleApi.AIPlatform.V1.Model.GoogleRpcStatus.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.