Appearance
SOP-001: Initial Setup
DOCUMENT CONTROL
| Field | Value |
|---|---|
| SOP ID | SOP-001 |
| Version | 1.0 |
| Status | Active |
INFO
Document Control Title: Initial Setup for Vertex AI Studio Version: 1.0 Last Updated: 2023-04-17
Purpose
This Standard Operating Procedure (SOP) document provides the steps to set up Vertex AI Studio for the first time. It covers the necessary configurations and settings to get Vertex AI Studio up and running in your environment.
Procedure Flow
Procedure
Step 1: Sign in to Google Cloud Console
WARNING
Make sure you have the necessary permissions to create a new Google Cloud project and enable the Vertex AI API.
- Go to the Google Cloud Console and sign in with your Google account.
Step 2: Create a new Google Cloud Project
- In the Google Cloud Console, click on the project selector in the top-left corner.
- Click on "New Project" and provide a name for your project.
- Select the appropriate organization (if applicable) and location, then click "Create".
- Wait for the project to be created, then select it from the project selector.
Step 3: Enable the Vertex AI API
- In the Google Cloud Console, navigate to the "APIs & Services" section.
- Click on "Library" in the left-hand menu.
- Search for "Vertex AI" and click on the "Vertex AI" service.
- Click on the "Enable" button to enable the Vertex AI API for your project.
Step 4: Set up Vertex AI Studio
- In the Google Cloud Console, navigate to the "Vertex AI" section.
- Click on "Vertex AI Studio" in the left-hand menu.
- Click on the "Open Vertex AI Studio" button to launch the Vertex AI Studio interface.
- Follow the on-screen instructions to complete the setup process, which may include:
- Configuring your compute resources (e.g., selecting a runtime version, instance type, and disk size)
- Connecting your data sources (e.g., Google Cloud Storage, BigQuery, or other integrations)
- Customizing your Vertex AI Studio workspace (e.g., creating notebooks, importing datasets, or setting up pipelines)
Step 5: Verify the Vertex AI Studio setup
DANGER
Ensure you have completed all the necessary steps before proceeding with further tasks in Vertex AI Studio.
[ ] Verify that you can access the Vertex AI Studio interface from the Google Cloud Console. [ ] Confirm that you can create a new notebook and run a simple test code snippet. [ ] Check that you can access your data sources (e.g., Google Cloud Storage, BigQuery) from within Vertex AI Studio. [ ] Ensure that you can create and run a basic machine learning pipeline in Vertex AI Studio.
Troubleshooting
| Issue | Possible Cause | Resolution |
|---|---|---|
| Unable to access Vertex AI Studio | Incorrect permissions or project selection | 1. Verify that you have the necessary permissions to access Vertex AI Studio. 2. Ensure that you have selected the correct Google Cloud project in the console. |
| Error when creating a notebook | Incorrect runtime configuration | 1. Check the available runtime versions and instance types in your Vertex AI Studio. 2. Ensure that you have selected the appropriate runtime for your use case. |
| Data source integration issues | Incorrect data source credentials or permissions | 1. Verify the connection details and permissions for your data sources. 2. Check that you have the necessary IAM roles and access to the data sources. |
| Pipeline execution failures | Incorrect pipeline configuration or dependencies | 1. Review the pipeline definition and ensure that all components are properly configured. 2. Check the pipeline logs for any errors or missing dependencies. |