Skip to contents

Extracts the data plane host from an assistant description for data plane operations.

Usage

get_assistant_host(assistant)

Arguments

assistant

Assistant description object from describe_assistant()

Value

Host string for assistant data plane API calls

Examples

if (FALSE) { # \dontrun{
assistant <- describe_assistant("my-assistant")
host <- get_assistant_host(assistant)
} # }