ServerlessInferenceEndpoint interface
Properties
headers | Specifies any required headers to target this serverless endpoint. NOTE: This property will not be serialized. It can only be populated by the server. |
uri | [Required] The inference uri to target when making requests against the Serverless Endpoint. |
Property Details
headers
Specifies any required headers to target this serverless endpoint. NOTE: This property will not be serialized. It can only be populated by the server.
headers?: {[propertyName: string]: string | null}
Property Value
{[propertyName: string]: string | null}
uri
[Required] The inference uri to target when making requests against the Serverless Endpoint.
uri: string
Property Value
string