kfp-tekton/backend/api/python_http_client/docs/ApiExperiment.md

944 B

ApiExperiment

Properties

Name Type Description Notes
id str Output. Unique experiment ID. Generated by API server. [optional]
name str Required input field. Unique experiment name provided by user. [optional]
description str [optional]
created_at datetime Output. The time that the experiment created. [optional]
resource_references **list[ApiResourceReference]** Optional input field. Specify which resource this run belongs to. For Experiment, the only valid resource reference is a single Namespace. [optional]
storage_state ExperimentStorageState [optional]

[Back to Model list] [Back to API list] [Back to README]