17.51. Payloads Create RPC¶
Requests the creation of a new payload of PAYLOAD_TYPE_REUSABLE.
See PayloadType for additional details.
rpc Create(PayloadsCreateRequest) returns (PayloadsCreateResponse);
17.51.1. Messages¶
PayloadsCreateRequest
PayloadsCreateResponse
17.52. PayloadsCreateRequest¶
message PayloadsCreateRequest { RequestHeader header = 1; }
17.52.1. Properties¶
17.52.1.2. PayloadsCreateResponse¶
message PayloadsCreateResponse { ResponseHeader header = 1; Identifier payload_id = 2; PayloadType type = 5; }
Clara Deploy SDK Models service will respond to any delete request with a ModelsListModelsResponse message. Requestors can use the response header to determine the result of their request.
17.52.2. Properties¶
17.52.2.2. payload_id¶
type: message
Unique identifier of the new payload.
See Identifier for additional details.