@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AlgorithmSpecification extends Object implements Serializable, Cloneable, StructuredPojo
Defines the Amazon Braket job to be created. Specifies the container image the job uses and the paths to the Python scripts used for entry and training.
Constructor and Description |
---|
AlgorithmSpecification() |
Modifier and Type | Method and Description |
---|---|
AlgorithmSpecification |
clone() |
boolean |
equals(Object obj) |
ContainerImage |
getContainerImage()
The container image used to create an Amazon Braket job.
|
ScriptModeConfig |
getScriptModeConfig()
Configures the paths to the Python scripts used for entry and training.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setContainerImage(ContainerImage containerImage)
The container image used to create an Amazon Braket job.
|
void |
setScriptModeConfig(ScriptModeConfig scriptModeConfig)
Configures the paths to the Python scripts used for entry and training.
|
String |
toString()
Returns a string representation of this object.
|
AlgorithmSpecification |
withContainerImage(ContainerImage containerImage)
The container image used to create an Amazon Braket job.
|
AlgorithmSpecification |
withScriptModeConfig(ScriptModeConfig scriptModeConfig)
Configures the paths to the Python scripts used for entry and training.
|
public void setContainerImage(ContainerImage containerImage)
The container image used to create an Amazon Braket job.
containerImage
- The container image used to create an Amazon Braket job.public ContainerImage getContainerImage()
The container image used to create an Amazon Braket job.
public AlgorithmSpecification withContainerImage(ContainerImage containerImage)
The container image used to create an Amazon Braket job.
containerImage
- The container image used to create an Amazon Braket job.public void setScriptModeConfig(ScriptModeConfig scriptModeConfig)
Configures the paths to the Python scripts used for entry and training.
scriptModeConfig
- Configures the paths to the Python scripts used for entry and training.public ScriptModeConfig getScriptModeConfig()
Configures the paths to the Python scripts used for entry and training.
public AlgorithmSpecification withScriptModeConfig(ScriptModeConfig scriptModeConfig)
Configures the paths to the Python scripts used for entry and training.
scriptModeConfig
- Configures the paths to the Python scripts used for entry and training.public String toString()
toString
in class Object
Object.toString()
public AlgorithmSpecification clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.