Class CreateCustomClassRequest (2.12.0)

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

Message sent by the client for the CreateCustomClass method.

Attributes

NameDescription
parent str
Required. The parent resource where this custom class will be created. Format: projects/{project}/locations/{location}/customClasses 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 `__ with matching us or eu location value.
custom_class_id str
Required. The ID to use for the custom class, which will become the final component of the custom class' resource name. This value should be 4-63 characters, and valid characters are /a-z][0-9]-/.
custom_class google.cloud.speech_v1p1beta1.types.CustomClass
Required. The custom class to create.