@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OptimizationConfig extends Object implements Serializable, Cloneable, StructuredPojo
Settings for an optimization technique that you apply with a model optimization job.
Constructor and Description |
---|
OptimizationConfig() |
Modifier and Type | Method and Description |
---|---|
OptimizationConfig |
clone() |
boolean |
equals(Object obj) |
ModelCompilationConfig |
getModelCompilationConfig()
Settings for the model compilation technique that's applied by a model optimization job.
|
ModelQuantizationConfig |
getModelQuantizationConfig()
Settings for the model quantization technique that's applied by a model optimization job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setModelCompilationConfig(ModelCompilationConfig modelCompilationConfig)
Settings for the model compilation technique that's applied by a model optimization job.
|
void |
setModelQuantizationConfig(ModelQuantizationConfig modelQuantizationConfig)
Settings for the model quantization technique that's applied by a model optimization job.
|
String |
toString()
Returns a string representation of this object.
|
OptimizationConfig |
withModelCompilationConfig(ModelCompilationConfig modelCompilationConfig)
Settings for the model compilation technique that's applied by a model optimization job.
|
OptimizationConfig |
withModelQuantizationConfig(ModelQuantizationConfig modelQuantizationConfig)
Settings for the model quantization technique that's applied by a model optimization job.
|
public void setModelQuantizationConfig(ModelQuantizationConfig modelQuantizationConfig)
Settings for the model quantization technique that's applied by a model optimization job.
modelQuantizationConfig
- Settings for the model quantization technique that's applied by a model optimization job.public ModelQuantizationConfig getModelQuantizationConfig()
Settings for the model quantization technique that's applied by a model optimization job.
public OptimizationConfig withModelQuantizationConfig(ModelQuantizationConfig modelQuantizationConfig)
Settings for the model quantization technique that's applied by a model optimization job.
modelQuantizationConfig
- Settings for the model quantization technique that's applied by a model optimization job.public void setModelCompilationConfig(ModelCompilationConfig modelCompilationConfig)
Settings for the model compilation technique that's applied by a model optimization job.
modelCompilationConfig
- Settings for the model compilation technique that's applied by a model optimization job.public ModelCompilationConfig getModelCompilationConfig()
Settings for the model compilation technique that's applied by a model optimization job.
public OptimizationConfig withModelCompilationConfig(ModelCompilationConfig modelCompilationConfig)
Settings for the model compilation technique that's applied by a model optimization job.
modelCompilationConfig
- Settings for the model compilation technique that's applied by a model optimization job.public String toString()
toString
in class Object
Object.toString()
public OptimizationConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.