Struct aws_sdk_sagemaker::model::debug_hook_config::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for DebugHookConfig
Implementations
Path to local storage location for metrics and tensors. Defaults to
/opt/ml/output/tensors/
.
Path to local storage location for metrics and tensors. Defaults to
/opt/ml/output/tensors/
.
Path to Amazon S3 storage location for metrics and tensors.
Path to Amazon S3 storage location for metrics and tensors.
Adds a key-value pair to hook_parameters
.
To override the contents of this collection use set_hook_parameters
.
Configuration information for the Debugger hook parameters.
Configuration information for the Debugger hook parameters.
Appends an item to collection_configurations
.
To override the contents of this collection use set_collection_configurations
.
Configuration information for Debugger tensor collections. To learn more about
how to configure the CollectionConfiguration
parameter,
see Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job.
pub fn set_collection_configurations(
self,
input: Option<Vec<CollectionConfiguration>>
) -> Self
pub fn set_collection_configurations(
self,
input: Option<Vec<CollectionConfiguration>>
) -> Self
Configuration information for Debugger tensor collections. To learn more about
how to configure the CollectionConfiguration
parameter,
see Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job.
Consumes the builder and constructs a DebugHookConfig
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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