Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::RunStatus.
Message describing the status of the Process.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#reason
def reason() -> ::String
Returns
- (::String) — The reason of becoming the state.
#reason=
def reason=(value) -> ::String
Parameter
- value (::String) — The reason of becoming the state.
Returns
- (::String) — The reason of becoming the state.
#state
def state() -> ::Google::Cloud::VisionAI::V1::RunStatus::State
Returns
- (::Google::Cloud::VisionAI::V1::RunStatus::State) — The state of the Process.
#state=
def state=(value) -> ::Google::Cloud::VisionAI::V1::RunStatus::State
Parameter
- value (::Google::Cloud::VisionAI::V1::RunStatus::State) — The state of the Process.
Returns
- (::Google::Cloud::VisionAI::V1::RunStatus::State) — The state of the Process.