Class CreateEntityTypeRequest (1.16.1)

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

Request message for FeaturestoreService.CreateEntityType.

Attributes

NameDescription
parent str
Required. The resource name of the Featurestore to create EntityTypes. Format: ``projects/{project}/locations/{location}/featurestores/{featurestore}``
entity_type google.cloud.aiplatform_v1.types.EntityType
The EntityType to create.
entity_type_id str
Required. The ID to use for the EntityType, which will become the final component of the EntityType's resource name. This value may be up to 60 characters, and valid characters are ``[a-z0-9_]``. The first character cannot be a number. The value must be unique within a featurestore.

Inheritance

builtins.object > proto.message.Message > CreateEntityTypeRequest