Skip to main content

intrinsic.solutions.deployments.connect

Connects to a deployed solution.

grpc_channel_or_hostport

gRPC channel or address. Deprecated: Use explicit address or grpc_channel

grpc_channel

gRPC channel to use for connection.

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').

options

An optional Dict[str, Any] containing additional options.

ValueError

if parameter combination is incorrect.

A fully initialized Solution object that represents the deployed solution.