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

ModelDeploymentMonitoringBigQueryTable specifies the BigQuery table name as well as some information of the logs stored in this table.

Attributes

  • bigqueryTablePath (type: String.t, default: nil) - The created BigQuery table to store logs. Customer could do their own query & analysis. Format: bq://.model_deployment_monitoring_._
  • logSource (type: String.t, default: nil) - The source of log.
  • logType (type: String.t, default: nil) - The type of log.
  • requestResponseLoggingSchemaVersion (type: String.t, default: nil) - Output only. The schema version of the request/response logging BigQuery table. Default to v1 if unset.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ModelDeploymentMonitoringBigQueryTable{
    bigqueryTablePath: String.t() | nil,
    logSource: String.t() | nil,
    logType: String.t() | nil,
    requestResponseLoggingSchemaVersion: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.