Graviti Help Center
  • Graviti Help Center
  • Developer Documentation
    • Developer Tools
      • Graviti Python SDK
      • Graviti CLI
      • Graviti Open API
        • DataSet Operation
        • Data Operation
        • Examples
          • Model training
          • Data mining
  • Product Documentation
    • TensorBay
      • TensorBay: For All Stages of Algorithm Research
      • Quick Start for Developers
      • Quick Start for Team
      • How to Quickly Prepare a Dataset
        • How to Create a New Dataset
        • Manage Data in Cloud Storage
        • Create a Dataset by Filtering
        • Create a Dataset by Merging
        • Quick Use of Open Datasets by Forking
      • Version Control
        • Manage Data Files
        • Manage Annotations
        • Manage Dataset Information
        • Manage Versions
        • Manage Dataset Branches
        • Dataset Activities
        • Dataset Settings
      • Pharos Online Data Visualization
        • Explore Pharos
        • Pharos Visualization Widgets Instruction
      • Collaboration
        • Create a New Team
        • Invite Team Members
        • Team Management
        • Dataset Management
        • View Activity Log
      • How to Integrate TensorBay into Your Pipeline
      • Action
        • Create a Workflow
        • Run Workflows
        • Manage Workflows
        • YAML Syntax Description
        • Crontab syntax Description
        • Automatic Configurations
    • Open Datasets
      • Basic Concepts
      • Search for Datasets
      • Preview Data and Label Distribution Online
      • Use and Manage Datasets Online
      • Download Open Datasets
      • Didn't find the dataset you want?
  • APPs
    • GroundTruth Tools
      • Annotate pictures
    • Sextant
      • Create an Evaluation
      • Custom Metrics
      • Start to Evaluate
      • View Results
  • Release Note
  • Graviti Official Website
Powered by GitBook
On this page
  • Developer Tools
  • Obtain AccessKey

Was this helpful?

  1. Product Documentation
  2. TensorBay

How to Integrate TensorBay into Your Pipeline

PreviousView Activity LogNextAction

Last updated 2 years ago

Was this helpful?

Graviti provides multiple flexible developer tools, including PythonSDK, CLI, and Open API, to quickly integrate your data with your pipeline through specific documentation and use cases.

Developer Tools

  • Click Developer Tools in the top navigation bar at GAS to view examples of usage of PythonSDK, CLI, and Open API. Select the corresponding tools according to your needs, and view the specific use documentation.

  • When reading or uploading data into your workspace through Graviti developer tools, users are required to use their own AccessKey for authentication. Note: The AccessKey of different workspaces have the same permissions as the workspace, and the AccessKey of different spaces are not compatible with each other.

Obtain AccessKey

  • Click Developer Tools in the top navigation bar at GAS, and select AccessKey in the left menu.

  • Click Create AccessKey to create the AccessKey of your current workspace. Note: The access permissions of the AccessKey are consistent with those of your current workspace, and each workspace can have at most 5 AccessKeys. You can also cancel the access permission of the created key by clicking on Delete AccessKey.

The AccessKey in the notification message is the key for you to access the Graviti SDK and Open API. You have full permissions for the account. Please keep the key properly. Do not disclose your AccessKey to external channels in any way to avoid malicious exploitation and security threats.

Developer Tools