@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AutoMLContainerDefinition extends Object implements Serializable, Cloneable, StructuredPojo
A list of container definitions that describe the different containers that make up one AutoML candidate. Refer to ContainerDefinition for more details.
Constructor and Description |
---|
AutoMLContainerDefinition() |
Modifier and Type | Method and Description |
---|---|
AutoMLContainerDefinition |
addEnvironmentEntry(String key,
String value) |
AutoMLContainerDefinition |
clearEnvironmentEntries()
Removes all the entries added into Environment.
|
AutoMLContainerDefinition |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getEnvironment()
Environment variables to set in the container.
|
String |
getImage()
The ECR path of the container.
|
String |
getModelDataUrl()
The location of the model artifacts.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEnvironment(Map<String,String> environment)
Environment variables to set in the container.
|
void |
setImage(String image)
The ECR path of the container.
|
void |
setModelDataUrl(String modelDataUrl)
The location of the model artifacts.
|
String |
toString()
Returns a string representation of this object.
|
AutoMLContainerDefinition |
withEnvironment(Map<String,String> environment)
Environment variables to set in the container.
|
AutoMLContainerDefinition |
withImage(String image)
The ECR path of the container.
|
AutoMLContainerDefinition |
withModelDataUrl(String modelDataUrl)
The location of the model artifacts.
|
public void setImage(String image)
The ECR path of the container. Refer to ContainerDefinition for more details.
image
- The ECR path of the container. Refer to ContainerDefinition for more details.public String getImage()
The ECR path of the container. Refer to ContainerDefinition for more details.
public AutoMLContainerDefinition withImage(String image)
The ECR path of the container. Refer to ContainerDefinition for more details.
image
- The ECR path of the container. Refer to ContainerDefinition for more details.public void setModelDataUrl(String modelDataUrl)
The location of the model artifacts. Refer to ContainerDefinition for more details.
modelDataUrl
- The location of the model artifacts. Refer to ContainerDefinition for more details.public String getModelDataUrl()
The location of the model artifacts. Refer to ContainerDefinition for more details.
public AutoMLContainerDefinition withModelDataUrl(String modelDataUrl)
The location of the model artifacts. Refer to ContainerDefinition for more details.
modelDataUrl
- The location of the model artifacts. Refer to ContainerDefinition for more details.public Map<String,String> getEnvironment()
Environment variables to set in the container. Refer to ContainerDefinition for more details.
public void setEnvironment(Map<String,String> environment)
Environment variables to set in the container. Refer to ContainerDefinition for more details.
environment
- Environment variables to set in the container. Refer to ContainerDefinition for more details.public AutoMLContainerDefinition withEnvironment(Map<String,String> environment)
Environment variables to set in the container. Refer to ContainerDefinition for more details.
environment
- Environment variables to set in the container. Refer to ContainerDefinition for more details.public AutoMLContainerDefinition addEnvironmentEntry(String key, String value)
public AutoMLContainerDefinition clearEnvironmentEntries()
public String toString()
toString
in class Object
Object.toString()
public AutoMLContainerDefinition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.