Skip to content

hsml.deployment_tracing_config #

DeploymentTracingConfig #

Tracing configuration for a serving deployment.

PARAMETER DESCRIPTION
enabled

Whether tracing is enabled.

TYPE: bool | None DEFAULT: None

otel_tracing_storage

Where traces are stored. Allowed values are online, offline and both. Defaults to online.

TYPE: str | None DEFAULT: STORAGE_ONLINE

enabled property writable #

Whether tracing is enabled.

otel_tracing_storage property writable #

Where traces are stored.

describe #

describe()

Print a JSON description of the tracing configuration.