View Source GoogleApi.Notebooks.V1.Model.Execution (google_api_notebooks v0.15.0)

The definition of a single executed notebook.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. Time the Execution was instantiated.
  • description (type: String.t, default: nil) - A brief description of this execution.
  • displayName (type: String.t, default: nil) - Output only. Name used for UI purposes. Name can only contain alphanumeric characters and underscores '_'.
  • executionTemplate (type: GoogleApi.Notebooks.V1.Model.ExecutionTemplate.t, default: nil) - execute metadata including name, hardware spec, region, labels, etc.
  • jobUri (type: String.t, default: nil) - Output only. The URI of the external job used to execute the notebook.
  • name (type: String.t, default: nil) - Output only. The resource name of the execute. Format: projects/{project_id}/locations/{location}/executions/{execution_id}
  • outputNotebookFile (type: String.t, default: nil) - Output notebook file generated by this execution
  • state (type: String.t, default: nil) - Output only. State of the underlying AI Platform job.
  • updateTime (type: DateTime.t, default: nil) - Output only. Time the Execution was last updated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Notebooks.V1.Model.Execution{
  createTime: DateTime.t() | nil,
  description: String.t() | nil,
  displayName: String.t() | nil,
  executionTemplate: GoogleApi.Notebooks.V1.Model.ExecutionTemplate.t() | nil,
  jobUri: String.t() | nil,
  name: String.t() | nil,
  outputNotebookFile: String.t() | nil,
  state: String.t() | nil,
  updateTime: DateTime.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.