aip_sdk.TraceTagUpsert
aip_sdk.TraceTagUpsert
A single trace tag to write.
A value of None records a presence-only tag (the key is set with no value).
aip_sdk.TraceTagUpsert.key
aip_sdk.TraceTagUpsert.key: str = Field(min_length=1, max_length=128)
No docstring is defined in the source.
aip_sdk.TraceTagUpsert.model_config
aip_sdk.TraceTagUpsert.model_config = ConfigDict(extra='forbid')
No docstring is defined in the source.
aip_sdk.TraceTagUpsert.target_ref
aip_sdk.TraceTagUpsert.target_ref: str = Field(min_length=1, max_length=255)
No docstring is defined in the source.
aip_sdk.TraceTagUpsert.value
aip_sdk.TraceTagUpsert.value: str | None = Field(default=None, max_length=512)
No docstring is defined in the source.