RequestHeader

Standard header expected to be attached to all requests.

Copy
Copied!
            

message RequestHeader { Version api_version = 1; string user_agent = 2; }


api_version

type: message

Version of the API expected to handle the request.

See Version for details.

user_agent

type: string

Name of the agent interacting with Clara Deploy SDK

© Copyright 2018-2020, NVIDIA Corporation. All rights reserved. Last updated on Feb 1, 2023.