@Generated(value="software.amazon.awssdk:codegen") public final class DebugHookConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DebugHookConfig.Builder,DebugHookConfig>
Configuration information for the debug hook parameters, collection configuration, and storage paths.
| 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 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 debug hook parameters.
|
String |
localPath()
Path to local storage location for tensors.
|
String |
s3OutputPath()
Path to Amazon S3 storage location for 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 tensors. Defaults to /opt/ml/output/tensors/.
/opt/ml/output/tensors/.public String s3OutputPath()
Path to Amazon S3 storage location for tensors.
public boolean hasHookParameters()
public Map<String,String> hookParameters()
Configuration information for the debug 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 tensor collections.
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.
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.