@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TensorBoardOutputConfig extends Object implements Serializable, Cloneable, StructuredPojo
Configuration of storage locations for the Amazon SageMaker Debugger TensorBoard output data.
Constructor and Description |
---|
TensorBoardOutputConfig() |
Modifier and Type | Method and Description |
---|---|
TensorBoardOutputConfig |
clone() |
boolean |
equals(Object obj) |
String |
getLocalPath()
Path to local storage location for tensorBoard output.
|
String |
getS3OutputPath()
Path to Amazon S3 storage location for TensorBoard output.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLocalPath(String localPath)
Path to local storage location for tensorBoard output.
|
void |
setS3OutputPath(String s3OutputPath)
Path to Amazon S3 storage location for TensorBoard output.
|
String |
toString()
Returns a string representation of this object.
|
TensorBoardOutputConfig |
withLocalPath(String localPath)
Path to local storage location for tensorBoard output.
|
TensorBoardOutputConfig |
withS3OutputPath(String s3OutputPath)
Path to Amazon S3 storage location for TensorBoard output.
|
public void setLocalPath(String localPath)
Path to local storage location for tensorBoard output. Defaults to /opt/ml/output/tensorboard
.
localPath
- Path to local storage location for tensorBoard output. Defaults to /opt/ml/output/tensorboard
.public String getLocalPath()
Path to local storage location for tensorBoard output. Defaults to /opt/ml/output/tensorboard
.
/opt/ml/output/tensorboard
.public TensorBoardOutputConfig withLocalPath(String localPath)
Path to local storage location for tensorBoard output. Defaults to /opt/ml/output/tensorboard
.
localPath
- Path to local storage location for tensorBoard output. Defaults to /opt/ml/output/tensorboard
.public void setS3OutputPath(String s3OutputPath)
Path to Amazon S3 storage location for TensorBoard output.
s3OutputPath
- Path to Amazon S3 storage location for TensorBoard output.public String getS3OutputPath()
Path to Amazon S3 storage location for TensorBoard output.
public TensorBoardOutputConfig withS3OutputPath(String s3OutputPath)
Path to Amazon S3 storage location for TensorBoard output.
s3OutputPath
- Path to Amazon S3 storage location for TensorBoard output.public String toString()
toString
in class Object
Object.toString()
public TensorBoardOutputConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.