Vision AI V1 API - Class Google::Cloud::VisionAI::V1::AppPlatformMetadata (v0.1.0)

Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::AppPlatformMetadata.

Message of essential metadata of App Platform. This message is usually attached to a certain processor output annotation for customer to identify the source of the data.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#application

def application() -> ::String
Returns
  • (::String) — The application resource name.

#application=

def application=(value) -> ::String
Parameter
  • value (::String) — The application resource name.
Returns
  • (::String) — The application resource name.

#instance_id

def instance_id() -> ::String
Returns
  • (::String) — The instance resource id. Instance is the nested resource of application under collection 'instances'.

#instance_id=

def instance_id=(value) -> ::String
Parameter
  • value (::String) — The instance resource id. Instance is the nested resource of application under collection 'instances'.
Returns
  • (::String) — The instance resource id. Instance is the nested resource of application under collection 'instances'.

#node

def node() -> ::String
Returns
  • (::String) — The node name of the application graph.

#node=

def node=(value) -> ::String
Parameter
  • value (::String) — The node name of the application graph.
Returns
  • (::String) — The node name of the application graph.

#processor

def processor() -> ::String
Returns
  • (::String) — The referred processor resource name of the application node.

#processor=

def processor=(value) -> ::String
Parameter
  • value (::String) — The referred processor resource name of the application node.
Returns
  • (::String) — The referred processor resource name of the application node.