Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::ApplicationConfigs.
Message storing the graph of the application.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#event_delivery_config
def event_delivery_config() -> ::Google::Cloud::VisionAI::V1::ApplicationConfigs::EventDeliveryConfig
Returns
- (::Google::Cloud::VisionAI::V1::ApplicationConfigs::EventDeliveryConfig) — Event-related configuration for this application.
#event_delivery_config=
def event_delivery_config=(value) -> ::Google::Cloud::VisionAI::V1::ApplicationConfigs::EventDeliveryConfig
Parameter
- value (::Google::Cloud::VisionAI::V1::ApplicationConfigs::EventDeliveryConfig) — Event-related configuration for this application.
Returns
- (::Google::Cloud::VisionAI::V1::ApplicationConfigs::EventDeliveryConfig) — Event-related configuration for this application.
#nodes
def nodes() -> ::Array<::Google::Cloud::VisionAI::V1::Node>
Returns
- (::Array<::Google::Cloud::VisionAI::V1::Node>) — A list of nodes in the application graph.
#nodes=
def nodes=(value) -> ::Array<::Google::Cloud::VisionAI::V1::Node>
Parameter
- value (::Array<::Google::Cloud::VisionAI::V1::Node>) — A list of nodes in the application graph.
Returns
- (::Array<::Google::Cloud::VisionAI::V1::Node>) — A list of nodes in the application graph.