@Generated(value="software.amazon.awssdk:codegen") public final class ModelPackagingJobMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ModelPackagingJobMetadata.Builder,ModelPackagingJobMetadata>
Metadata for a model packaging job. For more information, see ListModelPackagingJobs.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModelPackagingJobMetadata.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ModelPackagingJobMetadata.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.
|
String |
modelPackagingJobDescription()
The description for the model packaging job.
|
String |
modelPackagingMethod()
The AWS service used to package the job.
|
String |
modelVersion()
The version of the model that is in the model package.
|
String |
projectName()
The project that contains the model that is in the model package.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModelPackagingJobMetadata.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.
|
ModelPackagingJobMetadata.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 project that contains the model that is in the model package.
public final String modelVersion()
The version of the model that is in the model package.
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 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 ModelPackagingJobMetadata.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModelPackagingJobMetadata.Builder,ModelPackagingJobMetadata>public static ModelPackagingJobMetadata.Builder builder()
public static Class<? extends ModelPackagingJobMetadata.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.