LogoLogo
  • TABLE OF CONTENTS
  • General Concepts
    • Overview
    • Introduction to Rendered.ai
    • The Rendered.ai Platform
    • Who Uses Rendered.ai?
    • Rendered.ai Licensing and Offerings
  • Application User Guides
    • Overview
    • Quick Start Guide
      • Terminology
      • Content Codes
      • Getting Started with the SDK
    • Tutorials
      • Organization and Workspace Resources
      • Creating and Using Graphs
        • Graph Validation
        • Graph Best Practices
      • Creating and Using Datasets
        • Dataset Annotations
        • Dataset Analytics
        • Domain Adaptation
        • Dataset Comparison
        • Training and Inference
        • Mixing Datasets
        • Dataset Best Practices
      • Creating and Using Volumes
        • Inpaint Service
      • Collaboration
  • Development Guides
    • Overview
    • Ana Software Architecture
      • Basic components
      • Graphs
      • Channels
      • Packages
      • Package Volumes
      • Nodes
      • Schema
      • Ana Modules, Classes, and Functions
      • The anatools Package
      • Graph Validation
        • Typical Validation Use Cases
      • Preview
      • In-tool Help
    • Setting Up the Development Environment
      • Local Development With NVIDIA GPUs
      • Remote Development With AWS EC2
    • Deploying a Channel
    • An Example Channel - Toybox
      • Run and Deploy the Toybox Channel
      • Add a Modifier Node
      • Add a Generator Node
  • Open Source Channels
    • Toybox
    • DIRSIG Channel
  • Release Notes
    • Rendered.ai Platform
      • Platform Version 1.6.0
      • Platform Version 1.5.0
      • Platform Version 1.4.1
      • Platform Version 1.4.0
      • Platform Version 1.3.2
      • Platform Version 1.3.1
      • Platform Version 1.3.0
      • Platform Version 1.2.6
      • Platform Version 1.2.5
      • Platform Version 1.2.4
      • Platform Version 1.2.3
      • Platform Version 1.2.2
      • Platform Version 1.2.1
      • Platform Version 1.2.0
      • Platform Version 1.1.5
      • Platform Version 1.1.4
      • Platform Version 1.1.3
      • Platform Version 1.1.2
      • Platform Version 1.1.1
      • Platform Version 1.1.0
      • Platform Version 1.0.3
      • Platform Version 1.0.2
      • Platform Version 1.0.1
      • Platform Version 1.0.0
      • Platform Version 0.3.4.4
      • Platform Version 0.3.4.3
      • Platform Version 0.3.4.2
      • Platform Version 0.3.4.1
      • Platform Version 0.3.4
      • Platform Version 0.3.3.1
      • Platform Version 0.3.3
      • Platform Version 0.3.2.2
      • Platform Version 0.3.2.1
      • Platform Version 0.3.2
      • Platform Version 0.3.1.6
      • Platform Version 0.3.1.5
      • Platform Version 0.3.1.4
      • Platform Version 0.3.1.3
      • Platform Version 0.3.1.2
      • Platform Version 0.3.1
      • Platform Version 0.3.0.9
      • Platform Version 0.3.0.8
      • Platform Version 0.3.0.7
      • Platform Version 0.3.0.6
      • Platform Version 0.3.0.5
      • Platform Version 0.3.0
      • Platform Version 0.2.15
      • Platform Version 0.2.14
      • Platform Version 0.2.13
      • Platform Version 0.2.12
      • Platform Version 0.2.11
      • Platform Version 0.2.10
      • Platform Version 0.2.9
      • Platform Version 0.2.8
      • Platform Version 0.2.7
      • Platform Version 0.2.6
      • Platform Version 0.2.5
      • Platform Version 0.2.4
      • Platform Version 0.2.3
      • Platform Version 0.2.2
      • Platform Version 0.2.1
      • Platform Version 0.2.0
Powered by GitBook
On this page
Export as PDF
  1. Application User Guides
  2. Tutorials

Organization and Workspace Resources

PreviousTutorialsNextCreating and Using Graphs

Last updated 6 months ago

When managing content in Rendered.ai, it is important to keep in mind the distinction between Organization-level and Workspace-level resources. Resources are content that can be created, modified, deleted and even shared with other organizations. Examples of resources are:

  • Channels

  • Volumes

  • GAN Models

  • Annotation Maps

Organization-level resources are either owned and managed by the organization or the organization has been permitted to use the resource by another organization. Let’s take a look at the list of Channels that are available to a demo organization.

Notice that the list includes two channels:

  • satrgbv2cc - this channel is owned by the Content organization and has been shared with this organization. The organization cannot modify or delete the channel, they can only remove it from their organization.

  • example - this channel is owned by Rendered.ai and has been shared with this organization. The organization cannot modify or delete the channel, they can only remove it from their organization.

Both of these channels can be used to create graphs and synthetic datasets in this organization’s Workspaces. From this page you can also create a new channel by clicking on the New Channel button.

Fill in the fields as you’d like, the channel name and timeout are the only required field. The channel name must be unique to channels that your organization owns. For our example, we will create a new channel named Demo with a timeout of 300 seconds.

After creating the channel, we can see that we have different options for channels we own: Edit and Delete.

Now that we’ve created a new channel, lets see how it can be used.

Managing resources in a Workspace

Workspaces are like projects on the Rendered.ai platform, where you can gather the required resources to solve a problem or use-case. These resources can help solve particular problems like channels for generating synthetic data, volumes for storing and managing content, GAN models for bridging the domain gap and annotation maps for classifying objects correctly in annotations.

There are two ways to add and remove resources to a workspace:

The Workspaces table - From the landing page, you can select your organization Workspaces tab. click on the "list" icon to show the workspaces in a list format, In the list of workspaces, click on the three-button icon to the right of the workspace, then select Resources from the dropdown list.

The Workspace page - You can add and remove resources from a Workspace by clicking the three-button icon on top-left next to the workspace name, then selecting Resources from the dropdown list.

After selecting the Resources button, we land on the Workspace Resources dialog.

Once we have gotten to the Workspace Resources dialog, we can navigate between the different types of resources and modify the lists to either include or exclude a resource from that workspace. This is how Organization resources are exposed to a Workspace. Note that you must click the Save button for changes to take affect. After the workspace resources have been modified, the content will be available in the workspace to help generate synthetic data. In this example, we are adding the toybox-0.2 channel.

Now when we go to create a graph, the new Channel is available from the list to choose from.

Visit the following tutorials to learn more learn more about other resources:

Creating and Using Volumes
Understanding and Using Domain Adaptation
Dataset Annotations
Channels Table
Channels Table
Workspace Table
Workspace Page