# OracleLabsParallelGraphAnalyticsPgxRestApi.GraphWiseInferenceRequest

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**graphId** | [**PgxId**](PgxId.md) |  | [optional] 
**vertex** | [**IdTypedObject**](IdTypedObject.md) |  | [optional] 
**verticesWrapped** | **Boolean** |  | [optional] 
**modelType** | **String** |  | [optional] 
**threshold** | **Number** |  | [optional] 
**numClusters** | **Number** |  | [optional] 
**numSamples** | **Number** |  | [optional] 
**csrfToken** | **String** | CSRF token | [optional] 

<a name="ModelTypeEnum"></a>
## Enum: ModelTypeEnum

* `SUPERVISED` (value: `"SUPERVISED"`)
* `UNSUPERVISED` (value: `"UNSUPERVISED"`)

