View Source GoogleApi.Dataproc.V1.Model.AnalyzeOperationMetadata (google_api_dataproc v0.55.0)
Metadata describing the Analyze operation.
Attributes
-
analyzedWorkloadName
(type:String.t
, default:nil
) - Output only. name of the workload being analyzed. -
analyzedWorkloadType
(type:String.t
, default:nil
) - Output only. Type of the workload being analyzed. -
analyzedWorkloadUuid
(type:String.t
, default:nil
) - Output only. unique identifier of the workload typically generated by control plane. E.g. batch uuid. -
createTime
(type:DateTime.t
, default:nil
) - Output only. The time when the operation was created. -
description
(type:String.t
, default:nil
) - Output only. Short description of the operation. -
doneTime
(type:DateTime.t
, default:nil
) - Output only. The time when the operation finished. -
labels
(type:map()
, default:nil
) - Output only. Labels associated with the operation. -
warnings
(type:list(String.t)
, default:nil
) - Output only. Warnings encountered during operation execution.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataproc.V1.Model.AnalyzeOperationMetadata{ analyzedWorkloadName: String.t() | nil, analyzedWorkloadType: String.t() | nil, analyzedWorkloadUuid: String.t() | nil, createTime: DateTime.t() | nil, description: String.t() | nil, doneTime: DateTime.t() | nil, labels: map() | nil, warnings: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.