IBM Cloud Docs
Activity Tracking events for Text to Speech

Activity Tracking events for Text to Speech

IBM Cloud

IBM Cloud services, such as Text to Speech, generate activity tracking events.

Activity tracking events report on activities that change the state of a service in IBM Cloud. You can use the events to investigate abnormal activity and critical actions and to comply with regulatory audit requirements.

You can use IBM Cloud Activity Tracker Event Routing, a platform service, to route auditing events in your account to destinations of your choice by configuring targets and routes that define where activity tracking events are sent. For more information, see About IBM Cloud Activity Tracker Event Routing.

You can use IBM Cloud Logs to visualize and alert on events that are generated in your account and routed by IBM Cloud Activity Tracker Event Routing to an IBM Cloud Logs instance.

Locations where activity tracking events are generated

Locations where activity tracking events are sent to IBM Cloud Activity Tracker Event Routing

IBM Watson® Text to Speech sends activity tracking events by IBM Cloud Activity Tracker Event Routing in the regions that are indicated in the following table.

Regions where activity tracking events are sent in Americas locations
Dallas (us-south) Washington (us-east) Toronto (ca-tor) Sao Paulo (br-sao)
Yes Yes No No
Regions where activity tracking events are sent in Asia Pacific locations
Tokyo (jp-tok) Sydney (au-syd) Osaka (jp-osa) Chennai (in-che)
Yes Yes No No
Regions where activity tracking events are sent in Europe locations
Frankfurt (eu-de) London (eu-gb) Madrid (eu-es)
Yes Yes No

Viewing activity tracking events for Text to Speech

You can use IBM Cloud Logs to visualize and alert on events that are generated in your account and routed by IBM Cloud Activity Tracker Event Routing to an IBM Cloud Logs instance.

Launching IBM Cloud Logs from the Observability page

For information on launching the IBM Cloud Logs UI, see Launching the UI in the IBM Cloud Logs documentation..

Customization events

The following tables list the Text to Speech actions for model customization that generate events.

The names of the actions for the customization events have changed. The old names are deprecated. Use the names in the following tables instead. For more information, see Updates to Activity Tracker actions for customization in the release notes for IBM Cloud.

Create events

Customization .create actions that generate events
Action Description
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}).

Read events

Customization .read actions that generate events
Action Description
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}).

Update event

Customization .update action that generates an event
Action Description
text-to-speech.custom-model.update Update a custom model (POST /v1/customizations/{customization_id}).

Delete events

Customization .delete actions that generate events
Action Description
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 events

The following tables list the Text to Speech actions for the Tune by Example feature that generate events.

Create events

Tune by Example .create actions that generate events
Action Description
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}).

Read events

Tune by Example .read actions that generate events
Action Description
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}).

Delete events

Tune by Example .delete actions that generate events
Action Description
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

The following table lists the Text to Speech action for General Data Protection Regulation (GDPR) that generates an event.

GDPR .delete action that generates an event
Action Description
text-to-speech.gdpr-user-data.delete Delete information for a user (DELETE /v1/user_data).