Class ModelSummary
- java.lang.Object
-
- software.amazon.awssdk.services.lookoutequipment.model.ModelSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ModelSummary.Builder,ModelSummary>
@Generated("software.amazon.awssdk:codegen") public final class ModelSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ModelSummary.Builder,ModelSummary>
Provides information about the specified machine learning model, including dataset and model names and ARNs, as well as status.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceModelSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description LongactiveModelVersion()The model version that the inference scheduler uses to run an inference execution.StringactiveModelVersionArn()The Amazon Resource Name (ARN) of the model version that is set as active.static ModelSummary.Builderbuilder()InstantcreatedAt()The time at which the specific model was created.StringdatasetArn()The Amazon Resource Name (ARN) of the dataset used to create the model.StringdatasetName()The name of the dataset being used for the machine learning model.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LonglatestScheduledRetrainingModelVersion()Indicates the most recent model version that was generated by retraining.InstantlatestScheduledRetrainingStartTime()Indicates the start time of the most recent scheduled retraining run.ModelVersionStatuslatestScheduledRetrainingStatus()Indicates the status of the most recent scheduled retraining run.StringlatestScheduledRetrainingStatusAsString()Indicates the status of the most recent scheduled retraining run.StringmodelArn()The Amazon Resource Name (ARN) of the machine learning model.ModelDiagnosticsOutputConfigurationmodelDiagnosticsOutputConfiguration()Returns the value of the ModelDiagnosticsOutputConfiguration property for this object.StringmodelName()The name of the machine learning model.ModelQualitymodelQuality()Provides a quality assessment for a model that uses labels.StringmodelQualityAsString()Provides a quality assessment for a model that uses labels.InstantnextScheduledRetrainingStartDate()Indicates the date that the next scheduled retraining run will start on.RetrainingSchedulerStatusretrainingSchedulerStatus()Indicates the status of the retraining scheduler.StringretrainingSchedulerStatusAsString()Indicates the status of the retraining scheduler.List<SdkField<?>>sdkFields()static Class<? extends ModelSummary.Builder>serializableBuilderClass()ModelStatusstatus()Indicates the status of the machine learning model.StringstatusAsString()Indicates the status of the machine learning model.ModelSummary.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 machine learning model.
- Returns:
- The name of the machine learning model.
-
modelArn
public final String modelArn()
The Amazon Resource Name (ARN) of the machine learning model.
- Returns:
- The Amazon Resource Name (ARN) of the machine learning model.
-
datasetName
public final String datasetName()
The name of the dataset being used for the machine learning model.
- Returns:
- The name of the dataset being used for the machine learning model.
-
datasetArn
public final String datasetArn()
The Amazon Resource Name (ARN) of the dataset used to create the model.
- Returns:
- The Amazon Resource Name (ARN) of the dataset used to create the model.
-
status
public final ModelStatus status()
Indicates the status of the machine learning model.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnModelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Indicates the status of the machine learning model.
- See Also:
ModelStatus
-
statusAsString
public final String statusAsString()
Indicates the status of the machine learning model.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnModelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Indicates the status of the machine learning model.
- See Also:
ModelStatus
-
createdAt
public final Instant createdAt()
The time at which the specific model was created.
- Returns:
- The time at which the specific model was created.
-
activeModelVersion
public final Long activeModelVersion()
The model version that the inference scheduler uses to run an inference execution.
- Returns:
- The model version that the inference scheduler uses to run an inference execution.
-
activeModelVersionArn
public final String activeModelVersionArn()
The Amazon Resource Name (ARN) of the model version that is set as active. The active model version is the model version that the inference scheduler uses to run an inference execution.
- Returns:
- The Amazon Resource Name (ARN) of the model version that is set as active. The active model version is the model version that the inference scheduler uses to run an inference execution.
-
latestScheduledRetrainingStatus
public final ModelVersionStatus latestScheduledRetrainingStatus()
Indicates the status of the most recent scheduled retraining run.
If the service returns an enum value that is not available in the current SDK version,
latestScheduledRetrainingStatuswill returnModelVersionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlatestScheduledRetrainingStatusAsString().- Returns:
- Indicates the status of the most recent scheduled retraining run.
- See Also:
ModelVersionStatus
-
latestScheduledRetrainingStatusAsString
public final String latestScheduledRetrainingStatusAsString()
Indicates the status of the most recent scheduled retraining run.
If the service returns an enum value that is not available in the current SDK version,
latestScheduledRetrainingStatuswill returnModelVersionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlatestScheduledRetrainingStatusAsString().- Returns:
- Indicates the status of the most recent scheduled retraining run.
- See Also:
ModelVersionStatus
-
latestScheduledRetrainingModelVersion
public final Long latestScheduledRetrainingModelVersion()
Indicates the most recent model version that was generated by retraining.
- Returns:
- Indicates the most recent model version that was generated by retraining.
-
latestScheduledRetrainingStartTime
public final Instant latestScheduledRetrainingStartTime()
Indicates the start time of the most recent scheduled retraining run.
- Returns:
- Indicates the start time of the most recent scheduled retraining run.
-
nextScheduledRetrainingStartDate
public final Instant nextScheduledRetrainingStartDate()
Indicates the date that the next scheduled retraining run will start on. Lookout for Equipment truncates the time you provide to the nearest UTC day.
- Returns:
- Indicates the date that the next scheduled retraining run will start on. Lookout for Equipment truncates the time you provide to the nearest UTC day.
-
retrainingSchedulerStatus
public final RetrainingSchedulerStatus retrainingSchedulerStatus()
Indicates the status of the retraining scheduler.
If the service returns an enum value that is not available in the current SDK version,
retrainingSchedulerStatuswill returnRetrainingSchedulerStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromretrainingSchedulerStatusAsString().- Returns:
- Indicates the status of the retraining scheduler.
- See Also:
RetrainingSchedulerStatus
-
retrainingSchedulerStatusAsString
public final String retrainingSchedulerStatusAsString()
Indicates the status of the retraining scheduler.
If the service returns an enum value that is not available in the current SDK version,
retrainingSchedulerStatuswill returnRetrainingSchedulerStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromretrainingSchedulerStatusAsString().- Returns:
- Indicates the status of the retraining scheduler.
- See Also:
RetrainingSchedulerStatus
-
modelDiagnosticsOutputConfiguration
public final ModelDiagnosticsOutputConfiguration modelDiagnosticsOutputConfiguration()
Returns the value of the ModelDiagnosticsOutputConfiguration property for this object.- Returns:
- The value of the ModelDiagnosticsOutputConfiguration property for this object.
-
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 using labels with your models, see Understanding labeling.
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 using labels with your models, see Understanding labeling.
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 using labels with your models, see Understanding labeling.
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 using labels with your models, see Understanding labeling.
For information about improving the quality of a model, see Best practices with Amazon Lookout for Equipment.
- See Also:
ModelQuality
-
toBuilder
public ModelSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ModelSummary.Builder,ModelSummary>
-
builder
public static ModelSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ModelSummary.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.
-
-