ExperimentTagsAPIException Objects
ExperimentTag Objects
ExperimentTags Objects
get_experiment_tags
project_id
: The project IDexperiment_id
: The experiment ID
ExperimentTagsAPIException
: If the API call failsValueError
: If the experiment is not found
list[ExperimentTag]
: List of tags associated with the experiment
upsert_experiment_tag
project_id
: The project IDexperiment_id
: The experiment IDkey
: The tag keyvalue
: The tag valuetag_type
: The type of tag (default: “generic”)
ExperimentTagsAPIException
: If the API call failsValueError
: If the experiment is not found
ExperimentTag
: The created or updated tag
delete_experiment_tag
project_id
: The project IDexperiment_id
: The experiment IDtag_id
: The tag ID to delete
ExperimentTagsAPIException
: If the API call failsValueError
: If the experiment or tag is not found
dict[str, str]
: Success message
get_experiment_tags
project_id
: The project IDexperiment_id
: The experiment ID
ExperimentTagsAPIException
: If the API call failsValueError
: If the experiment is not found
list[ExperimentTag]
: List of tags associated with the experiment
upsert_experiment_tag
project_id
: The project IDexperiment_id
: The experiment IDkey
: The tag keyvalue
: The tag valuetag_type
: The type of tag (default: “generic”)
ExperimentTagsAPIException
: If the API call failsValueError
: If the experiment is not found
ExperimentTag
: The created or updated tag
delete_experiment_tag
project_id
: The project IDexperiment_id
: The experiment IDtag_id
: The tag ID to delete
ExperimentTagsAPIException
: If the API call failsValueError
: If the experiment or tag is not found
dict[str, str]
: Success message