Struct aws_sdk_sagemaker::model::DebugHookConfig
source · [−]#[non_exhaustive]pub struct DebugHookConfig { /* private fields */ }Expand description
Configuration information for the Debugger hook parameters, metric and tensor collections, and storage paths. To learn more about how to configure the DebugHookConfig parameter, see Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job.
Implementations
sourceimpl DebugHookConfig
impl DebugHookConfig
sourcepub fn local_path(&self) -> Option<&str>
pub fn local_path(&self) -> Option<&str>
Path to local storage location for metrics and tensors. Defaults to /opt/ml/output/tensors/.
sourcepub fn s3_output_path(&self) -> Option<&str>
pub fn s3_output_path(&self) -> Option<&str>
Path to Amazon S3 storage location for metrics and tensors.
sourcepub fn hook_parameters(&self) -> Option<&HashMap<String, String>>
pub fn hook_parameters(&self) -> Option<&HashMap<String, String>>
Configuration information for the Debugger hook parameters.
sourcepub fn collection_configurations(&self) -> Option<&[CollectionConfiguration]>
pub fn collection_configurations(&self) -> Option<&[CollectionConfiguration]>
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.
sourceimpl DebugHookConfig
impl DebugHookConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DebugHookConfig.
Trait Implementations
sourceimpl Clone for DebugHookConfig
impl Clone for DebugHookConfig
sourcefn clone(&self) -> DebugHookConfig
fn clone(&self) -> DebugHookConfig
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more