google_api_firebase_ml v0.2.0 GoogleApi.FirebaseML.V1.Model.ModelOperationMetadata View Source

This is returned in the longrunning operations for create/update.

Attributes

  • basicOperationStatus (type: String.t, default: nil) -
  • name (type: String.t, default: nil) - The name of the model we are creating/updating The name must have the form projects/{project_id}/models/{model_id}

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.FirebaseML.V1.Model.ModelOperationMetadata{
  basicOperationStatus: String.t(),
  name: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.