@Generated(value="software.amazon.awssdk:codegen") public final class DataIngestionJobSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataIngestionJobSummary.Builder,DataIngestionJobSummary>
Provides information about a specified data ingestion job, including dataset information, data ingestion configuration, and status.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DataIngestionJobSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DataIngestionJobSummary.Builder |
builder() |
String |
datasetArn()
The Amazon Resource Name (ARN) of the dataset used in the data ingestion job.
|
String |
datasetName()
The name of the dataset used for the data ingestion job.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
IngestionInputConfiguration |
ingestionInputConfiguration()
Specifies information for the input data for the data inference job, including data Amazon S3 location
parameters.
|
String |
jobId()
Indicates the job ID of the data ingestion job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DataIngestionJobSummary.Builder> |
serializableBuilderClass() |
IngestionJobStatus |
status()
Indicates the status of the data ingestion job.
|
String |
statusAsString()
Indicates the status of the data ingestion job.
|
DataIngestionJobSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String jobId()
Indicates the job ID of the data ingestion job.
public final String datasetName()
The name of the dataset used for the data ingestion job.
public final String datasetArn()
The Amazon Resource Name (ARN) of the dataset used in the data ingestion job.
public final IngestionInputConfiguration ingestionInputConfiguration()
Specifies information for the input data for the data inference job, including data Amazon S3 location parameters.
public final IngestionJobStatus status()
Indicates the status of the data ingestion job.
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().
IngestionJobStatuspublic final String statusAsString()
Indicates the status of the data ingestion job.
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().
IngestionJobStatuspublic DataIngestionJobSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DataIngestionJobSummary.Builder,DataIngestionJobSummary>public static DataIngestionJobSummary.Builder builder()
public static Class<? extends DataIngestionJobSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.