Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::Process.
Message describing the Process object.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#analysis
def analysis() -> ::String
Returns
- (::String) — Required. Reference to an existing Analysis resource.
#analysis=
def analysis=(value) -> ::String
Parameter
- value (::String) — Required. Reference to an existing Analysis resource.
Returns
- (::String) — Required. Reference to an existing Analysis resource.
#attribute_overrides
def attribute_overrides() -> ::Array<::String>
Returns
- (::Array<::String>) — Optional. Attribute overrides of the Analyzers. Format for each single override item: "{analyzer_name}:{attribute_key}={value}"
#attribute_overrides=
def attribute_overrides=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Optional. Attribute overrides of the Analyzers. Format for each single override item: "{analyzer_name}:{attribute_key}={value}"
Returns
- (::Array<::String>) — Optional. Attribute overrides of the Analyzers. Format for each single override item: "{analyzer_name}:{attribute_key}={value}"
#batch_id
def batch_id() -> ::String
Returns
- (::String) — Optional. Optional: Batch ID of the Process.
#batch_id=
def batch_id=(value) -> ::String
Parameter
- value (::String) — Optional. Optional: Batch ID of the Process.
Returns
- (::String) — Optional. Optional: Batch ID of the Process.
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The create timestamp.
#event_id
def event_id() -> ::String
Returns
- (::String) — Optional. Event ID of the input/output streams. This is useful when you have a StreamSource/StreamSink operator in the Analysis, and you want to manually specify the Event to read from/write to.
#event_id=
def event_id=(value) -> ::String
Parameter
- value (::String) — Optional. Event ID of the input/output streams. This is useful when you have a StreamSource/StreamSink operator in the Analysis, and you want to manually specify the Event to read from/write to.
Returns
- (::String) — Optional. Event ID of the input/output streams. This is useful when you have a StreamSource/StreamSink operator in the Analysis, and you want to manually specify the Event to read from/write to.
#name
def name() -> ::String
Returns
- (::String) — The name of resource.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — The name of resource.
Returns
- (::String) — The name of resource.
#retry_count
def retry_count() -> ::Integer
Returns
- (::Integer) — Optional. Optional: The number of retries for a process in submission mode the system should try before declaring failure. By default, no retry will be performed.
#retry_count=
def retry_count=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. Optional: The number of retries for a process in submission mode the system should try before declaring failure. By default, no retry will be performed.
Returns
- (::Integer) — Optional. Optional: The number of retries for a process in submission mode the system should try before declaring failure. By default, no retry will be performed.
#run_mode
def run_mode() -> ::Google::Cloud::VisionAI::V1::RunMode
Returns
- (::Google::Cloud::VisionAI::V1::RunMode) — Optional. Run mode of the Process.
#run_mode=
def run_mode=(value) -> ::Google::Cloud::VisionAI::V1::RunMode
Parameter
- value (::Google::Cloud::VisionAI::V1::RunMode) — Optional. Run mode of the Process.
Returns
- (::Google::Cloud::VisionAI::V1::RunMode) — Optional. Run mode of the Process.
#run_status
def run_status() -> ::Google::Cloud::VisionAI::V1::RunStatus
Returns
- (::Google::Cloud::VisionAI::V1::RunStatus) — Optional. Status of the Process.
#run_status=
def run_status=(value) -> ::Google::Cloud::VisionAI::V1::RunStatus
Parameter
- value (::Google::Cloud::VisionAI::V1::RunStatus) — Optional. Status of the Process.
Returns
- (::Google::Cloud::VisionAI::V1::RunStatus) — Optional. Status of the Process.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The update timestamp.