Class ModelPackagingJobMetadata
- java.lang.Object
-
- software.amazon.awssdk.services.lookoutvision.model.ModelPackagingJobMetadata
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ModelPackagingJobMetadata.Builder,ModelPackagingJobMetadata>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceModelPackagingJobMetadata.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ModelPackagingJobMetadata.Builderbuilder()InstantcreationTimestamp()The Unix timestamp for the time and date that the model packaging job was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringjobName()The name of the model packaging job.InstantlastUpdatedTimestamp()The Unix timestamp for the time and date that the model packaging job was last updated.StringmodelPackagingJobDescription()The description for the model packaging job.StringmodelPackagingMethod()The AWS service used to package the job.StringmodelVersion()The version of the model that is in the model package.StringprojectName()The project that contains the model that is in the model package.List<SdkField<?>>sdkFields()static Class<? extends ModelPackagingJobMetadata.Builder>serializableBuilderClass()ModelPackagingJobStatusstatus()The status of the model packaging job.StringstatusAsString()The status of the model packaging job.StringstatusMessage()The status message for the model packaging job.ModelPackagingJobMetadata.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
-
jobName
public final String jobName()
The name of the model packaging job.
- Returns:
- The name of the model packaging job.
-
projectName
public final String projectName()
The project that contains the model that is in the model package.
- Returns:
- The project that contains the model that is in the model package.
-
modelVersion
public final String modelVersion()
The version of the model that is in the model package.
- Returns:
- The version of the model that is in the model package.
-
modelPackagingJobDescription
public final String modelPackagingJobDescription()
The description for the model packaging job.
- Returns:
- The description for the model packaging job.
-
modelPackagingMethod
public final String modelPackagingMethod()
The AWS service used to package the job. Currently Lookout for Vision can package jobs with AWS IoT Greengrass.
- Returns:
- The AWS service used to package the job. Currently Lookout for Vision can package jobs with AWS IoT Greengrass.
-
status
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,
statuswill returnModelPackagingJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the model packaging job.
- See Also:
ModelPackagingJobStatus
-
statusAsString
public 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,
statuswill returnModelPackagingJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the model packaging job.
- See Also:
ModelPackagingJobStatus
-
statusMessage
public final String statusMessage()
The status message for the model packaging job.
- Returns:
- The status message for the model packaging job.
-
creationTimestamp
public final Instant creationTimestamp()
The Unix timestamp for the time and date that the model packaging job was created.
- Returns:
- The Unix timestamp for the time and date that the model packaging job was created.
-
lastUpdatedTimestamp
public final Instant lastUpdatedTimestamp()
The Unix timestamp for the time and date that the model packaging job was last updated.
- Returns:
- The Unix timestamp for the time and date that the model packaging job was last updated.
-
toBuilder
public ModelPackagingJobMetadata.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ModelPackagingJobMetadata.Builder,ModelPackagingJobMetadata>
-
builder
public static ModelPackagingJobMetadata.Builder builder()
-
serializableBuilderClass
public static Class<? extends ModelPackagingJobMetadata.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.
-
-