Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::AppPlatformCloudFunctionRequest.
For any cloud function based customer processing logic, customer's cloud function is expected to receive AppPlatformCloudFunctionRequest as request and send back AppPlatformCloudFunctionResponse as response. Message of request from AppPlatform to Cloud Function.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#annotations
def annotations() -> ::Array<::Google::Cloud::VisionAI::V1::AppPlatformCloudFunctionRequest::StructedInputAnnotation>
Returns
- (::Array<::Google::Cloud::VisionAI::V1::AppPlatformCloudFunctionRequest::StructedInputAnnotation>) — The actual annotations to be processed by the customized Cloud Function.
#annotations=
def annotations=(value) -> ::Array<::Google::Cloud::VisionAI::V1::AppPlatformCloudFunctionRequest::StructedInputAnnotation>
Parameter
- value (::Array<::Google::Cloud::VisionAI::V1::AppPlatformCloudFunctionRequest::StructedInputAnnotation>) — The actual annotations to be processed by the customized Cloud Function.
Returns
- (::Array<::Google::Cloud::VisionAI::V1::AppPlatformCloudFunctionRequest::StructedInputAnnotation>) — The actual annotations to be processed by the customized Cloud Function.
#app_platform_metadata
def app_platform_metadata() -> ::Google::Cloud::VisionAI::V1::AppPlatformMetadata
Returns
- (::Google::Cloud::VisionAI::V1::AppPlatformMetadata) — The metadata of the AppPlatform for customer to identify the source of the payload.
#app_platform_metadata=
def app_platform_metadata=(value) -> ::Google::Cloud::VisionAI::V1::AppPlatformMetadata
Parameter
- value (::Google::Cloud::VisionAI::V1::AppPlatformMetadata) — The metadata of the AppPlatform for customer to identify the source of the payload.
Returns
- (::Google::Cloud::VisionAI::V1::AppPlatformMetadata) — The metadata of the AppPlatform for customer to identify the source of the payload.