@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchInferenceJobConfig extends Object implements Serializable, Cloneable, StructuredPojo
The configuration details of a batch inference job.
| Constructor and Description |
|---|
BatchInferenceJobConfig() |
| Modifier and Type | Method and Description |
|---|---|
BatchInferenceJobConfig |
addItemExplorationConfigEntry(String key,
String value)
Add a single ItemExplorationConfig entry
|
BatchInferenceJobConfig |
clearItemExplorationConfigEntries()
Removes all the entries added into ItemExplorationConfig.
|
BatchInferenceJobConfig |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getItemExplorationConfig()
A string to string map specifying the inference hyperparameters you wish to use for hyperparameter optimization.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setItemExplorationConfig(Map<String,String> itemExplorationConfig)
A string to string map specifying the inference hyperparameters you wish to use for hyperparameter optimization.
|
String |
toString()
Returns a string representation of this object.
|
BatchInferenceJobConfig |
withItemExplorationConfig(Map<String,String> itemExplorationConfig)
A string to string map specifying the inference hyperparameters you wish to use for hyperparameter optimization.
|
public Map<String,String> getItemExplorationConfig()
A string to string map specifying the inference hyperparameters you wish to use for hyperparameter optimization. See customizing-solution-config-hpo.
public void setItemExplorationConfig(Map<String,String> itemExplorationConfig)
A string to string map specifying the inference hyperparameters you wish to use for hyperparameter optimization. See customizing-solution-config-hpo.
itemExplorationConfig - A string to string map specifying the inference hyperparameters you wish to use for hyperparameter
optimization. See customizing-solution-config-hpo.public BatchInferenceJobConfig withItemExplorationConfig(Map<String,String> itemExplorationConfig)
A string to string map specifying the inference hyperparameters you wish to use for hyperparameter optimization. See customizing-solution-config-hpo.
itemExplorationConfig - A string to string map specifying the inference hyperparameters you wish to use for hyperparameter
optimization. See customizing-solution-config-hpo.public BatchInferenceJobConfig addItemExplorationConfigEntry(String key, String value)
public BatchInferenceJobConfig clearItemExplorationConfigEntries()
public String toString()
toString in class ObjectObject.toString()public BatchInferenceJobConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.