Class UpdateCustomClassRequest (2.16.1)

UpdateCustomClassRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Message sent by the client for the UpdateCustomClass method.

Attributes

NameDescription
custom_class google.cloud.speech_v1.types.CustomClass
Required. The custom class to update. The custom class's ``name`` field is used to identify the custom class to be updated. Format: ``projects/{project}/locations/{location}/customClasses/{custom_class}`` Speech-to-Text supports three locations: ``global``, ``us`` (US North America), and ``eu`` (Europe). If you are calling the ``speech.googleapis.com`` endpoint, use the ``global`` location. To specify a region, use a `regional endpoint
update_mask google.protobuf.field_mask_pb2.FieldMask
The list of fields to be updated.

Inheritance

builtins.object > proto.message.Message > UpdateCustomClassRequest