host property

String? host
getter/setter pair

Host name to connect to, defaults to the model serving container's IP.

You probably want to set "Host" in httpHeaders instead.

Implementation

core.String? host;