Interface protos.google.cloud.dataproc.v1.IYarnApplication (3.0.0)

Properties of a YarnApplication.

Package

@google-cloud/dataproc!

Properties

name

name?: (string|null);

YarnApplication name

Property Value
TypeDescription
(string|null)

progress

progress?: (number|null);

YarnApplication progress

Property Value
TypeDescription
(number|null)

state

state?: (google.cloud.dataproc.v1.YarnApplication.State|keyof typeof google.cloud.dataproc.v1.YarnApplication.State|null);

YarnApplication state

Property Value
TypeDescription
(google.cloud.dataproc.v1.YarnApplication.State|keyof typeof google.cloud.dataproc.v1.YarnApplication.State|null)

trackingUrl

trackingUrl?: (string|null);

YarnApplication trackingUrl

Property Value
TypeDescription
(string|null)