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

Model metadata specific to Seq2Seq Plus Forecasting.

Attributes

  • evaluatedDataItemsBigqueryUri (type: String.t, default: nil) - BigQuery destination uri for exported evaluated examples.
  • trainCostMilliNodeHours (type: String.t, default: nil) - Output only. The actual training cost of the model, expressed in milli node hours, i.e. 1,000 value in this field means 1 node hour. Guaranteed to not exceed the train budget.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingMetadata{
    evaluatedDataItemsBigqueryUri: String.t() | nil,
    trainCostMilliNodeHours: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.