LogoLogo
  • Tensorleap
  • Examples
    • Semantic Segmentation
    • Image Analysis
    • Sentiment Analysis
    • MNIST Project Walkthrough
    • IMDB Project Walkthrough
  • Quickstart using CLI
  • Guides
    • Full Guides
      • MNIST Guide
        • Dataset Integration
        • Model Integration
        • Model Perception Analysis
        • Advanced Metrics
      • IMDB Guide
        • Dataset Integration
        • Model Integration
        • Model Perception Analysis
        • Advanced Metrics
    • Integration Script
      • Preprocess Function
      • Input Encoder
      • Ground Truth Encoder
      • Metadata Function
      • Visualizer Function
      • Prediction
      • Custom Metrics
      • Custom Loss Function
      • Custom Layers
      • Unlabeled Data
      • Examples
        • CelebA Object Detection (YoloV7)
        • Wikipedia Toxicity (using Tensorflow Datasets)
        • Confusion Matrix
        • CelebA Classification (using GCS)
  • Platform
    • Resources Management
    • Project
    • Dataset
    • Secret Manager
    • Network
      • Dataset Node
      • Layers
      • Loss and Optimizer
      • Visualizers
      • Import Model
      • Metrics
    • Evaluate / Train Model
    • Metrics Dashboard
    • Versions
    • Issues
    • Tests
    • Analysis
      • helpers
        • detection
          • YOLO
    • Team management
    • Insights
  • API
    • code_loader
      • leap_binder
        • add_custom_metric
        • set_preprocess
        • set_unlabeled_data_preprocess
        • set_input
        • set_ground_truth
        • set_metadata
        • add_prediction
        • add_custom_loss
        • set_visualizer
      • enums
        • DatasetMetadataType
        • LeapDataType
      • datasetclasses
        • PreprocessResponse
      • visualizer_classes
        • LeapImage
        • LeapImageWithBBox
        • LeapGraph
        • LeapText
        • LeapHorizontalBar
        • LeapImageMask
        • LeapTextMask
  • Tips & Tricks
    • Import External Code
  • Legal
    • Terms of Use
    • Privacy Policy
Powered by GitBook
On this page

Was this helpful?

  1. Platform

Resources Management

PreviousPlatformNextProject

Last updated 3 years ago

Was this helpful?

Resources refer to Secrets, Datasets, and CLI tokens that you can use within the Tensorleap platform. They are set up from the Resources Management page.

Navigate by clicking at the top left and choosing Resources Management.

From the left side of the page, you can:

Generate CLI Token

To generate a CLI token:

  1. Once a CLI token is generated, you can use it to run the following command provided:

leap login [API_ID] [API_KEY]

If you have previously generated a CLI token, this will show a message asking you to disable your current token and generate a new one. Confirm the operation to generate a new token.

Manage Secrets (see )

Manage Datasets (see )

As its name suggests, LEAP CLI allows you to create a project and dataset instance for your models using a command line interface. With a CLI token, you can access Tensorleap from LEAP CLI (see ).

Scroll down to the bottom of the Resources Management page, then click .

Secret Manager
Dataset
Quickstart using CLI
Generate CLI Tokens
Resources Management Page