@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatasetStats extends Object implements Serializable, Cloneable, StructuredPojo
Provides statistics about a dataset. For more information, see DescribeDataset.
Constructor and Description |
---|
DatasetStats() |
Modifier and Type | Method and Description |
---|---|
DatasetStats |
clone() |
boolean |
equals(Object obj) |
Integer |
getErrorEntries()
The total number of entries that contain at least one error.
|
Integer |
getLabeledEntries()
The total number of images in the dataset that have labels.
|
Integer |
getTotalEntries()
The total number of images in the dataset.
|
Integer |
getTotalLabels()
The total number of labels declared in the dataset.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setErrorEntries(Integer errorEntries)
The total number of entries that contain at least one error.
|
void |
setLabeledEntries(Integer labeledEntries)
The total number of images in the dataset that have labels.
|
void |
setTotalEntries(Integer totalEntries)
The total number of images in the dataset.
|
void |
setTotalLabels(Integer totalLabels)
The total number of labels declared in the dataset.
|
String |
toString()
Returns a string representation of this object.
|
DatasetStats |
withErrorEntries(Integer errorEntries)
The total number of entries that contain at least one error.
|
DatasetStats |
withLabeledEntries(Integer labeledEntries)
The total number of images in the dataset that have labels.
|
DatasetStats |
withTotalEntries(Integer totalEntries)
The total number of images in the dataset.
|
DatasetStats |
withTotalLabels(Integer totalLabels)
The total number of labels declared in the dataset.
|
public void setLabeledEntries(Integer labeledEntries)
The total number of images in the dataset that have labels.
labeledEntries
- The total number of images in the dataset that have labels.public Integer getLabeledEntries()
The total number of images in the dataset that have labels.
public DatasetStats withLabeledEntries(Integer labeledEntries)
The total number of images in the dataset that have labels.
labeledEntries
- The total number of images in the dataset that have labels.public void setTotalEntries(Integer totalEntries)
The total number of images in the dataset.
totalEntries
- The total number of images in the dataset.public Integer getTotalEntries()
The total number of images in the dataset.
public DatasetStats withTotalEntries(Integer totalEntries)
The total number of images in the dataset.
totalEntries
- The total number of images in the dataset.public void setTotalLabels(Integer totalLabels)
The total number of labels declared in the dataset.
totalLabels
- The total number of labels declared in the dataset.public Integer getTotalLabels()
The total number of labels declared in the dataset.
public DatasetStats withTotalLabels(Integer totalLabels)
The total number of labels declared in the dataset.
totalLabels
- The total number of labels declared in the dataset.public void setErrorEntries(Integer errorEntries)
The total number of entries that contain at least one error.
errorEntries
- The total number of entries that contain at least one error.public Integer getErrorEntries()
The total number of entries that contain at least one error.
public DatasetStats withErrorEntries(Integer errorEntries)
The total number of entries that contain at least one error.
errorEntries
- The total number of entries that contain at least one error.public String toString()
toString
in class Object
Object.toString()
public DatasetStats clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.