- 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
create-channel
Description
Create channel on the datalake
Synopsis
$ abeja datalake create-channel [--help]
Usage: abeja datalake create-channel [OPTIONS]
Create DataLake channel
Options:
-n, --name TEXT Name
-d, --description TEXT Description
--help Show this message and exit.
Options
-n
, --name
Specifies the name of the channel.
-d
, --description
Input a description of the channel.
Example
channel creation
Command:
$ abeja datalake create-channel --name test-channel-1 \
--description "this is a channel for testing"