Struct aws_sdk_sagemaker::model::DebugHookConfig
source · #[non_exhaustive]pub struct DebugHookConfig { /* private fields */ }
Expand description
Configuration information for the Amazon SageMaker 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§
source§impl 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 Amazon SageMaker Debugger hook parameters.
sourcepub fn collection_configurations(&self) -> Option<&[CollectionConfiguration]>
pub fn collection_configurations(&self) -> Option<&[CollectionConfiguration]>
Configuration information for Amazon SageMaker 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.
source§impl DebugHookConfig
impl DebugHookConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DebugHookConfig
.
Trait Implementations§
source§impl Clone for DebugHookConfig
impl Clone for DebugHookConfig
source§fn clone(&self) -> DebugHookConfig
fn clone(&self) -> DebugHookConfig
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for DebugHookConfig
impl Debug for DebugHookConfig
source§impl PartialEq<DebugHookConfig> for DebugHookConfig
impl PartialEq<DebugHookConfig> for DebugHookConfig
source§fn eq(&self, other: &DebugHookConfig) -> bool
fn eq(&self, other: &DebugHookConfig) -> bool
self
and other
values to be equal, and is used
by ==
.