Class: Google::Cloud::VisionAI::V1::AnalyzerDefinition::DebugOptions
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::AnalyzerDefinition::DebugOptions
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/lva.rb
Overview
Options available for debugging purposes only.
Defined Under Namespace
Classes: EnvironmentVariablesEntry
Instance Attribute Summary collapse
-
#environment_variables ⇒ ::Google::Protobuf::Map{::String => ::String}
Environment variables.
Instance Attribute Details
#environment_variables ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns Environment variables.
250 251 252 253 254 255 256 257 258 259 260 261 262 |
# File 'proto_docs/google/cloud/visionai/v1/lva.rb', line 250 class DebugOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class EnvironmentVariablesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |