toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final deployedModelId = this.deployedModelId;
  final objectiveConfig = this.objectiveConfig;
  return {
    'deployedModelId': ?deployedModelId,
    'objectiveConfig': ?objectiveConfig,
  };
}