Package ai.vectros.types
Interface EntityRequest.ExternalIdStage
- All Known Implementing Classes:
EntityRequest.Builder
- Enclosing class:
EntityRequest
public static interface EntityRequest.ExternalIdStage
-
Method Summary
Modifier and TypeMethodDescriptionexternalId(@NotNull String externalId) Your own unique identifier for this entity, unique within its namespace.from(EntityRequest other)
-
Method Details
-
externalId
Your own unique identifier for this entity, unique within its namespace. Used for idempotent create: if an entity with this
externalIdalready exists in the namespace, it is returned instead of creating a duplicate. -
from
-