D
Size: a a a
D
customizing-solution-config-hpo
для значений мапы, погуглил, поискал по пакету, не нашел нужных параметров. Нужно через sdk сделать параметры вот как они выглядят на фронте (скрин)// The configuration details of a campaign.
type CampaignConfig struct {
_ struct{} `type:"structure"`
// A string to string map specifying the inference hyperparameters you wish
// to use for hyperparameter optimization. See customizing-solution-config-hpo.
ItemExplorationConfig map[string]*string `locationName:"itemExplorationConfig" type:"map"`
}
AT
AT
AT
JA
AT
D
customizing-solution-config-hpo
для значений мапы, погуглил, поискал по пакету, не нашел нужных параметров. Нужно через sdk сделать параметры вот как они выглядят на фронте (скрин)// The configuration details of a campaign.
type CampaignConfig struct {
_ struct{} `type:"structure"`
// A string to string map specifying the inference hyperparameters you wish
// to use for hyperparameter optimization. See customizing-solution-config-hpo.
ItemExplorationConfig map[string]*string `locationName:"itemExplorationConfig" type:"map"`
}
LB
V
LB