Class: Google::Cloud::VisionAI::V1::Process
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::Process
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/lva_resources.rb
Overview
Message describing the Process object.
Instance Attribute Summary collapse
-
#analysis ⇒ ::String
Required.
-
#attribute_overrides ⇒ ::Array<::String>
Optional.
-
#batch_id ⇒ ::String
Optional.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#event_id ⇒ ::String
Optional.
-
#name ⇒ ::String
The name of resource.
-
#retry_count ⇒ ::Integer
Optional.
-
#run_mode ⇒ ::Google::Cloud::VisionAI::V1::RunMode
Optional.
-
#run_status ⇒ ::Google::Cloud::VisionAI::V1::RunStatus
Optional.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#analysis ⇒ ::String
Returns Required. Reference to an existing Analysis resource.
160 161 162 163 |
# File 'proto_docs/google/cloud/visionai/v1/lva_resources.rb', line 160 class Process include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#attribute_overrides ⇒ ::Array<::String>
Returns Optional. Attribute overrides of the Analyzers. Format for each single override item: "{analyzer_name}:{attribute_key}={value}".
160 161 162 163 |
# File 'proto_docs/google/cloud/visionai/v1/lva_resources.rb', line 160 class Process include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#batch_id ⇒ ::String
Returns Optional. Optional: Batch ID of the Process.
160 161 162 163 |
# File 'proto_docs/google/cloud/visionai/v1/lva_resources.rb', line 160 class Process include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The create timestamp.
160 161 162 163 |
# File 'proto_docs/google/cloud/visionai/v1/lva_resources.rb', line 160 class Process include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#event_id ⇒ ::String
Returns 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.
160 161 162 163 |
# File 'proto_docs/google/cloud/visionai/v1/lva_resources.rb', line 160 class Process include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns The name of resource.
160 161 162 163 |
# File 'proto_docs/google/cloud/visionai/v1/lva_resources.rb', line 160 class Process include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#retry_count ⇒ ::Integer
Returns 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.
160 161 162 163 |
# File 'proto_docs/google/cloud/visionai/v1/lva_resources.rb', line 160 class Process include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#run_mode ⇒ ::Google::Cloud::VisionAI::V1::RunMode
Returns Optional. Run mode of the Process.
160 161 162 163 |
# File 'proto_docs/google/cloud/visionai/v1/lva_resources.rb', line 160 class Process include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |