Skip to content

ai speech csr dataset update

The ai speech csr dataset update command updates an existing custom speech recognition dataset with an updated name, description, and/or project reference.

Usage

ai speech csr dataset update [...]

Options

Option Description
--key KEY Specify the subscription key to use
--region REGION Specify the region for the speech resource
--dataset URL Specify the dataset URL
--project URL Specify the project URL
--name NAME Specify the name for the dataset
--description DESCRIPTION Specify the description for the dataset
--input path PATH Specify the input path
--output path PATH Specify the output path
--output json FILENAME Specify the output file for JSON response
--foreach in @FILENAME Repeat a command multiple times leveraging options in a file
--save FILENAME Package command line and related configuration into a file
--zip ZIPFILE Specify a ZIP file

Examples

Update dataset name and description
ai speech csr dataset update --key YOUR_KEY --region westus2 --dataset DATASET_URL --name "New Dataset Name" --description "Updated description."
Update dataset project reference
ai speech csr dataset update --key YOUR_KEY --region westus2 --dataset DATASET_URL --project PROJECT_URL