Struct aws_sdk_sagemaker::model::TensorBoardOutputConfig [−][src]
#[non_exhaustive]pub struct TensorBoardOutputConfig {
pub local_path: Option<String>,
pub s3_output_path: Option<String>,
}
Expand description
Configuration of storage locations for the Debugger TensorBoard output data.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.local_path: Option<String>
Path to local storage location for tensorBoard output. Defaults to
/opt/ml/output/tensorboard
.
s3_output_path: Option<String>
Path to Amazon S3 storage location for TensorBoard output.
Implementations
Path to local storage location for tensorBoard output. Defaults to
/opt/ml/output/tensorboard
.
Path to Amazon S3 storage location for TensorBoard output.
Creates a new builder-style object to manufacture TensorBoardOutputConfig
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for TensorBoardOutputConfig
impl Send for TensorBoardOutputConfig
impl Sync for TensorBoardOutputConfig
impl Unpin for TensorBoardOutputConfig
impl UnwindSafe for TensorBoardOutputConfig
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more