@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModelPackagingConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Configuration information for a Amazon Lookout for Vision model packaging job. For more information, see StartModelPackagingJob.
| Constructor and Description |
|---|
ModelPackagingConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ModelPackagingConfiguration |
clone() |
boolean |
equals(Object obj) |
GreengrassConfiguration |
getGreengrass()
Configuration information for the AWS IoT Greengrass component in a model packaging job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setGreengrass(GreengrassConfiguration greengrass)
Configuration information for the AWS IoT Greengrass component in a model packaging job.
|
String |
toString()
Returns a string representation of this object.
|
ModelPackagingConfiguration |
withGreengrass(GreengrassConfiguration greengrass)
Configuration information for the AWS IoT Greengrass component in a model packaging job.
|
public void setGreengrass(GreengrassConfiguration greengrass)
Configuration information for the AWS IoT Greengrass component in a model packaging job.
greengrass - Configuration information for the AWS IoT Greengrass component in a model packaging job.public GreengrassConfiguration getGreengrass()
Configuration information for the AWS IoT Greengrass component in a model packaging job.
public ModelPackagingConfiguration withGreengrass(GreengrassConfiguration greengrass)
Configuration information for the AWS IoT Greengrass component in a model packaging job.
greengrass - Configuration information for the AWS IoT Greengrass component in a model packaging job.public String toString()
toString in class ObjectObject.toString()public ModelPackagingConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.