Skip to main content

Module clients.h2o_engine_constraint.client

Classes

H2OEngineConstraintSetClient

class H2OEngineConstraintSetClient(url: str, platform_token: str, platform_oidc_url: str, platform_oidc_client_id: str, verify_ssl: bool = True, ssl_ca_cert: Optional[str] = None)

H2OEngineConstraintSetClient manages H2OEngineConstraintSets.

Initializes H2OEngineConstraintSetClient.

Args
url : str
URL of AI Engine Manager Gateway.
platform_token : str
H2O.ai platform token.
platform_oidc_url : str
Base URL of the platform_token OIDC issuer.
platform_oidc_client_id : str
OIDC Client ID associated with the platform_token.
verify_ssl
Set to False to disable SSL certificate verification.
ssl_ca_cert
Path to a CA cert bundle with certificates of trusted CAs.

Methods

get_constraint_set

def get_constraint_set(self, workspace_id: str) ‑> h2o_engine_manager.gen.model.v1_h2_o_engine_constraint_set.V1H2OEngineConstraintSet

Feedback