ByteBuffer body
Input data in the format specified in the content-type request header. To see the format and content of this field for different models, refer to Inference parameters.
String contentType
The MIME type of the input data in the request. The default value is application/json.
String accept
The desired MIME type of the inference body in the response. The default value is application/json.
String modelId
Identifier of the model.
ByteBuffer body
Inference response from the model in the format specified in the content-type header field. To see the format and content of this field for different models, refer to Inference parameters.
String contentType
The MIME type of the inference result.
Copyright © 2023. All rights reserved.