@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JobCheckpointConfig extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the output locations for job checkpoint data.
| Constructor and Description |
|---|
JobCheckpointConfig() |
| Modifier and Type | Method and Description |
|---|---|
JobCheckpointConfig |
clone() |
boolean |
equals(Object obj) |
String |
getLocalPath()
(Optional) The local directory where checkpoints are written.
|
String |
getS3Uri()
Identifies the S3 path where you want Amazon Braket to store checkpoints.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setLocalPath(String localPath)
(Optional) The local directory where checkpoints are written.
|
void |
setS3Uri(String s3Uri)
Identifies the S3 path where you want Amazon Braket to store checkpoints.
|
String |
toString()
Returns a string representation of this object.
|
JobCheckpointConfig |
withLocalPath(String localPath)
(Optional) The local directory where checkpoints are written.
|
JobCheckpointConfig |
withS3Uri(String s3Uri)
Identifies the S3 path where you want Amazon Braket to store checkpoints.
|
public void setLocalPath(String localPath)
(Optional) The local directory where checkpoints are written. The default directory is
/opt/braket/checkpoints/.
localPath - (Optional) The local directory where checkpoints are written. The default directory is
/opt/braket/checkpoints/.public String getLocalPath()
(Optional) The local directory where checkpoints are written. The default directory is
/opt/braket/checkpoints/.
/opt/braket/checkpoints/.public JobCheckpointConfig withLocalPath(String localPath)
(Optional) The local directory where checkpoints are written. The default directory is
/opt/braket/checkpoints/.
localPath - (Optional) The local directory where checkpoints are written. The default directory is
/opt/braket/checkpoints/.public void setS3Uri(String s3Uri)
Identifies the S3 path where you want Amazon Braket to store checkpoints. For example,
s3://bucket-name/key-name-prefix.
s3Uri - Identifies the S3 path where you want Amazon Braket to store checkpoints. For example,
s3://bucket-name/key-name-prefix.public String getS3Uri()
Identifies the S3 path where you want Amazon Braket to store checkpoints. For example,
s3://bucket-name/key-name-prefix.
s3://bucket-name/key-name-prefix.public JobCheckpointConfig withS3Uri(String s3Uri)
Identifies the S3 path where you want Amazon Braket to store checkpoints. For example,
s3://bucket-name/key-name-prefix.
s3Uri - Identifies the S3 path where you want Amazon Braket to store checkpoints. For example,
s3://bucket-name/key-name-prefix.public String toString()
toString in class ObjectObject.toString()public JobCheckpointConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.