FlywheelEntityRecognitionConfigArgs

data class FlywheelEntityRecognitionConfigArgs(val entityTypes: Output<List<FlywheelEntityTypesListItemArgs>>? = null) : ConvertibleToJava<FlywheelEntityRecognitionConfigArgs>

Constructors

Link copied to clipboard
constructor(entityTypes: Output<List<FlywheelEntityTypesListItemArgs>>? = null)

Properties

Link copied to clipboard

Up to 25 entity types that the model is trained to recognize.

Functions

Link copied to clipboard
open override fun toJava(): FlywheelEntityRecognitionConfigArgs