@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDatasetGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeDatasetGroupResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeDatasetGroupResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
When the dataset group was created.
|
List<String> |
getDatasetArns()
An array of Amazon Resource Names (ARNs) of the datasets contained in the dataset group.
|
String |
getDatasetGroupArn()
The ARN of the dataset group.
|
String |
getDatasetGroupName()
The name of the dataset group.
|
String |
getDomain()
The domain associated with the dataset group.
|
Date |
getLastModificationTime()
When the dataset group was created or last updated from a call to the UpdateDatasetGroup operation.
|
String |
getStatus()
The status of the dataset group.
|
int |
hashCode() |
void |
setCreationTime(Date creationTime)
When the dataset group was created.
|
void |
setDatasetArns(Collection<String> datasetArns)
An array of Amazon Resource Names (ARNs) of the datasets contained in the dataset group.
|
void |
setDatasetGroupArn(String datasetGroupArn)
The ARN of the dataset group.
|
void |
setDatasetGroupName(String datasetGroupName)
The name of the dataset group.
|
void |
setDomain(String domain)
The domain associated with the dataset group.
|
void |
setLastModificationTime(Date lastModificationTime)
When the dataset group was created or last updated from a call to the UpdateDatasetGroup operation.
|
void |
setStatus(String status)
The status of the dataset group.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDatasetGroupResult |
withCreationTime(Date creationTime)
When the dataset group was created.
|
DescribeDatasetGroupResult |
withDatasetArns(Collection<String> datasetArns)
An array of Amazon Resource Names (ARNs) of the datasets contained in the dataset group.
|
DescribeDatasetGroupResult |
withDatasetArns(String... datasetArns)
An array of Amazon Resource Names (ARNs) of the datasets contained in the dataset group.
|
DescribeDatasetGroupResult |
withDatasetGroupArn(String datasetGroupArn)
The ARN of the dataset group.
|
DescribeDatasetGroupResult |
withDatasetGroupName(String datasetGroupName)
The name of the dataset group.
|
DescribeDatasetGroupResult |
withDomain(Domain domain)
The domain associated with the dataset group.
|
DescribeDatasetGroupResult |
withDomain(String domain)
The domain associated with the dataset group.
|
DescribeDatasetGroupResult |
withLastModificationTime(Date lastModificationTime)
When the dataset group was created or last updated from a call to the UpdateDatasetGroup operation.
|
DescribeDatasetGroupResult |
withStatus(String status)
The status of the dataset group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setDatasetGroupName(String datasetGroupName)
The name of the dataset group.
datasetGroupName - The name of the dataset group.public String getDatasetGroupName()
The name of the dataset group.
public DescribeDatasetGroupResult withDatasetGroupName(String datasetGroupName)
The name of the dataset group.
datasetGroupName - The name of the dataset group.public void setDatasetGroupArn(String datasetGroupArn)
The ARN of the dataset group.
datasetGroupArn - The ARN of the dataset group.public String getDatasetGroupArn()
The ARN of the dataset group.
public DescribeDatasetGroupResult withDatasetGroupArn(String datasetGroupArn)
The ARN of the dataset group.
datasetGroupArn - The ARN of the dataset group.public List<String> getDatasetArns()
An array of Amazon Resource Names (ARNs) of the datasets contained in the dataset group.
public void setDatasetArns(Collection<String> datasetArns)
An array of Amazon Resource Names (ARNs) of the datasets contained in the dataset group.
datasetArns - An array of Amazon Resource Names (ARNs) of the datasets contained in the dataset group.public DescribeDatasetGroupResult withDatasetArns(String... datasetArns)
An array of Amazon Resource Names (ARNs) of the datasets contained in the dataset group.
NOTE: This method appends the values to the existing list (if any). Use
setDatasetArns(java.util.Collection) or withDatasetArns(java.util.Collection) if you want to
override the existing values.
datasetArns - An array of Amazon Resource Names (ARNs) of the datasets contained in the dataset group.public DescribeDatasetGroupResult withDatasetArns(Collection<String> datasetArns)
An array of Amazon Resource Names (ARNs) of the datasets contained in the dataset group.
datasetArns - An array of Amazon Resource Names (ARNs) of the datasets contained in the dataset group.public void setDomain(String domain)
The domain associated with the dataset group. The Domain and DatasetType that you
choose determine the fields that must be present in the training data that you import to the dataset. For
example, if you choose the RETAIL domain and TARGET_TIME_SERIES as the
DatasetType, Amazon Forecast requires item_id, timestamp, and
demand fields to be present in your data. For more information, see
howitworks-datasets-groups.
domain - The domain associated with the dataset group. The Domain and DatasetType that
you choose determine the fields that must be present in the training data that you import to the dataset.
For example, if you choose the RETAIL domain and TARGET_TIME_SERIES as the
DatasetType, Amazon Forecast requires item_id, timestamp, and
demand fields to be present in your data. For more information, see
howitworks-datasets-groups.Domainpublic String getDomain()
The domain associated with the dataset group. The Domain and DatasetType that you
choose determine the fields that must be present in the training data that you import to the dataset. For
example, if you choose the RETAIL domain and TARGET_TIME_SERIES as the
DatasetType, Amazon Forecast requires item_id, timestamp, and
demand fields to be present in your data. For more information, see
howitworks-datasets-groups.
Domain and DatasetType that
you choose determine the fields that must be present in the training data that you import to the dataset.
For example, if you choose the RETAIL domain and TARGET_TIME_SERIES as the
DatasetType, Amazon Forecast requires item_id, timestamp, and
demand fields to be present in your data. For more information, see
howitworks-datasets-groups.Domainpublic DescribeDatasetGroupResult withDomain(String domain)
The domain associated with the dataset group. The Domain and DatasetType that you
choose determine the fields that must be present in the training data that you import to the dataset. For
example, if you choose the RETAIL domain and TARGET_TIME_SERIES as the
DatasetType, Amazon Forecast requires item_id, timestamp, and
demand fields to be present in your data. For more information, see
howitworks-datasets-groups.
domain - The domain associated with the dataset group. The Domain and DatasetType that
you choose determine the fields that must be present in the training data that you import to the dataset.
For example, if you choose the RETAIL domain and TARGET_TIME_SERIES as the
DatasetType, Amazon Forecast requires item_id, timestamp, and
demand fields to be present in your data. For more information, see
howitworks-datasets-groups.Domainpublic DescribeDatasetGroupResult withDomain(Domain domain)
The domain associated with the dataset group. The Domain and DatasetType that you
choose determine the fields that must be present in the training data that you import to the dataset. For
example, if you choose the RETAIL domain and TARGET_TIME_SERIES as the
DatasetType, Amazon Forecast requires item_id, timestamp, and
demand fields to be present in your data. For more information, see
howitworks-datasets-groups.
domain - The domain associated with the dataset group. The Domain and DatasetType that
you choose determine the fields that must be present in the training data that you import to the dataset.
For example, if you choose the RETAIL domain and TARGET_TIME_SERIES as the
DatasetType, Amazon Forecast requires item_id, timestamp, and
demand fields to be present in your data. For more information, see
howitworks-datasets-groups.Domainpublic void setStatus(String status)
The status of the dataset group. States include:
ACTIVE
CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
UPDATE_PENDING, UPDATE_IN_PROGRESS, UPDATE_FAILED
The UPDATE states apply when the UpdateDatasetGroup operation is called.
The Status of the dataset group must be ACTIVE before creating a predictor using the
dataset group.
status - The status of the dataset group. States include:
ACTIVE
CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
UPDATE_PENDING, UPDATE_IN_PROGRESS, UPDATE_FAILED
The UPDATE states apply when the UpdateDatasetGroup operation is called.
The Status of the dataset group must be ACTIVE before creating a predictor using
the dataset group.
public String getStatus()
The status of the dataset group. States include:
ACTIVE
CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
UPDATE_PENDING, UPDATE_IN_PROGRESS, UPDATE_FAILED
The UPDATE states apply when the UpdateDatasetGroup operation is called.
The Status of the dataset group must be ACTIVE before creating a predictor using the
dataset group.
ACTIVE
CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
UPDATE_PENDING, UPDATE_IN_PROGRESS, UPDATE_FAILED
The UPDATE states apply when the UpdateDatasetGroup operation is called.
The Status of the dataset group must be ACTIVE before creating a predictor
using the dataset group.
public DescribeDatasetGroupResult withStatus(String status)
The status of the dataset group. States include:
ACTIVE
CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
UPDATE_PENDING, UPDATE_IN_PROGRESS, UPDATE_FAILED
The UPDATE states apply when the UpdateDatasetGroup operation is called.
The Status of the dataset group must be ACTIVE before creating a predictor using the
dataset group.
status - The status of the dataset group. States include:
ACTIVE
CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
UPDATE_PENDING, UPDATE_IN_PROGRESS, UPDATE_FAILED
The UPDATE states apply when the UpdateDatasetGroup operation is called.
The Status of the dataset group must be ACTIVE before creating a predictor using
the dataset group.
public void setCreationTime(Date creationTime)
When the dataset group was created.
creationTime - When the dataset group was created.public Date getCreationTime()
When the dataset group was created.
public DescribeDatasetGroupResult withCreationTime(Date creationTime)
When the dataset group was created.
creationTime - When the dataset group was created.public void setLastModificationTime(Date lastModificationTime)
When the dataset group was created or last updated from a call to the UpdateDatasetGroup operation. While
the dataset group is being updated, LastModificationTime is the current query time.
lastModificationTime - When the dataset group was created or last updated from a call to the UpdateDatasetGroup operation.
While the dataset group is being updated, LastModificationTime is the current query time.public Date getLastModificationTime()
When the dataset group was created or last updated from a call to the UpdateDatasetGroup operation. While
the dataset group is being updated, LastModificationTime is the current query time.
LastModificationTime is the current
query time.public DescribeDatasetGroupResult withLastModificationTime(Date lastModificationTime)
When the dataset group was created or last updated from a call to the UpdateDatasetGroup operation. While
the dataset group is being updated, LastModificationTime is the current query time.
lastModificationTime - When the dataset group was created or last updated from a call to the UpdateDatasetGroup operation.
While the dataset group is being updated, LastModificationTime is the current query time.public String toString()
toString in class ObjectObject.toString()public DescribeDatasetGroupResult clone()
Copyright © 2019. All rights reserved.