state property

  1. @TagNumber(7)
Execution_State state

Output only. State of the underlying AI Platform job.

Implementation

@$pb.TagNumber(7)
Execution_State get state => $_getN(6);
  1. @TagNumber(7)
void state=(Execution_State v)

Implementation

@$pb.TagNumber(7)
set state(Execution_State v) { setField(7, v); }