Uses of Record Class
com.knezevic.edaf.v3.coco.model.CocoOptimizerRow
Packages that use CocoOptimizerRow
Package
Description
COCO campaign domain DTOs.
COCO persistence implementations.
-
Uses of CocoOptimizerRow in com.knezevic.edaf.v3.coco.model
Methods in com.knezevic.edaf.v3.coco.model that return types with arguments of type CocoOptimizerRowModifier and TypeMethodDescriptionCocoCampaignSnapshot.optimizers()Returns the value of theoptimizersrecord component.Constructor parameters in com.knezevic.edaf.v3.coco.model with type arguments of type CocoOptimizerRowModifierConstructorDescriptionCocoCampaignSnapshot(String campaignId, String name, String suite, String status, String createdAt, String startedAt, String finishedAt, String dimensionsJson, String instancesJson, String functionsJson, String notes, List<CocoOptimizerRow> optimizers, List<CocoAggregateRow> aggregates, List<CocoTrialRow> trials) Creates an instance of aCocoCampaignSnapshotrecord class. -
Uses of CocoOptimizerRow in com.knezevic.edaf.v3.coco.persistence
Methods in com.knezevic.edaf.v3.coco.persistence that return types with arguments of type CocoOptimizerRow