@Generated(value="software.amazon.awssdk:codegen") public final class ModelPackagingDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ModelPackagingDescription.Builder,ModelPackagingDescription>
Information about a model packaging job. For more information, see DescribeModelPackagingJob.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModelPackagingDescription.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ModelPackagingDescription.Builder |
builder() |
Instant |
creationTimestamp()
The Unix timestamp for the time and date that the model packaging job was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobName()
The name of the model packaging job.
|
Instant |
lastUpdatedTimestamp()
The Unix timestamp for the time and date that the model packaging job was last updated.
|
ModelPackagingConfiguration |
modelPackagingConfiguration()
The configuration information used in the model packaging job.
|
String |
modelPackagingJobDescription()
The description for the model packaging job.
|
String |
modelPackagingMethod()
The AWS service used to package the job.
|
ModelPackagingOutputDetails |
modelPackagingOutputDetails()
Information about the output of the model packaging job.
|
String |
modelVersion()
The version of the model used in the model packaging job.
|
String |
projectName()
The name of the project that's associated with a model that's in the model package.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModelPackagingDescription.Builder> |
serializableBuilderClass() |
ModelPackagingJobStatus |
status()
The status of the model packaging job.
|
String |
statusAsString()
The status of the model packaging job.
|
String |
statusMessage()
The status message for the model packaging job.
|
ModelPackagingDescription.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String jobName()
The name of the model packaging job.
public final String projectName()
The name of the project that's associated with a model that's in the model package.
public final String modelVersion()
The version of the model used in the model packaging job.
public final ModelPackagingConfiguration modelPackagingConfiguration()
The configuration information used in the model packaging job.
public final String modelPackagingJobDescription()
The description for the model packaging job.
public final String modelPackagingMethod()
The AWS service used to package the job. Currently Lookout for Vision can package jobs with AWS IoT Greengrass.
public final ModelPackagingOutputDetails modelPackagingOutputDetails()
Information about the output of the model packaging job. For more information, see DescribeModelPackagingJob.
public final ModelPackagingJobStatus status()
The status of the model packaging job.
If the service returns an enum value that is not available in the current SDK version, status will
return ModelPackagingJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
ModelPackagingJobStatuspublic final String statusAsString()
The status of the model packaging job.
If the service returns an enum value that is not available in the current SDK version, status will
return ModelPackagingJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
ModelPackagingJobStatuspublic final String statusMessage()
The status message for the model packaging job.
public final Instant creationTimestamp()
The Unix timestamp for the time and date that the model packaging job was created.
public final Instant lastUpdatedTimestamp()
The Unix timestamp for the time and date that the model packaging job was last updated.
public ModelPackagingDescription.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModelPackagingDescription.Builder,ModelPackagingDescription>public static ModelPackagingDescription.Builder builder()
public static Class<? extends ModelPackagingDescription.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.