Class DataIngestionJobSummary
- java.lang.Object
-
- software.amazon.awssdk.services.lookoutequipment.model.DataIngestionJobSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DataIngestionJobSummary.Builder,DataIngestionJobSummary>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDataIngestionJobSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DataIngestionJobSummary.Builderbuilder()StringdatasetArn()The Amazon Resource Name (ARN) of the dataset used in the data ingestion job.StringdatasetName()The name of the dataset used for the data ingestion job.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IngestionInputConfigurationingestionInputConfiguration()Specifies information for the input data for the data inference job, including data Amazon S3 location parameters.StringjobId()Indicates the job ID of the data ingestion job.List<SdkField<?>>sdkFields()static Class<? extends DataIngestionJobSummary.Builder>serializableBuilderClass()IngestionJobStatusstatus()Indicates the status of the data ingestion job.StringstatusAsString()Indicates the status of the data ingestion job.DataIngestionJobSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
jobId
public final String jobId()
Indicates the job ID of the data ingestion job.
- Returns:
- Indicates the job ID of the data ingestion job.
-
datasetName
public final String datasetName()
The name of the dataset used for the data ingestion job.
- Returns:
- The name of the dataset used for the data ingestion job.
-
datasetArn
public final String datasetArn()
The Amazon Resource Name (ARN) of the dataset used in the data ingestion job.
- Returns:
- The Amazon Resource Name (ARN) of the dataset used in the data ingestion job.
-
ingestionInputConfiguration
public final IngestionInputConfiguration ingestionInputConfiguration()
Specifies information for the input data for the data inference job, including data Amazon S3 location parameters.
- Returns:
- Specifies information for the input data for the data inference job, including data Amazon S3 location parameters.
-
status
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,
statuswill returnIngestionJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Indicates the status of the data ingestion job.
- See Also:
IngestionJobStatus
-
statusAsString
public 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,
statuswill returnIngestionJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Indicates the status of the data ingestion job.
- See Also:
IngestionJobStatus
-
toBuilder
public DataIngestionJobSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DataIngestionJobSummary.Builder,DataIngestionJobSummary>
-
builder
public static DataIngestionJobSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends DataIngestionJobSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-