public static interface DebugHookConfig.Builder extends SdkPojo, CopyableBuilder<DebugHookConfig.Builder,DebugHookConfig>
Modifier and Type | Method and Description |
---|---|
DebugHookConfig.Builder |
collectionConfigurations(Collection<CollectionConfiguration> collectionConfigurations)
Configuration information for Debugger tensor collections.
|
DebugHookConfig.Builder |
collectionConfigurations(CollectionConfiguration... collectionConfigurations)
Configuration information for Debugger tensor collections.
|
DebugHookConfig.Builder |
collectionConfigurations(Consumer<CollectionConfiguration.Builder>... collectionConfigurations)
Configuration information for Debugger tensor collections.
|
DebugHookConfig.Builder |
hookParameters(Map<String,String> hookParameters)
Configuration information for the Debugger hook parameters.
|
DebugHookConfig.Builder |
localPath(String localPath)
Path to local storage location for metrics and tensors.
|
DebugHookConfig.Builder |
s3OutputPath(String s3OutputPath)
Path to Amazon S3 storage location for metrics and tensors.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
DebugHookConfig.Builder localPath(String localPath)
Path to local storage location for metrics and tensors. Defaults to /opt/ml/output/tensors/
.
localPath
- Path to local storage location for metrics and tensors. Defaults to
/opt/ml/output/tensors/
.DebugHookConfig.Builder s3OutputPath(String s3OutputPath)
Path to Amazon S3 storage location for metrics and tensors.
s3OutputPath
- Path to Amazon S3 storage location for metrics and tensors.DebugHookConfig.Builder hookParameters(Map<String,String> hookParameters)
Configuration information for the Debugger hook parameters.
hookParameters
- Configuration information for the Debugger hook parameters.DebugHookConfig.Builder collectionConfigurations(Collection<CollectionConfiguration> collectionConfigurations)
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.
collectionConfigurations
- 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.DebugHookConfig.Builder collectionConfigurations(CollectionConfiguration... collectionConfigurations)
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.
collectionConfigurations
- 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.DebugHookConfig.Builder collectionConfigurations(Consumer<CollectionConfiguration.Builder>... collectionConfigurations)
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.
List.Builder
avoiding the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #collectionConfigurations(List)
.collectionConfigurations
- a consumer that will call methods on List.Builder
#collectionConfigurations(List)
Copyright © 2022. All rights reserved.