@Generated(value="software.amazon.awssdk:codegen") public final class DescribeDatasetResponse extends LookoutEquipmentResponse implements ToCopyableBuilder<DescribeDatasetResponse.Builder,DescribeDatasetResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeDatasetResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeDatasetResponse.Builder |
builder() |
Instant |
createdAt()
Specifies the time the dataset was created in Lookout for Equipment.
|
Instant |
dataEndTime()
Indicates the latest timestamp corresponding to data that was successfully ingested during the most recent
ingestion of this particular dataset.
|
DataQualitySummary |
dataQualitySummary()
Gives statistics associated with the given dataset for the latest successful associated ingestion job id.
|
String |
datasetArn()
The Amazon Resource Name (ARN) of the dataset being described.
|
String |
datasetName()
The name of the dataset being described.
|
Instant |
dataStartTime()
Indicates the earliest timestamp corresponding to data that was successfully ingested during the most recent
ingestion of this particular dataset.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
IngestedFilesSummary |
ingestedFilesSummary()
IngestedFilesSummary associated with the given dataset for the latest successful associated ingestion job id.
|
IngestionInputConfiguration |
ingestionInputConfiguration()
Specifies the S3 location configuration for the data input for the data ingestion job.
|
Instant |
lastUpdatedAt()
Specifies the time the dataset was last updated, if it was.
|
String |
roleArn()
The Amazon Resource Name (ARN) of the IAM role that you are using for this the data ingestion job.
|
String |
schema()
A JSON description of the data that is in each time series dataset, including names, column names, and data
types.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeDatasetResponse.Builder> |
serializableBuilderClass() |
String |
serverSideKmsKeyId()
Provides the identifier of the KMS key used to encrypt dataset data by Amazon Lookout for Equipment.
|
DatasetStatus |
status()
Indicates the status of the dataset.
|
String |
statusAsString()
Indicates the status of the dataset.
|
DescribeDatasetResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String datasetName()
The name of the dataset being described.
public final String datasetArn()
The Amazon Resource Name (ARN) of the dataset being described.
public final Instant createdAt()
Specifies the time the dataset was created in Lookout for Equipment.
public final Instant lastUpdatedAt()
Specifies the time the dataset was last updated, if it was.
public final DatasetStatus status()
Indicates the status of the dataset.
If the service returns an enum value that is not available in the current SDK version, status will
return DatasetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
DatasetStatuspublic final String statusAsString()
Indicates the status of the dataset.
If the service returns an enum value that is not available in the current SDK version, status will
return DatasetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
DatasetStatuspublic final String schema()
A JSON description of the data that is in each time series dataset, including names, column names, and data types.
public final String serverSideKmsKeyId()
Provides the identifier of the KMS key used to encrypt dataset data by Amazon Lookout for Equipment.
public final IngestionInputConfiguration ingestionInputConfiguration()
Specifies the S3 location configuration for the data input for the data ingestion job.
public final DataQualitySummary dataQualitySummary()
Gives statistics associated with the given dataset for the latest successful associated ingestion job id. These statistics primarily relate to quantifying incorrect data such as MissingCompleteSensorData, MissingSensorData, UnsupportedDateFormats, InsufficientSensorData, and DuplicateTimeStamps.
public final IngestedFilesSummary ingestedFilesSummary()
IngestedFilesSummary associated with the given dataset for the latest successful associated ingestion job id.
public final String roleArn()
The Amazon Resource Name (ARN) of the IAM role that you are using for this the data ingestion job.
public final Instant dataStartTime()
Indicates the earliest timestamp corresponding to data that was successfully ingested during the most recent ingestion of this particular dataset.
public final Instant dataEndTime()
Indicates the latest timestamp corresponding to data that was successfully ingested during the most recent ingestion of this particular dataset.
public DescribeDatasetResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeDatasetResponse.Builder,DescribeDatasetResponse>toBuilder in class AwsResponsepublic static DescribeDatasetResponse.Builder builder()
public static Class<? extends DescribeDatasetResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2022. All rights reserved.