Class ModelPackagingDescription
- java.lang.Object
-
- software.amazon.awssdk.services.lookoutvision.model.ModelPackagingDescription
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ModelPackagingDescription.Builder,ModelPackagingDescription>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceModelPackagingDescription.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ModelPackagingDescription.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.ModelPackagingConfigurationmodelPackagingConfiguration()The configuration information used in the model packaging job.StringmodelPackagingJobDescription()The description for the model packaging job.StringmodelPackagingMethod()The AWS service used to package the job.ModelPackagingOutputDetailsmodelPackagingOutputDetails()Information about the output of the model packaging job.StringmodelVersion()The version of the model used in the model packaging job.StringprojectName()The name of the project that's associated with a model that's in the model package.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ModelPackagingDescription.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.ModelPackagingDescription.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 name of the project that's associated with a model that's in the model package.
- Returns:
- The name of the project that's associated with a model that's in the model package.
-
modelVersion
public final String modelVersion()
The version of the model used in the model packaging job.
- Returns:
- The version of the model used in the model packaging job.
-
modelPackagingConfiguration
public final ModelPackagingConfiguration modelPackagingConfiguration()
The configuration information used in the model packaging job.
- Returns:
- The configuration information used in the model packaging job.
-
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.
-
modelPackagingOutputDetails
public final ModelPackagingOutputDetails modelPackagingOutputDetails()
Information about the output of the model packaging job. For more information, see DescribeModelPackagingJob.
- Returns:
- Information about the output of the model packaging job. For more information, see DescribeModelPackagingJob.
-
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 ModelPackagingDescription.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ModelPackagingDescription.Builder,ModelPackagingDescription>
-
builder
public static ModelPackagingDescription.Builder builder()
-
serializableBuilderClass
public static Class<? extends ModelPackagingDescription.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-