Categories

Versions

Create Project (AI Hub) (Admin Tools)

Synopsis

This operator creates a Project on an AI Hub.

Description

This operator creates a Project on an AI Hub. It returns the same columns as the Get Projects for a single Project.

Input

  • con (Connection)

    An AI Hub Connection IOObject.

Output

  • con

    The AI Hub Connection IOObject from the input port, delivered as a passthru.

  • exa (Data table)

    An ExampleSet containing information about the created Project on an AI Hub.

Parameters

  • name The URL conform ID of the Project, e.g., my-test-project
  • display name The display name of the Project, e.g., My Test Project
  • description The description of the Project, e.g., This Project is an attempt to solve a problem.
  • initialize Optional parameter to initialize the underlying Git repository
  • lfs enabled Optional parameter if LFS (large file support) is enabled for the underlying git repository
  • permissions A map of group name and their privileges (access which translates to AI Hub's READ and WRITE permissions) and owner which translates to AI Hub's OWNER privilege
  • fail on error Determine if process fails when there was an error invoking the creation request.
  • secret The optional secret to encrypt certain assets in your Project. If none is set, AI Hub will generate one automatically. Format is JSON.