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

Attributes

  • costMilliNodeHours (type: String.t, default: nil) - The actual training cost of creating this model, expressed in milli node hours, i.e. 1,000 value in this field means 1 node hour. Guaranteed to not exceed inputs.budgetMilliNodeHours.
  • successfulStopReason (type: String.t, default: nil) - For successful job completions, this is the reason why the job has finished.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaTrainingjobDefinitionAutoMlImageClassificationMetadata{
    costMilliNodeHours: String.t() | nil,
    successfulStopReason: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.