AWS::Glue::MLTransform TransformParameters
与机器学习转换关联的特定于算法的参数。
语法
要在 AWS CloudFormation 模板中声明此实体,请使用以下语法:
JSON
{ "FindMatchesParameters" :
FindMatchesParameters
, "TransformType" :String
}
YAML
FindMatchesParameters:
FindMatchesParameters
TransformType:String
属性
FindMatchesParameters
-
查找匹配算法的参数。
必需:否
Update requires: No interruption
TransformType
-
机器学习转换的类型。
FIND_MATCHES
是唯一选项。有关机器学习转换的类型的信息,请参阅创建机器学习转换。
必需:是
类型:字符串
Update requires: No interruption