Class ModelIdentifier
- java.lang.Object
-
- org.kie.kogito.explainability.api.ModelIdentifier
-
public class ModelIdentifier extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringRESOURCE_ID_SEPARATOR
-
Constructor Summary
Constructors Constructor Description ModelIdentifier()ModelIdentifier(@NotBlank String resourceType, @NotBlank String resourceId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetResourceId()StringgetResourceType()
-
-
-
Field Detail
-
RESOURCE_ID_SEPARATOR
public static final String RESOURCE_ID_SEPARATOR
- See Also:
- Constant Field Values
-
-