public class TrainingData
extends java.lang.Object
implements java.io.Serializable
The dataset used for training.
Constructor and Description |
---|
TrainingData() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<Asset> |
getAssets()
A Sagemaker GroundTruth manifest file that contains the training images
(assets).
|
int |
hashCode() |
void |
setAssets(java.util.Collection<Asset> assets)
A Sagemaker GroundTruth manifest file that contains the training images
(assets).
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
TrainingData |
withAssets(Asset... assets)
A Sagemaker GroundTruth manifest file that contains the training images
(assets).
|
TrainingData |
withAssets(java.util.Collection<Asset> assets)
A Sagemaker GroundTruth manifest file that contains the training images
(assets).
|
public java.util.List<Asset> getAssets()
A Sagemaker GroundTruth manifest file that contains the training images (assets).
A Sagemaker GroundTruth manifest file that contains the training images (assets).
public void setAssets(java.util.Collection<Asset> assets)
A Sagemaker GroundTruth manifest file that contains the training images (assets).
assets
- A Sagemaker GroundTruth manifest file that contains the training images (assets).
public TrainingData withAssets(Asset... assets)
A Sagemaker GroundTruth manifest file that contains the training images (assets).
Returns a reference to this object so that method calls can be chained together.
assets
- A Sagemaker GroundTruth manifest file that contains the training images (assets).
public TrainingData withAssets(java.util.Collection<Asset> assets)
A Sagemaker GroundTruth manifest file that contains the training images (assets).
Returns a reference to this object so that method calls can be chained together.
assets
- A Sagemaker GroundTruth manifest file that contains the training images (assets).
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.