@Generated(value="software.amazon.awssdk:codegen") public final class TestingData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TestingData.Builder,TestingData>
The dataset used for testing. Optionally, if AutoCreate is set, Amazon Rekognition Custom Labels creates
a testing dataset using an 80/20 split of the training dataset.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TestingData.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<Asset> |
assets()
The assets used for testing.
|
Boolean |
autoCreate()
If specified, Amazon Rekognition Custom Labels creates a testing dataset with an 80/20 split of the training
dataset.
|
static TestingData.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAssets()
Returns true if the Assets 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 TestingData.Builder> |
serializableBuilderClass() |
TestingData.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic boolean hasAssets()
public List<Asset> assets()
The assets used for testing.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasAssets() to see if a value was sent in this field.
public Boolean autoCreate()
If specified, Amazon Rekognition Custom Labels creates a testing dataset with an 80/20 split of the training dataset.
public TestingData.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TestingData.Builder,TestingData>public static TestingData.Builder builder()
public static Class<? extends TestingData.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.