@Generated(value="software.amazon.awssdk:codegen") public final class DebugHookConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DebugHookConfig.Builder,DebugHookConfig>
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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DebugHookConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DebugHookConfig.Builder |
builder() |
List<CollectionConfiguration> |
collectionConfigurations()
Configuration information for Debugger tensor collections.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasCollectionConfigurations()
Returns true if the CollectionConfigurations property was specified by the sender (it may be empty), or false if
the sender did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasHookParameters()
Returns true if the HookParameters property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
Map<String,String> |
hookParameters()
Configuration information for the Debugger hook parameters.
|
String |
localPath()
Path to local storage location for metrics and tensors.
|
String |
s3OutputPath()
Path to Amazon S3 storage location for metrics and tensors.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DebugHookConfig.Builder> |
serializableBuilderClass() |
DebugHookConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String localPath()
Path to local storage location for metrics and tensors. Defaults to /opt/ml/output/tensors/.
/opt/ml/output/tensors/.public String s3OutputPath()
Path to Amazon S3 storage location for metrics and tensors.
public boolean hasHookParameters()
public Map<String,String> hookParameters()
Configuration information for the Debugger hook parameters.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasHookParameters() to see if a value was sent in this field.
public boolean hasCollectionConfigurations()
public List<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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasCollectionConfigurations() to see if a value was sent in this field.
CollectionConfiguration parameter, see Use the
SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job.public DebugHookConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DebugHookConfig.Builder,DebugHookConfig>public static DebugHookConfig.Builder builder()
public static Class<? extends DebugHookConfig.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.