Application(mapping=None, *, ignore_unknown_fields=False, **kwargs)Message describing Application object
| Attributes | |
|---|---|
| Name | Description | 
| name | strname of resource | 
| create_time | google.protobuf.timestamp_pb2.TimestampOutput only. [Output only] Create timestamp | 
| update_time | google.protobuf.timestamp_pb2.TimestampOutput only. [Output only] Update timestamp | 
| labels | MutableMapping[str, str]Labels as key value pairs | 
| display_name | strRequired. A user friendly display name for the solution. | 
| description | strA description for this application. | 
| application_configs | google.cloud.visionai_v1alpha1.types.ApplicationConfigsApplication graph configuration. | 
| runtime_info | google.cloud.visionai_v1alpha1.types.Application.ApplicationRuntimeInfoOutput only. Application graph runtime info. Only exists when application state equals to DEPLOYED. | 
| state | google.cloud.visionai_v1alpha1.types.Application.StateOutput only. State of the application. | 
Classes
ApplicationRuntimeInfo
ApplicationRuntimeInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)Message storing the runtime information of the application.
LabelsEntry
LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)The abstract base class for a message.
| Parameters | |
|---|---|
| Name | Description | 
| kwargs | dictKeys and values corresponding to the fields of the message. | 
| mapping | Union[dict, A dictionary or message to be used to determine the values for this message. | 
| ignore_unknown_fields | Optional(bool)If True, do not raise errors for unknown fields. Only applied if  | 
State
State(value)State of the Application