Class ModelVersionSummary
- java.lang.Object
-
- software.amazon.awssdk.services.lookoutequipment.model.ModelVersionSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ModelVersionSummary.Builder,ModelVersionSummary>
@Generated("software.amazon.awssdk:codegen") public final class ModelVersionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ModelVersionSummary.Builder,ModelVersionSummary>
Contains information about the specific model version.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceModelVersionSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ModelVersionSummary.Builderbuilder()InstantcreatedAt()The time when this model version was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringmodelArn()The Amazon Resource Name (ARN) of the model that this model version is a version of.StringmodelName()The name of the model that this model version is a version of.ModelQualitymodelQuality()Provides a quality assessment for a model that uses labels.StringmodelQualityAsString()Provides a quality assessment for a model that uses labels.LongmodelVersion()The version of the model.StringmodelVersionArn()The Amazon Resource Name (ARN) of the model version.List<SdkField<?>>sdkFields()static Class<? extends ModelVersionSummary.Builder>serializableBuilderClass()ModelVersionSourceTypesourceType()Indicates how this model version was generated.StringsourceTypeAsString()Indicates how this model version was generated.ModelVersionStatusstatus()The current status of the model version.StringstatusAsString()The current status of the model version.ModelVersionSummary.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
-
modelName
public final String modelName()
The name of the model that this model version is a version of.
- Returns:
- The name of the model that this model version is a version of.
-
modelArn
public final String modelArn()
The Amazon Resource Name (ARN) of the model that this model version is a version of.
- Returns:
- The Amazon Resource Name (ARN) of the model that this model version is a version of.
-
modelVersion
public final Long modelVersion()
The version of the model.
- Returns:
- The version of the model.
-
modelVersionArn
public final String modelVersionArn()
The Amazon Resource Name (ARN) of the model version.
- Returns:
- The Amazon Resource Name (ARN) of the model version.
-
createdAt
public final Instant createdAt()
The time when this model version was created.
- Returns:
- The time when this model version was created.
-
status
public final ModelVersionStatus status()
The current status of the model version.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnModelVersionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The current status of the model version.
- See Also:
ModelVersionStatus
-
statusAsString
public final String statusAsString()
The current status of the model version.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnModelVersionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The current status of the model version.
- See Also:
ModelVersionStatus
-
sourceType
public final ModelVersionSourceType sourceType()
Indicates how this model version was generated.
If the service returns an enum value that is not available in the current SDK version,
sourceTypewill returnModelVersionSourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsourceTypeAsString().- Returns:
- Indicates how this model version was generated.
- See Also:
ModelVersionSourceType
-
sourceTypeAsString
public final String sourceTypeAsString()
Indicates how this model version was generated.
If the service returns an enum value that is not available in the current SDK version,
sourceTypewill returnModelVersionSourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsourceTypeAsString().- Returns:
- Indicates how this model version was generated.
- See Also:
ModelVersionSourceType
-
modelQuality
public final ModelQuality modelQuality()
Provides a quality assessment for a model that uses labels. If Lookout for Equipment determines that the model quality is poor based on training metrics, the value is
POOR_QUALITY_DETECTED. Otherwise, the value isQUALITY_THRESHOLD_MET.If the model is unlabeled, the model quality can't be assessed and the value of
ModelQualityisCANNOT_DETERMINE_QUALITY. In this situation, you can get a model quality assessment by adding labels to the input dataset and retraining the model.For information about improving the quality of a model, see Best practices with Amazon Lookout for Equipment.
If the service returns an enum value that is not available in the current SDK version,
modelQualitywill returnModelQuality.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommodelQualityAsString().- Returns:
- Provides a quality assessment for a model that uses labels. If Lookout for Equipment determines that the
model quality is poor based on training metrics, the value is
POOR_QUALITY_DETECTED. Otherwise, the value isQUALITY_THRESHOLD_MET.If the model is unlabeled, the model quality can't be assessed and the value of
ModelQualityisCANNOT_DETERMINE_QUALITY. In this situation, you can get a model quality assessment by adding labels to the input dataset and retraining the model.For information about improving the quality of a model, see Best practices with Amazon Lookout for Equipment.
- See Also:
ModelQuality
-
modelQualityAsString
public final String modelQualityAsString()
Provides a quality assessment for a model that uses labels. If Lookout for Equipment determines that the model quality is poor based on training metrics, the value is
POOR_QUALITY_DETECTED. Otherwise, the value isQUALITY_THRESHOLD_MET.If the model is unlabeled, the model quality can't be assessed and the value of
ModelQualityisCANNOT_DETERMINE_QUALITY. In this situation, you can get a model quality assessment by adding labels to the input dataset and retraining the model.For information about improving the quality of a model, see Best practices with Amazon Lookout for Equipment.
If the service returns an enum value that is not available in the current SDK version,
modelQualitywill returnModelQuality.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommodelQualityAsString().- Returns:
- Provides a quality assessment for a model that uses labels. If Lookout for Equipment determines that the
model quality is poor based on training metrics, the value is
POOR_QUALITY_DETECTED. Otherwise, the value isQUALITY_THRESHOLD_MET.If the model is unlabeled, the model quality can't be assessed and the value of
ModelQualityisCANNOT_DETERMINE_QUALITY. In this situation, you can get a model quality assessment by adding labels to the input dataset and retraining the model.For information about improving the quality of a model, see Best practices with Amazon Lookout for Equipment.
- See Also:
ModelQuality
-
toBuilder
public ModelVersionSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ModelVersionSummary.Builder,ModelVersionSummary>
-
builder
public static ModelVersionSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ModelVersionSummary.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.
-
-