# OracleLabsParallelGraphAnalyticsPgxRestApi.SupervisedGraphWiseModelConfig

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**batchSize** | **Number** |  | 
**numEpochs** | **Number** |  | 
**learningRate** | **Number** |  | 
**embeddingDim** | **Number** |  | 
**seed** | **Number** |  | 
**convLayerConfigs** | [**[GraphWiseConvLayerConfig]**](GraphWiseConvLayerConfig.md) |  | 
**standardize** | **Boolean** |  | 
**shuffle** | **Boolean** |  | 
**vertexInputPropertyNames** | **[String]** |  | 
**edgeInputPropertyNames** | **[String]** |  | [optional] 
**fitted** | **Boolean** |  | 
**trainingLoss** | **Number** |  | 
**inputFeatureDim** | **Number** |  | 
**edgeInputFeatureDim** | **Number** |  | [optional] 
**lossFunctionClass** | [**LossFunction**](LossFunction.md) |  | [optional] 
**batchGenerator** | [**BatchGenerator**](BatchGenerator.md) |  | [optional] 
**predictionLayerConfigs** | [**[GraphWisePredictionLayerConfig]**](GraphWisePredictionLayerConfig.md) |  | 
**normalize** | **Boolean** |  | 
**vertexTargetPropertyName** | **String** |  | 
**labelMaps** | [**LabelMaps**](LabelMaps.md) |  | 
**backend** | **String** |  | 

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

* `TORCH` (value: `"TORCH"`)

