Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::Application.
Message describing Application object
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#application_configs
def application_configs() -> ::Google::Cloud::VisionAI::V1::ApplicationConfigs
Returns
- (::Google::Cloud::VisionAI::V1::ApplicationConfigs) — Application graph configuration.
#application_configs=
def application_configs=(value) -> ::Google::Cloud::VisionAI::V1::ApplicationConfigs
Parameter
- value (::Google::Cloud::VisionAI::V1::ApplicationConfigs) — Application graph configuration.
Returns
- (::Google::Cloud::VisionAI::V1::ApplicationConfigs) — Application graph configuration.
#billing_mode
def billing_mode() -> ::Google::Cloud::VisionAI::V1::Application::BillingMode
Returns
- (::Google::Cloud::VisionAI::V1::Application::BillingMode) — Billing mode of the application.
#billing_mode=
def billing_mode=(value) -> ::Google::Cloud::VisionAI::V1::Application::BillingMode
Parameter
- value (::Google::Cloud::VisionAI::V1::Application::BillingMode) — Billing mode of the application.
Returns
- (::Google::Cloud::VisionAI::V1::Application::BillingMode) — Billing mode of the application.
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. [Output only] Create timestamp
#description
def description() -> ::String
Returns
- (::String) — A description for this application.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — A description for this application.
Returns
- (::String) — A description for this application.
#display_name
def display_name() -> ::String
Returns
- (::String) — Required. A user friendly display name for the solution.
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — Required. A user friendly display name for the solution.
Returns
- (::String) — Required. A user friendly display name for the solution.
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Labels as key value pairs
#labels=
def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
- value (::Google::Protobuf::Map{::String => ::String}) — Labels as key value pairs
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Labels as key value pairs
#name
def name() -> ::String
Returns
- (::String) — name of resource
#name=
def name=(value) -> ::String
Parameter
- value (::String) — name of resource
Returns
- (::String) — name of resource
#runtime_info
def runtime_info() -> ::Google::Cloud::VisionAI::V1::Application::ApplicationRuntimeInfo
Returns
- (::Google::Cloud::VisionAI::V1::Application::ApplicationRuntimeInfo) — Output only. Application graph runtime info. Only exists when application state equals to DEPLOYED.
#state
def state() -> ::Google::Cloud::VisionAI::V1::Application::State
Returns
- (::Google::Cloud::VisionAI::V1::Application::State) — Output only. State of the application.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. [Output only] Update timestamp