Skip to main content

intrinsic.solutions.deployments.create_grpc_channel

Creates a gRPC channel to a deployed solution.

grpc_channel_or_hostport

gRPC channel to the intrinsic box or a string of the form "host:port" to connect to (creates a channel with default parameters).

address

Connect directly to an address (e.g. localhost). Only one of [project, solution] and address is allowed.

org

Organization of the solution to connect to.

solution

Id (not display name!) of the solution to connect to.

cluster

Name of cluster to connect to (instead of specifying 'solution').

A gRPC channel