Class CreateCustomClassRequest (2.8.0)

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

Message sent by the client for the CreateCustomClass method. .. attribute:: parent

Required. The parent resource where this custom class will be created. Format: {api_version}/projects/{project}/locations/{location}/customClasses

:type: str

Attributes

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