@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModelExplainabilityAppSpecification extends Object implements Serializable, Cloneable, StructuredPojo
Docker container image configuration object for the model explainability job.
Constructor and Description |
---|
ModelExplainabilityAppSpecification() |
Modifier and Type | Method and Description |
---|---|
ModelExplainabilityAppSpecification |
addEnvironmentEntry(String key,
String value)
Add a single Environment entry
|
ModelExplainabilityAppSpecification |
clearEnvironmentEntries()
Removes all the entries added into Environment.
|
ModelExplainabilityAppSpecification |
clone() |
boolean |
equals(Object obj) |
String |
getConfigUri()
JSON formatted S3 file that defines explainability parameters.
|
Map<String,String> |
getEnvironment()
Sets the environment variables in the Docker container.
|
String |
getImageUri()
The container image to be run by the model explainability job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConfigUri(String configUri)
JSON formatted S3 file that defines explainability parameters.
|
void |
setEnvironment(Map<String,String> environment)
Sets the environment variables in the Docker container.
|
void |
setImageUri(String imageUri)
The container image to be run by the model explainability job.
|
String |
toString()
Returns a string representation of this object.
|
ModelExplainabilityAppSpecification |
withConfigUri(String configUri)
JSON formatted S3 file that defines explainability parameters.
|
ModelExplainabilityAppSpecification |
withEnvironment(Map<String,String> environment)
Sets the environment variables in the Docker container.
|
ModelExplainabilityAppSpecification |
withImageUri(String imageUri)
The container image to be run by the model explainability job.
|
public void setImageUri(String imageUri)
The container image to be run by the model explainability job.
imageUri
- The container image to be run by the model explainability job.public String getImageUri()
The container image to be run by the model explainability job.
public ModelExplainabilityAppSpecification withImageUri(String imageUri)
The container image to be run by the model explainability job.
imageUri
- The container image to be run by the model explainability job.public void setConfigUri(String configUri)
JSON formatted S3 file that defines explainability parameters. For more information on this JSON configuration file, see Configure model explainability parameters.
configUri
- JSON formatted S3 file that defines explainability parameters. For more information on this JSON
configuration file, see Configure model explainability parameters.public String getConfigUri()
JSON formatted S3 file that defines explainability parameters. For more information on this JSON configuration file, see Configure model explainability parameters.
public ModelExplainabilityAppSpecification withConfigUri(String configUri)
JSON formatted S3 file that defines explainability parameters. For more information on this JSON configuration file, see Configure model explainability parameters.
configUri
- JSON formatted S3 file that defines explainability parameters. For more information on this JSON
configuration file, see Configure model explainability parameters.public Map<String,String> getEnvironment()
Sets the environment variables in the Docker container.
public void setEnvironment(Map<String,String> environment)
Sets the environment variables in the Docker container.
environment
- Sets the environment variables in the Docker container.public ModelExplainabilityAppSpecification withEnvironment(Map<String,String> environment)
Sets the environment variables in the Docker container.
environment
- Sets the environment variables in the Docker container.public ModelExplainabilityAppSpecification addEnvironmentEntry(String key, String value)
public ModelExplainabilityAppSpecification clearEnvironmentEntries()
public String toString()
toString
in class Object
Object.toString()
public ModelExplainabilityAppSpecification clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.