Class DiagnoseClusterRequest (5.9.3)

DiagnoseClusterRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A request to collect cluster diagnostic information.

Attributes

NameDescription
project_id str
Required. The ID of the Google Cloud Platform project that the cluster belongs to.
region str
Required. The Dataproc region in which to handle the request.
cluster_name str
Required. The cluster name.
tarball_gcs_dir str
Optional. The output Cloud Storage directory for the diagnostic tarball. If not specified, a task-specific directory in the cluster's staging bucket will be used.
diagnosis_interval google.type.interval_pb2.Interval
Optional. Time interval in which diagnosis should be carried out on the cluster.
jobs MutableSequence[str]
Optional. Specifies a list of jobs on which diagnosis is to be performed. Format: projects/{project}/regions/{region}/jobs/{job}
yarn_application_ids MutableSequence[str]
Optional. Specifies a list of yarn applications on which diagnosis is to be performed.