factory TrainingJobStepMetadata.fromJson(Map<String, dynamic> json) { return TrainingJobStepMetadata( arn: json['Arn'] as String?, ); }