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}).

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).