| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
CollectionConfiguration |
CollectionConfiguration.addCollectionParametersEntry(String key,
String value)
Add a single CollectionParameters entry
|
CollectionConfiguration |
CollectionConfiguration.clearCollectionParametersEntries()
Removes all the entries added into CollectionParameters.
|
CollectionConfiguration |
CollectionConfiguration.clone() |
CollectionConfiguration |
CollectionConfiguration.withCollectionName(String collectionName)
The name of the tensor collection.
|
CollectionConfiguration |
CollectionConfiguration.withCollectionParameters(Map<String,String> collectionParameters)
Parameter values for the tensor collection.
|
| Modifier and Type | Method and Description |
|---|---|
List<CollectionConfiguration> |
DebugHookConfig.getCollectionConfigurations()
Configuration information for tensor collections.
|
| Modifier and Type | Method and Description |
|---|---|
DebugHookConfig |
DebugHookConfig.withCollectionConfigurations(CollectionConfiguration... collectionConfigurations)
Configuration information for tensor collections.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DebugHookConfig.setCollectionConfigurations(Collection<CollectionConfiguration> collectionConfigurations)
Configuration information for tensor collections.
|
DebugHookConfig |
DebugHookConfig.withCollectionConfigurations(Collection<CollectionConfiguration> collectionConfigurations)
Configuration information for tensor collections.
|
Copyright © 2020. All rights reserved.