Files
api-specs/idn/beta/schemas/OutlierMLModelInfo.yaml
2022-11-09 17:34:13 +00:00

21 lines
566 B
YAML

type: object
properties:
trainingTimestamp:
type: string
description: Timestamp when the model was trained
format: date-time
example: '2022-03-12T13:35:39.098Z'
modelVersion:
type: string
description: Version of the model trained
example: '1.0'
features:
type: string
description: Listing of the features in string format used to train the model
example: 'entitlement_count'
scoreThreshold:
type: number
format: float
description: The score threshold of which features are filtered on
example: 0.50