Class: Google::Cloud::VisionAI::V1::Process

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#analysis::String

Returns Required. Reference to an existing Analysis resource.

Returns:

  • (::String)

    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}".

Returns:

  • (::Array<::String>)

    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.

Returns:

  • (::String)

    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.

Returns:



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.

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.



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.

Returns:

  • (::String)

    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.

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.



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.

Returns:



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_status::Google::Cloud::VisionAI::V1::RunStatus

Returns Optional. Status of the Process.

Returns:



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

#update_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The update timestamp.

Returns:



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