- Overview
- Getting Started Guide
- UserGuide
-
References
-
ABEJA Platform CLI
- CONFIG COMMAND
- DATALAKE COMMAND
- DATASET COMMAND
- TRAINING COMMAND
-
MODEL COMMAND
- check-endpoint-image
- check-endpoint-json
- create-deployment
- create-endpoint
- create-model
- create-service
- create-trigger
- create-version
- delete-deployment
- delete-endpoint
- delete-model
- delete-service
- delete-version
- describe-deployments
- describe-endpoints
- describe-models
- describe-service-logs
- describe-services
- describe-versions
- download-versions
- run-local
- run-local-server
- start-service
- stop-service
- submit-run
- update-endpoint
- startapp command
-
ABEJA Platform CLI
- FAQ
- Appendix
Register GCS Credentials
GCP GCS
In order to import files into AnnotationTool, you will need a GCP service account key which is authorized to access GCS.
Create a Service Account
Create a service account to publish credential
The service account need to be attatched roles below or another role which have same permission to these roles.
- Storage Object Creator
- Storage Object Viewer
Refer to Creating and managing service accounts about service account
Publish credential
Publish credential of the service account that you created
Refer to Creating and managing service account keys about how to publish a key
Save published key on your local.
Register credential
You can register credential when you create a new project.
Select Google Cloud Storage
on datasource setting section of the screen.
Click Upload Key File
button and upload key JSON file that you saved.