HumanLoopRequestSource.fromJson constructor
Implementation
factory HumanLoopRequestSource.fromJson(Map<String, dynamic> json) {
return HumanLoopRequestSource(
awsManagedHumanLoopRequestSource:
(json['AwsManagedHumanLoopRequestSource'] as String)
.toAwsManagedHumanLoopRequestSource(),
);
}