@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataConfig extends Object implements Serializable, Cloneable, StructuredPojo
The data configuration for your dataset group and any additional datasets.
Constructor and Description |
---|
DataConfig() |
Modifier and Type | Method and Description |
---|---|
DataConfig |
clone() |
boolean |
equals(Object obj) |
List<AdditionalDataset> |
getAdditionalDatasets()
Additional built-in datasets like Holidays and the Weather Index.
|
List<AttributeConfig> |
getAttributeConfigs()
Aggregation and filling options for attributes in your dataset group.
|
String |
getDatasetGroupArn()
The ARN of the dataset group used to train the predictor.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAdditionalDatasets(Collection<AdditionalDataset> additionalDatasets)
Additional built-in datasets like Holidays and the Weather Index.
|
void |
setAttributeConfigs(Collection<AttributeConfig> attributeConfigs)
Aggregation and filling options for attributes in your dataset group.
|
void |
setDatasetGroupArn(String datasetGroupArn)
The ARN of the dataset group used to train the predictor.
|
String |
toString()
Returns a string representation of this object.
|
DataConfig |
withAdditionalDatasets(AdditionalDataset... additionalDatasets)
Additional built-in datasets like Holidays and the Weather Index.
|
DataConfig |
withAdditionalDatasets(Collection<AdditionalDataset> additionalDatasets)
Additional built-in datasets like Holidays and the Weather Index.
|
DataConfig |
withAttributeConfigs(AttributeConfig... attributeConfigs)
Aggregation and filling options for attributes in your dataset group.
|
DataConfig |
withAttributeConfigs(Collection<AttributeConfig> attributeConfigs)
Aggregation and filling options for attributes in your dataset group.
|
DataConfig |
withDatasetGroupArn(String datasetGroupArn)
The ARN of the dataset group used to train the predictor.
|
public void setDatasetGroupArn(String datasetGroupArn)
The ARN of the dataset group used to train the predictor.
datasetGroupArn
- The ARN of the dataset group used to train the predictor.public String getDatasetGroupArn()
The ARN of the dataset group used to train the predictor.
public DataConfig withDatasetGroupArn(String datasetGroupArn)
The ARN of the dataset group used to train the predictor.
datasetGroupArn
- The ARN of the dataset group used to train the predictor.public List<AttributeConfig> getAttributeConfigs()
Aggregation and filling options for attributes in your dataset group.
public void setAttributeConfigs(Collection<AttributeConfig> attributeConfigs)
Aggregation and filling options for attributes in your dataset group.
attributeConfigs
- Aggregation and filling options for attributes in your dataset group.public DataConfig withAttributeConfigs(AttributeConfig... attributeConfigs)
Aggregation and filling options for attributes in your dataset group.
NOTE: This method appends the values to the existing list (if any). Use
setAttributeConfigs(java.util.Collection)
or withAttributeConfigs(java.util.Collection)
if you
want to override the existing values.
attributeConfigs
- Aggregation and filling options for attributes in your dataset group.public DataConfig withAttributeConfigs(Collection<AttributeConfig> attributeConfigs)
Aggregation and filling options for attributes in your dataset group.
attributeConfigs
- Aggregation and filling options for attributes in your dataset group.public List<AdditionalDataset> getAdditionalDatasets()
Additional built-in datasets like Holidays and the Weather Index.
public void setAdditionalDatasets(Collection<AdditionalDataset> additionalDatasets)
Additional built-in datasets like Holidays and the Weather Index.
additionalDatasets
- Additional built-in datasets like Holidays and the Weather Index.public DataConfig withAdditionalDatasets(AdditionalDataset... additionalDatasets)
Additional built-in datasets like Holidays and the Weather Index.
NOTE: This method appends the values to the existing list (if any). Use
setAdditionalDatasets(java.util.Collection)
or withAdditionalDatasets(java.util.Collection)
if
you want to override the existing values.
additionalDatasets
- Additional built-in datasets like Holidays and the Weather Index.public DataConfig withAdditionalDatasets(Collection<AdditionalDataset> additionalDatasets)
Additional built-in datasets like Holidays and the Weather Index.
additionalDatasets
- Additional built-in datasets like Holidays and the Weather Index.public String toString()
toString
in class Object
Object.toString()
public DataConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.