View Source GoogleApi.Dataflow.V1b3.Model.GPUUsage (google_api_dataflow v0.51.0)
Information about the GPU usage on the worker.
Attributes
-
timestamp(type:DateTime.t, default:nil) - Required. Timestamp of the measurement. -
utilization(type:GoogleApi.Dataflow.V1b3.Model.GPUUtilization.t, default:nil) - Required. Utilization info about the GPU.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataflow.V1b3.Model.GPUUsage{ timestamp: DateTime.t() | nil, utilization: GoogleApi.Dataflow.V1b3.Model.GPUUtilization.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.