Audit events for Watson Speech services
The Audit Logging Service generates and forwards auditable events for the Watson Speech services.
Speech to Text audit events
- Language model customization create events
-
speech-to-text.custom-language-model.create
– Create a custom language model (POST /v1/customizations
).speech-to-text.custom-language-model-word-list.create
– Create a word list for a custom language model (POST /v1/customizations/{customization_id}/words
).speech-to-text.custom-language-model-word.create
– Create a word for a custom language model (PUT /v1/customizations/{customization_id}/words/{word_name}
).speech-to-text.custom-language-model-corpus.create
– Create a corpus for a custom language model (POST /v1/customizations/{customization_id}/corpora/{corpus_name}
).speech-to-text.custom-language-model-grammar.create
– Create a grammar for a custom language model (POST /v1/customizations/{customization_id}/grammars/{grammar_name}
).
- Language model customization read events
-
speech-to-text.custom-language-model-list.read
– Read a list of custom language models (GET /v1/customizations
).speech-to-text.custom-language-model.read
– Read a custom language model (GET /v1/customizations/{customization_id}
).speech-to-text.custom-language-model-word-list.read
– Read a word list of a custom language model (GET /v1/customizations/{customization_id}/words
).speech-to-text.custom-language-model-word.read
– Read a word for a custom language model (GET /v1/customizations/{customization_id}/words/{word_name}
).speech-to-text.custom-language-model-corpus-list.read
– Read a corpus list of a custom language model (GET /v1/customizations/{customization_id}/corpora
).speech-to-text.custom-language-model-corpus.read
– Read a corpus of a custom language model (GET /v1/customizations/{customization_id}/corpora/{corpus_name}
).speech-to-text.custom-language-model-grammar-list.read
– Read a grammar list of a custom language model (GET /v1/customizations/{customization_id}/grammars
).speech-to-text.custom-language-model-grammar.read
– Read a grammar of a custom language model (GET /v1/customizations/{customization_id}/grammars/{grammar_name}
).
- Language model customization delete events
-
speech-to-text.custom-language-model.delete
– Delete a custom language model (DELETE /v1/customizations/{customization_id}
).speech-to-text.custom-language-model-word.delete
– Delete a word from a custom language model (DELETE /v1/customizations/{customization_id}/words/{word_name}
).speech-to-text.custom-language-model-corpus.delete
– Delete a corpus from a custom language model (DELETE /v1/customizations/{customization_id}/corpora/{corpus_name}
).speech-to-text.custom-language-model-grammar.delete
– Delete a grammar from a custom language model (DELETE /v1/customizations/{customization_id}/grammars/{grammar_name}
).
- Language model customization train event
-
speech-to-text.custom-language-model.train
– Train a custom language model (POST /v1/customizations/{customization_id}/train
).
- Language model customization reset event
-
speech-to-text.custom-language-model.reset
– Reset a custom language model (POST /v1/customizations/{customization_id}/reset
).
- Language model customization upgrade event
-
speech-to-text.custom-language-model.upgrade
– Upgrade a custom language model (POST /v1/customizations/{customization_id}/upgrade_model
).
- Acoustic model customization create events
-
speech-to-text.custom-acoustic-model.create
– Create a custom acoustic model (POST /v1/acoustic_customizations
).speech-to-text.custom-acoustic-model-audio.create
– Create an audio for a custom acoustic model (POST /v1/acoustic_customizations/{customization_id}/audio/{audio_name}
).
- Acoustic model customization read events
-
speech-to-text.custom-acoustic-model-list.read
– Read a list of custom acoustic models (GET /v1/acoustic_customizations
).speech-to-text.custom-acoustic-model.read
– Read a custom acoustic model (GET /v1/acoustic_customizations/{customization_id}
).speech-to-text.custom-acoustic-model-audio-list.read
– Read an audio list of a custom acoustic model (GET /v1/acoustic_customizations/{customization_id}/audio
).speech-to-text.custom-acoustic-model-audio.read
– Read an audio of a custom acoustic model (GET /v1/acoustic_customizations/{customization_id}/audio/{audio_name}
).
- Acoustic model customization delete events
-
speech-to-text.custom-acoustic-model.delete
– Delete a custom acoustic model (DELETE /v1/acoustic_customizations/{customization_id}
).speech-to-text.custom-acoustic-model-audio.delete
– Delete an audio from a custom acoustic model (DELETE /v1/acoustic_customizations/{customization_id}/audio/{audio_name}
).
- Acoustic model customization train event
-
speech-to-text.custom-acoustic-model.train
– Train a custom acoustic model (POST /v1/acoustic_customizations/{customization_id}/train
).
- Acoustic model customization reset event
-
speech-to-text.custom-acoustic-model.reset
– Reset a custom acoustic model (POST /v1/acoustic_customizations/{customization_id}/reset
).
- Acoustic model customization upgrade event
-
speech-to-text.custom-acoustic-model.upgrade
– Upgrade a custom acoustic model (POST /v1/acoustic_customizations/{customization_id}/upgrade_model
).
- Asynchronous interface create events
-
speech-to-text.async-recognition-job.create
– Create an asynchronous recognition job (POST /v1/recognitions
).speech-to-text.async-recognition-notification-url.create
– Create an asynchronous recognition notification URL (POST /v1/register_callback
).
- Asynchronous interface read events
-
speech-to-text.async-recognition-job-list.read
– Read an asynchronous recognition job list (GET /v1/recognitions
).speech-to-text.async-recognition-job.read
– Read an asynchronous recognition job (GET /v1/recognitions/{id}
).
- Asynchronous interface delete events
-
speech-to-text.async-recognition-job.delete
– Delete an asynchronous recognition job (DELETE /v1/recognitions/{id}
).speech-to-text.async-recognition-notification-url.delete
– Delete an asynchronous recognition notification URL (POST /v1/unregister_callback
).
- GDPR event
-
speech-to-text.gdpr-user-data.delete
– Delete information for a user (DELETE /v1/user_data
).
Text to Speech audit events
- Customization create events
-
text-to-speech.custom-model.create
– Create a custom model (POST /v1/customizations
).text-to-speech.custom-model-word-list.create
– Create a word list for a custom model (POST /v1/customizations/{customization_id}/words
).text-to-speech.custom-model-word.create
– Create a word for a custom model (PUT /v1/customizations/{customization_id}/words/{word}
).
- Customization read events
-
text-to-speech.custom-model-list.read
– Read a list of custom models created by a user (GET /v1/customizations
).text-to-speech.custom-model.read
– Read a custom model (GET /v1/customizations/{customization_id}
).text-to-speech.custom-model-word-list.read
– Read a word list for a custom model (GET /v1/customizations/{customization_id}/words
).text-to-speech.custom-model-word.read
– Read a word for a custom model (GET /v1/customizations/{customization_id}/words/{word}
).
- Customization update event
-
text-to-speech.custom-model.update
– Update a custom model (POST /v1/customizations/{customization_id}
).
- Customization delete events
-
text-to-speech.custom-model.delete
– Delete a custom model (DELETE /v1/customizations/{customization_id}
).text-to-speech.custom-model-word.delete
– Delete a word from a custom model (DELETE /v1/customizations/{customization_id}/words/{word}
).
- Tune by Example create events
-
text-to-speech.speaker.create
– Create a speaker (POST /v1/speakers/{speaker_name}
).text-to-speech.custom-model-prompt.create
– Create a prompt for a custom model (POST /v1/customizations/{customization_id}/prompts/{prompt_id}
).
- Tune by Example read events
-
text-to-speech.speaker-list.read
– Read a list of speakers (GET /v1/speakers
).text-to-speech.speaker-prompt-list.read
– Read a list of prompts for a speaker (GET /v1/speakers/{speaker_id}
).text-to-speech.custom-model-prompt-list.read
– Read a list of prompts for a custom model (GET /v1/customizations/{customization_id}/prompts
).text-to-speech.custom-model-prompt.read
– Read a prompt for a custom model (GET /v1/customizations/{customization_id}/prompts/{prompt_id}
).
- Tune by Example delete events
-
text-to-speech.speaker.delete
– Delete a speaker (DELETE /v1/speakers/{speaker_id}
).text-to-speech.custom-model-prompt.delete
– Delete a prompt from a custom model (DELETE /v1/customizations/{customization_id}/prompts/{prompt_id}
).
- GDPR event
-
text-to-speech.gdpr-user-data.delete
– Delete information for a user (DELETE /v1/user_data
).