View Source GoogleApi.FirebaseML.V1.Model.ModelOperationMetadata (google_api_firebase_ml v0.3.1)

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}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.