@Generated(value="software.amazon.awssdk:codegen") public final class CollectionConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CollectionConfiguration.Builder,CollectionConfiguration>
Configuration information for the Debugger output tensor collections.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CollectionConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CollectionConfiguration.Builder |
builder() |
String |
collectionName()
The name of the tensor collection.
|
Map<String,String> |
collectionParameters()
Parameter values for the tensor collection.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasCollectionParameters()
Returns true if the CollectionParameters 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() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CollectionConfiguration.Builder> |
serializableBuilderClass() |
CollectionConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String collectionName()
The name of the tensor collection. The name must be unique relative to other rule configuration names.
public final boolean hasCollectionParameters()
public final Map<String,String> collectionParameters()
Parameter values for the tensor collection. The allowed parameters are "name",
"include_regex", "reduction_config", "save_config",
"tensor_names", and "save_histogram".
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasCollectionParameters() to see if a value was sent in this field.
"name",
"include_regex", "reduction_config", "save_config",
"tensor_names", and "save_histogram".public CollectionConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CollectionConfiguration.Builder,CollectionConfiguration>public static CollectionConfiguration.Builder builder()
public static Class<? extends CollectionConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.