Module: Google::Cloud::Dataproc::V1::Session::State

Defined in:
proto_docs/google/cloud/dataproc/v1/sessions.rb

Overview

The session state.

Constant Summary collapse

STATE_UNSPECIFIED =

The session state is unknown.

0
CREATING =

The session is created prior to running.

1
ACTIVE =

The session is running.

2
TERMINATING =

The session is terminating.

3
TERMINATED =

The session is terminated successfully.

4
FAILED =

The session is no longer running due to an error.

5