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

Metadata information for NotebookService.AssignNotebookRuntime.

Attributes

  • genericMetadata (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1GenericOperationMetadata.t, default: nil) - The operation generic information.
  • progressMessage (type: String.t, default: nil) - A human-readable message that shows the intermediate progress details of NotebookRuntime.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1AssignNotebookRuntimeOperationMetadata{
    genericMetadata:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1GenericOperationMetadata.t()
      | nil,
    progressMessage: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.