Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::Application::ApplicationRuntimeInfo.
Message storing the runtime information of the application.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#deploy_time
def deploy_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Timestamp when the engine be deployed
#deploy_time=
def deploy_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Timestamp when the engine be deployed
Returns
- (::Google::Protobuf::Timestamp) — Timestamp when the engine be deployed
#global_output_resources
def global_output_resources() -> ::Array<::Google::Cloud::VisionAI::V1::Application::ApplicationRuntimeInfo::GlobalOutputResource>
Returns
- (::Array<::Google::Cloud::VisionAI::V1::Application::ApplicationRuntimeInfo::GlobalOutputResource>) — Globally created resources like warehouse dataschemas.
#global_output_resources=
def global_output_resources=(value) -> ::Array<::Google::Cloud::VisionAI::V1::Application::ApplicationRuntimeInfo::GlobalOutputResource>
Parameter
- value (::Array<::Google::Cloud::VisionAI::V1::Application::ApplicationRuntimeInfo::GlobalOutputResource>) — Globally created resources like warehouse dataschemas.
Returns
- (::Array<::Google::Cloud::VisionAI::V1::Application::ApplicationRuntimeInfo::GlobalOutputResource>) — Globally created resources like warehouse dataschemas.
#monitoring_config
def monitoring_config() -> ::Google::Cloud::VisionAI::V1::Application::ApplicationRuntimeInfo::MonitoringConfig
Returns
- (::Google::Cloud::VisionAI::V1::Application::ApplicationRuntimeInfo::MonitoringConfig) — Monitoring-related configuration for this application.
#monitoring_config=
def monitoring_config=(value) -> ::Google::Cloud::VisionAI::V1::Application::ApplicationRuntimeInfo::MonitoringConfig
Parameter
- value (::Google::Cloud::VisionAI::V1::Application::ApplicationRuntimeInfo::MonitoringConfig) — Monitoring-related configuration for this application.
Returns
- (::Google::Cloud::VisionAI::V1::Application::ApplicationRuntimeInfo::MonitoringConfig) — Monitoring-related configuration for this application.