@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Dataset extends Object implements Serializable, Cloneable, StructuredPojo
Defines where the training dataset is located, what type of data it contains, and how to access the data.
Constructor and Description |
---|
Dataset() |
Modifier and Type | Method and Description |
---|---|
Dataset |
clone() |
boolean |
equals(Object obj) |
DatasetInputConfig |
getInputConfig()
A DatasetInputConfig object that defines the data source and schema mapping.
|
String |
getType()
What type of information is found in the dataset.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setInputConfig(DatasetInputConfig inputConfig)
A DatasetInputConfig object that defines the data source and schema mapping.
|
void |
setType(String type)
What type of information is found in the dataset.
|
String |
toString()
Returns a string representation of this object.
|
Dataset |
withInputConfig(DatasetInputConfig inputConfig)
A DatasetInputConfig object that defines the data source and schema mapping.
|
Dataset |
withType(DatasetType type)
What type of information is found in the dataset.
|
Dataset |
withType(String type)
What type of information is found in the dataset.
|
public void setType(String type)
What type of information is found in the dataset.
type
- What type of information is found in the dataset.DatasetType
public String getType()
What type of information is found in the dataset.
DatasetType
public Dataset withType(String type)
What type of information is found in the dataset.
type
- What type of information is found in the dataset.DatasetType
public Dataset withType(DatasetType type)
What type of information is found in the dataset.
type
- What type of information is found in the dataset.DatasetType
public void setInputConfig(DatasetInputConfig inputConfig)
A DatasetInputConfig object that defines the data source and schema mapping.
inputConfig
- A DatasetInputConfig object that defines the data source and schema mapping.public DatasetInputConfig getInputConfig()
A DatasetInputConfig object that defines the data source and schema mapping.
public Dataset withInputConfig(DatasetInputConfig inputConfig)
A DatasetInputConfig object that defines the data source and schema mapping.
inputConfig
- A DatasetInputConfig object that defines the data source and schema mapping.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.