PredictionService
injectable
Methods
Section titled “Methods”classify
Section titled “classify”classify(objectIDs: string[], schemaObjectTypeId: string): Observable<Record<string, PredictionClassifyResult>>Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
| objectIDs | string[] | |
| schemaObjectTypeId | string |
extract
Section titled “extract”extract(schemaObjectTypeId: string, objectIDs: string[]): Observable<Record<string, PredictionExtractResult>>Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
| schemaObjectTypeId | string | |
| objectIDs | string[] |