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

Further describes this job's output. Supplements output_config.

Attributes

  • bigqueryOutputDataset (type: String.t, default: nil) - Output only. The path of the BigQuery dataset created, in bq://projectId.bqDatasetId format, into which the prediction output is written.
  • bigqueryOutputTable (type: String.t, default: nil) - Output only. The name of the BigQuery table created, in predictions_ format, into which the prediction output is written. Can be used by UI to generate the BigQuery output path, for example.
  • gcsOutputDirectory (type: String.t, default: nil) - Output only. The full path of the Cloud Storage directory created, into which the prediction output is written.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1BatchPredictionJobOutputInfo{
    bigqueryOutputDataset: String.t() | nil,
    bigqueryOutputTable: String.t() | nil,
    gcsOutputDirectory: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.