@Generated(value="software.amazon.awssdk:codegen") public final class DescribeDataIngestionJobResponse extends LookoutEquipmentResponse implements ToCopyableBuilder<DescribeDataIngestionJobResponse.Builder,DescribeDataIngestionJobResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeDataIngestionJobResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeDataIngestionJobResponse.Builder |
builder() |
Instant |
createdAt()
The time at which the data ingestion job was created.
|
Instant |
dataEndTime()
Indicates the latest timestamp corresponding to data that was successfully ingested during this specific
ingestion job.
|
DataQualitySummary |
dataQualitySummary()
Gives statistics about a completed ingestion job.
|
String |
datasetArn()
The Amazon Resource Name (ARN) of the dataset being used in the data ingestion job.
|
Instant |
dataStartTime()
Indicates the earliest timestamp corresponding to data that was successfully ingested during this specific
ingestion job.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failedReason()
Specifies the reason for failure when a data ingestion job has failed.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
ingestedDataSize()
Indicates the size of the ingested dataset.
|
IngestedFilesSummary |
ingestedFilesSummary()
Returns the value of the IngestedFilesSummary property for this object.
|
IngestionInputConfiguration |
ingestionInputConfiguration()
Specifies the S3 location configuration for the data input for the data ingestion job.
|
String |
jobId()
Indicates the job ID of the data ingestion job.
|
String |
roleArn()
The Amazon Resource Name (ARN) of an IAM role with permission to access the data source being ingested.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeDataIngestionJobResponse.Builder> |
serializableBuilderClass() |
IngestionJobStatus |
status()
Indicates the status of the
DataIngestionJob operation. |
String |
statusAsString()
Indicates the status of the
DataIngestionJob operation. |
String |
statusDetail()
Provides details about status of the ingestion job that is currently in progress.
|
DescribeDataIngestionJobResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String jobId()
Indicates the job ID of the data ingestion job.
public final String datasetArn()
The Amazon Resource Name (ARN) of the dataset being used in the data ingestion job.
public final IngestionInputConfiguration ingestionInputConfiguration()
Specifies the S3 location configuration for the data input for the data ingestion job.
public final String roleArn()
The Amazon Resource Name (ARN) of an IAM role with permission to access the data source being ingested.
public final Instant createdAt()
The time at which the data ingestion job was created.
public final IngestionJobStatus status()
Indicates the status of the DataIngestionJob operation.
If the service returns an enum value that is not available in the current SDK version, status will
return IngestionJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
DataIngestionJob operation.IngestionJobStatuspublic final String statusAsString()
Indicates the status of the DataIngestionJob operation.
If the service returns an enum value that is not available in the current SDK version, status will
return IngestionJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
DataIngestionJob operation.IngestionJobStatuspublic final String failedReason()
Specifies the reason for failure when a data ingestion job has failed.
public final DataQualitySummary dataQualitySummary()
Gives statistics about a completed ingestion job. These statistics primarily relate to quantifying incorrect data such as MissingCompleteSensorData, MissingSensorData, UnsupportedDateFormats, InsufficientSensorData, and DuplicateTimeStamps.
public final IngestedFilesSummary ingestedFilesSummary()
public final String statusDetail()
Provides details about status of the ingestion job that is currently in progress.
public final Long ingestedDataSize()
Indicates the size of the ingested dataset.
public final Instant dataStartTime()
Indicates the earliest timestamp corresponding to data that was successfully ingested during this specific ingestion job.
public final Instant dataEndTime()
Indicates the latest timestamp corresponding to data that was successfully ingested during this specific ingestion job.
public DescribeDataIngestionJobResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeDataIngestionJobResponse.Builder,DescribeDataIngestionJobResponse>toBuilder in class AwsResponsepublic static DescribeDataIngestionJobResponse.Builder builder()
public static Class<? extends DescribeDataIngestionJobResponse.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.