You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::DebugHookConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DebugHookConfig
- Defined in:
- (unknown)
Overview
Note:
When passing DebugHookConfig as input to an Aws::Client method, you can use a vanilla Hash:
{
local_path: "DirectoryPath",
s3_output_path: "S3Uri", # required
hook_parameters: {
"ConfigKey" => "ConfigValue",
},
collection_configurations: [
{
collection_name: "CollectionName",
collection_parameters: {
"ConfigKey" => "ConfigValue",
},
},
],
}
Configuration information for the debug hook parameters, collection configuration, and storage paths.
Returned by:
Instance Attribute Summary collapse
-
#collection_configurations ⇒ Array<Types::CollectionConfiguration>
Configuration information for tensor collections.
-
#hook_parameters ⇒ Hash<String,String>
Configuration information for the debug hook parameters.
-
#local_path ⇒ String
Path to local storage location for tensors.
-
#s3_output_path ⇒ String
Path to Amazon S3 storage location for tensors.
Instance Attribute Details
#collection_configurations ⇒ Array<Types::CollectionConfiguration>
Configuration information for tensor collections.
#hook_parameters ⇒ Hash<String,String>
Configuration information for the debug hook parameters.
#local_path ⇒ String
Path to local storage location for tensors. Defaults to
/opt/ml/output/tensors/
.
#s3_output_path ⇒ String
Path to Amazon S3 storage location for tensors.