Настройка среды облачной оболочки Google для Cloud ML
Я пытаюсь настроить облачную оболочку Google для моего облачного проекта Google, в котором используется Cloud ML.
Я следую инструкциям на их странице настройки:
Начало настройки | Google Cloud Machine Learning
Я выполнил эту команду в моем cloud shell
:
curl https://raw.githubusercontent.com/GoogleCloudPlatform/cloudml-samples/master/tools/setup_cloud_shell.sh | удар
Последняя часть выходной трассировки для этого была:
- эхо "Удачи! В вашей среде есть необходимые инструменты и зависимости. Успех! Ваша среда имеет необходимые инструменты и зависимости.
Эта команда:
экспорт PATH=${HOME}/.local/bin:${PATH}
Не производит никакого выхода.
И, наконец, команда для проверки среды:
curl https://raw.githubusercontent.com/GoogleCloudPlatform/cloudml-samples/master/tools/check_environment.py | питон
Производит этот вывод:
vineetkaushik053@cloudshell:~$ curl https://raw.githubusercontent.com/GoogleCloudPlatform/cloudml-samples/master/tools/check_environment.py | python
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 3814 100 3814 0 0 17274 0 --:--:-- --:--:-- --:--:-- 17257
You are using pip version 8.1.1, however version 9.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
You are using pip version 8.1.1, however version 9.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Your active configuration is: [cloudshell-11180]
ERROR: Unable to list Cloud ML models: {
"error": {
"code": 400,
"message": "Field: parent Error: Name should be in the form of 'projects/your-project-id'",
"status": "INVALID_ARGUMENT",
"details": [
{
"@type": "type.googleapis.com/google.rpc.BadRequest",
"fieldViolations": [
{
"field": "parent",
"description": "Name should be in the form of 'projects/your-project-id'"
}
]
}
]
}
}
Когда это должно быть производство:
"Успех! Ваша среда настроена правильно." когда скрипт завершится успешно.
Пожалуйста, скажите мне, как решить эту проблему, чтобы я мог перейти к следующей части установки.
1 ответ
Решено это.
Нужно настроить проект для окружающей среды. Вы можете использовать эту команду:
gcloud config установить проект your-project-ID