我想做一个实验
这是我的代码:
import kfp
KUBEFLOW_HOST = "http://localhost:8080/pipeline"
client = kfp.Client(host=KUBEFLOW_HOST)
my_experiment = client.create_experiment(name='Basic Experiment')
报错内容如下:
{
"error":"Failed to authorize the request: Failed to authorize with the experiment ID.: ResourceNotFoundError: Experiment None not found.",
"code":5,
"message":"Failed to authorize the request: Failed to authorize with the experiment ID.: ResourceNotFoundError: Experiment None not found.",
"details":[{"@type":"type.googleapis.com/api.Error","error_message":"Experiment None not found.","error_details":"Failed to authorize the request: Failed to authorize with the experiment ID.: ResourceNotFoundError: Experiment None not found."}]
}