CreateHyperParameterTuningJobResponse.fromJson constructor
Implementation
factory CreateHyperParameterTuningJobResponse.fromJson(
    Map<String, dynamic> json) {
  return CreateHyperParameterTuningJobResponse(
    hyperParameterTuningJobArn: json['HyperParameterTuningJobArn'] as String,
  );
}