toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (bigqueryImportKeys != null)
'bigqueryImportKeys': bigqueryImportKeys!,
if (boundingPolyConfig != null)
'boundingPolyConfig': boundingPolyConfig!,
if (evaluationConfig != null) 'evaluationConfig': evaluationConfig!,
if (evaluationJobAlertConfig != null)
'evaluationJobAlertConfig': evaluationJobAlertConfig!,
if (exampleCount != null) 'exampleCount': exampleCount!,
if (exampleSamplePercentage != null)
'exampleSamplePercentage': exampleSamplePercentage!,
if (humanAnnotationConfig != null)
'humanAnnotationConfig': humanAnnotationConfig!,
if (imageClassificationConfig != null)
'imageClassificationConfig': imageClassificationConfig!,
if (inputConfig != null) 'inputConfig': inputConfig!,
if (textClassificationConfig != null)
'textClassificationConfig': textClassificationConfig!,
};