Google Cloud Vision Ai V1 Client - Class ApplicationRuntimeInfo (0.1.0)

Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class ApplicationRuntimeInfo.

Message storing the runtime information of the application.

Generated from protobuf message google.cloud.visionai.v1.Application.ApplicationRuntimeInfo

Namespace

Google \ Cloud \ VisionAI \ V1 \ Application

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ deploy_time Google\Protobuf\Timestamp

Timestamp when the engine be deployed

↳ global_output_resources array<ApplicationRuntimeInfo\GlobalOutputResource>

Globally created resources like warehouse dataschemas.

↳ monitoring_config ApplicationRuntimeInfo\MonitoringConfig

Monitoring-related configuration for this application.

getDeployTime

Timestamp when the engine be deployed

Returns
Type Description
Google\Protobuf\Timestamp|null

hasDeployTime

clearDeployTime

setDeployTime

Timestamp when the engine be deployed

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getGlobalOutputResources

Globally created resources like warehouse dataschemas.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setGlobalOutputResources

Globally created resources like warehouse dataschemas.

Parameter
Name Description
var array<ApplicationRuntimeInfo\GlobalOutputResource>
Returns
Type Description
$this

getMonitoringConfig

Monitoring-related configuration for this application.

Returns
Type Description
ApplicationRuntimeInfo\MonitoringConfig|null

hasMonitoringConfig

clearMonitoringConfig

setMonitoringConfig

Monitoring-related configuration for this application.

Parameter
Name Description
var ApplicationRuntimeInfo\MonitoringConfig
Returns
Type Description
$this