@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeModelResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeModelResult() |
Modifier and Type | Method and Description |
---|---|
DescribeModelResult |
clone() |
boolean |
equals(Object obj) |
Date |
getAccumulatedInferenceDataEndTime()
Indicates the end time of the inference data that has been accumulated.
|
Date |
getAccumulatedInferenceDataStartTime()
Indicates the start time of the inference data that has been accumulated.
|
Long |
getActiveModelVersion()
The name of the model version used by the inference schedular when running a scheduled inference execution.
|
String |
getActiveModelVersionArn()
The Amazon Resource Name (ARN) of the model version used by the inference scheduler when running a scheduled
inference execution.
|
Date |
getCreatedAt()
Indicates the time and date at which the machine learning model was created.
|
DataPreProcessingConfiguration |
getDataPreProcessingConfiguration()
The configuration is the
TargetSamplingRate , which is the sampling rate of the data after post
processing by Amazon Lookout for Equipment. |
String |
getDatasetArn()
The Amazon Resouce Name (ARN) of the dataset used to create the machine learning model being described.
|
String |
getDatasetName()
The name of the dataset being used by the machine learning being described.
|
Date |
getEvaluationDataEndTime()
Indicates the time reference in the dataset that was used to end the subset of evaluation data for the machine
learning model.
|
Date |
getEvaluationDataStartTime()
Indicates the time reference in the dataset that was used to begin the subset of evaluation data for the machine
learning model.
|
String |
getFailedReason()
If the training of the machine learning model failed, this indicates the reason for that failure.
|
Date |
getImportJobEndTime()
The date and time when the import job was completed.
|
Date |
getImportJobStartTime()
The date and time when the import job was started.
|
LabelsInputConfiguration |
getLabelsInputConfiguration()
Specifies configuration information about the labels input, including its S3 location.
|
Date |
getLastUpdatedTime()
Indicates the last time the machine learning model was updated.
|
Integer |
getLatestScheduledRetrainingAvailableDataInDays()
Indicates the number of days of data used in the most recent scheduled retraining run.
|
String |
getLatestScheduledRetrainingFailedReason()
If the model version was generated by retraining and the training failed, this indicates the reason for that
failure.
|
Long |
getLatestScheduledRetrainingModelVersion()
Indicates the most recent model version that was generated by retraining.
|
Date |
getLatestScheduledRetrainingStartTime()
Indicates the start time of the most recent scheduled retraining run.
|
String |
getLatestScheduledRetrainingStatus()
Indicates the status of the most recent scheduled retraining run.
|
String |
getModelArn()
The Amazon Resource Name (ARN) of the machine learning model being described.
|
ModelDiagnosticsOutputConfiguration |
getModelDiagnosticsOutputConfiguration()
Configuration information for the model's pointwise model diagnostics.
|
String |
getModelMetrics()
The Model Metrics show an aggregated summary of the model's performance within the evaluation time range.
|
String |
getModelName()
The name of the machine learning model being described.
|
String |
getModelQuality()
Provides a quality assessment for a model that uses labels.
|
Date |
getModelVersionActivatedAt()
The date the active model version was activated.
|
Date |
getNextScheduledRetrainingStartDate()
Indicates the date and time that the next scheduled retraining run will start on.
|
String |
getOffCondition()
Indicates that the asset associated with this sensor has been shut off.
|
Long |
getPreviousActiveModelVersion()
The model version that was set as the active model version prior to the current active model version.
|
String |
getPreviousActiveModelVersionArn()
The ARN of the model version that was set as the active model version prior to the current active model version.
|
Date |
getPreviousModelVersionActivatedAt()
The date and time when the previous active model version was activated.
|
String |
getPriorModelMetrics()
If the model version was retrained, this field shows a summary of the performance of the prior model on the new
training range.
|
String |
getRetrainingSchedulerStatus()
Indicates the status of the retraining scheduler.
|
String |
getRoleArn()
The Amazon Resource Name (ARN) of a role with permission to access the data source for the machine learning model
being described.
|
String |
getSchema()
A JSON description of the data that is in each time series dataset, including names, column names, and data
types.
|
String |
getServerSideKmsKeyId()
Provides the identifier of the KMS key used to encrypt model data by Amazon Lookout for Equipment.
|
String |
getSourceModelVersionArn()
The Amazon Resource Name (ARN) of the source model version.
|
String |
getStatus()
Specifies the current status of the model being described.
|
Date |
getTrainingDataEndTime()
Indicates the time reference in the dataset that was used to end the subset of training data for the machine
learning model.
|
Date |
getTrainingDataStartTime()
Indicates the time reference in the dataset that was used to begin the subset of training data for the machine
learning model.
|
Date |
getTrainingExecutionEndTime()
Indicates the time at which the training of the machine learning model was completed.
|
Date |
getTrainingExecutionStartTime()
Indicates the time at which the training of the machine learning model began.
|
int |
hashCode() |
void |
setAccumulatedInferenceDataEndTime(Date accumulatedInferenceDataEndTime)
Indicates the end time of the inference data that has been accumulated.
|
void |
setAccumulatedInferenceDataStartTime(Date accumulatedInferenceDataStartTime)
Indicates the start time of the inference data that has been accumulated.
|
void |
setActiveModelVersion(Long activeModelVersion)
The name of the model version used by the inference schedular when running a scheduled inference execution.
|
void |
setActiveModelVersionArn(String activeModelVersionArn)
The Amazon Resource Name (ARN) of the model version used by the inference scheduler when running a scheduled
inference execution.
|
void |
setCreatedAt(Date createdAt)
Indicates the time and date at which the machine learning model was created.
|
void |
setDataPreProcessingConfiguration(DataPreProcessingConfiguration dataPreProcessingConfiguration)
The configuration is the
TargetSamplingRate , which is the sampling rate of the data after post
processing by Amazon Lookout for Equipment. |
void |
setDatasetArn(String datasetArn)
The Amazon Resouce Name (ARN) of the dataset used to create the machine learning model being described.
|
void |
setDatasetName(String datasetName)
The name of the dataset being used by the machine learning being described.
|
void |
setEvaluationDataEndTime(Date evaluationDataEndTime)
Indicates the time reference in the dataset that was used to end the subset of evaluation data for the machine
learning model.
|
void |
setEvaluationDataStartTime(Date evaluationDataStartTime)
Indicates the time reference in the dataset that was used to begin the subset of evaluation data for the machine
learning model.
|
void |
setFailedReason(String failedReason)
If the training of the machine learning model failed, this indicates the reason for that failure.
|
void |
setImportJobEndTime(Date importJobEndTime)
The date and time when the import job was completed.
|
void |
setImportJobStartTime(Date importJobStartTime)
The date and time when the import job was started.
|
void |
setLabelsInputConfiguration(LabelsInputConfiguration labelsInputConfiguration)
Specifies configuration information about the labels input, including its S3 location.
|
void |
setLastUpdatedTime(Date lastUpdatedTime)
Indicates the last time the machine learning model was updated.
|
void |
setLatestScheduledRetrainingAvailableDataInDays(Integer latestScheduledRetrainingAvailableDataInDays)
Indicates the number of days of data used in the most recent scheduled retraining run.
|
void |
setLatestScheduledRetrainingFailedReason(String latestScheduledRetrainingFailedReason)
If the model version was generated by retraining and the training failed, this indicates the reason for that
failure.
|
void |
setLatestScheduledRetrainingModelVersion(Long latestScheduledRetrainingModelVersion)
Indicates the most recent model version that was generated by retraining.
|
void |
setLatestScheduledRetrainingStartTime(Date latestScheduledRetrainingStartTime)
Indicates the start time of the most recent scheduled retraining run.
|
void |
setLatestScheduledRetrainingStatus(String latestScheduledRetrainingStatus)
Indicates the status of the most recent scheduled retraining run.
|
void |
setModelArn(String modelArn)
The Amazon Resource Name (ARN) of the machine learning model being described.
|
void |
setModelDiagnosticsOutputConfiguration(ModelDiagnosticsOutputConfiguration modelDiagnosticsOutputConfiguration)
Configuration information for the model's pointwise model diagnostics.
|
void |
setModelMetrics(String modelMetrics)
The Model Metrics show an aggregated summary of the model's performance within the evaluation time range.
|
void |
setModelName(String modelName)
The name of the machine learning model being described.
|
void |
setModelQuality(String modelQuality)
Provides a quality assessment for a model that uses labels.
|
void |
setModelVersionActivatedAt(Date modelVersionActivatedAt)
The date the active model version was activated.
|
void |
setNextScheduledRetrainingStartDate(Date nextScheduledRetrainingStartDate)
Indicates the date and time that the next scheduled retraining run will start on.
|
void |
setOffCondition(String offCondition)
Indicates that the asset associated with this sensor has been shut off.
|
void |
setPreviousActiveModelVersion(Long previousActiveModelVersion)
The model version that was set as the active model version prior to the current active model version.
|
void |
setPreviousActiveModelVersionArn(String previousActiveModelVersionArn)
The ARN of the model version that was set as the active model version prior to the current active model version.
|
void |
setPreviousModelVersionActivatedAt(Date previousModelVersionActivatedAt)
The date and time when the previous active model version was activated.
|
void |
setPriorModelMetrics(String priorModelMetrics)
If the model version was retrained, this field shows a summary of the performance of the prior model on the new
training range.
|
void |
setRetrainingSchedulerStatus(String retrainingSchedulerStatus)
Indicates the status of the retraining scheduler.
|
void |
setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of a role with permission to access the data source for the machine learning model
being described.
|
void |
setSchema(String schema)
A JSON description of the data that is in each time series dataset, including names, column names, and data
types.
|
void |
setServerSideKmsKeyId(String serverSideKmsKeyId)
Provides the identifier of the KMS key used to encrypt model data by Amazon Lookout for Equipment.
|
void |
setSourceModelVersionArn(String sourceModelVersionArn)
The Amazon Resource Name (ARN) of the source model version.
|
void |
setStatus(String status)
Specifies the current status of the model being described.
|
void |
setTrainingDataEndTime(Date trainingDataEndTime)
Indicates the time reference in the dataset that was used to end the subset of training data for the machine
learning model.
|
void |
setTrainingDataStartTime(Date trainingDataStartTime)
Indicates the time reference in the dataset that was used to begin the subset of training data for the machine
learning model.
|
void |
setTrainingExecutionEndTime(Date trainingExecutionEndTime)
Indicates the time at which the training of the machine learning model was completed.
|
void |
setTrainingExecutionStartTime(Date trainingExecutionStartTime)
Indicates the time at which the training of the machine learning model began.
|
String |
toString()
Returns a string representation of this object.
|
DescribeModelResult |
withAccumulatedInferenceDataEndTime(Date accumulatedInferenceDataEndTime)
Indicates the end time of the inference data that has been accumulated.
|
DescribeModelResult |
withAccumulatedInferenceDataStartTime(Date accumulatedInferenceDataStartTime)
Indicates the start time of the inference data that has been accumulated.
|
DescribeModelResult |
withActiveModelVersion(Long activeModelVersion)
The name of the model version used by the inference schedular when running a scheduled inference execution.
|
DescribeModelResult |
withActiveModelVersionArn(String activeModelVersionArn)
The Amazon Resource Name (ARN) of the model version used by the inference scheduler when running a scheduled
inference execution.
|
DescribeModelResult |
withCreatedAt(Date createdAt)
Indicates the time and date at which the machine learning model was created.
|
DescribeModelResult |
withDataPreProcessingConfiguration(DataPreProcessingConfiguration dataPreProcessingConfiguration)
The configuration is the
TargetSamplingRate , which is the sampling rate of the data after post
processing by Amazon Lookout for Equipment. |
DescribeModelResult |
withDatasetArn(String datasetArn)
The Amazon Resouce Name (ARN) of the dataset used to create the machine learning model being described.
|
DescribeModelResult |
withDatasetName(String datasetName)
The name of the dataset being used by the machine learning being described.
|
DescribeModelResult |
withEvaluationDataEndTime(Date evaluationDataEndTime)
Indicates the time reference in the dataset that was used to end the subset of evaluation data for the machine
learning model.
|
DescribeModelResult |
withEvaluationDataStartTime(Date evaluationDataStartTime)
Indicates the time reference in the dataset that was used to begin the subset of evaluation data for the machine
learning model.
|
DescribeModelResult |
withFailedReason(String failedReason)
If the training of the machine learning model failed, this indicates the reason for that failure.
|
DescribeModelResult |
withImportJobEndTime(Date importJobEndTime)
The date and time when the import job was completed.
|
DescribeModelResult |
withImportJobStartTime(Date importJobStartTime)
The date and time when the import job was started.
|
DescribeModelResult |
withLabelsInputConfiguration(LabelsInputConfiguration labelsInputConfiguration)
Specifies configuration information about the labels input, including its S3 location.
|
DescribeModelResult |
withLastUpdatedTime(Date lastUpdatedTime)
Indicates the last time the machine learning model was updated.
|
DescribeModelResult |
withLatestScheduledRetrainingAvailableDataInDays(Integer latestScheduledRetrainingAvailableDataInDays)
Indicates the number of days of data used in the most recent scheduled retraining run.
|
DescribeModelResult |
withLatestScheduledRetrainingFailedReason(String latestScheduledRetrainingFailedReason)
If the model version was generated by retraining and the training failed, this indicates the reason for that
failure.
|
DescribeModelResult |
withLatestScheduledRetrainingModelVersion(Long latestScheduledRetrainingModelVersion)
Indicates the most recent model version that was generated by retraining.
|
DescribeModelResult |
withLatestScheduledRetrainingStartTime(Date latestScheduledRetrainingStartTime)
Indicates the start time of the most recent scheduled retraining run.
|
DescribeModelResult |
withLatestScheduledRetrainingStatus(ModelVersionStatus latestScheduledRetrainingStatus)
Indicates the status of the most recent scheduled retraining run.
|
DescribeModelResult |
withLatestScheduledRetrainingStatus(String latestScheduledRetrainingStatus)
Indicates the status of the most recent scheduled retraining run.
|
DescribeModelResult |
withModelArn(String modelArn)
The Amazon Resource Name (ARN) of the machine learning model being described.
|
DescribeModelResult |
withModelDiagnosticsOutputConfiguration(ModelDiagnosticsOutputConfiguration modelDiagnosticsOutputConfiguration)
Configuration information for the model's pointwise model diagnostics.
|
DescribeModelResult |
withModelMetrics(String modelMetrics)
The Model Metrics show an aggregated summary of the model's performance within the evaluation time range.
|
DescribeModelResult |
withModelName(String modelName)
The name of the machine learning model being described.
|
DescribeModelResult |
withModelQuality(ModelQuality modelQuality)
Provides a quality assessment for a model that uses labels.
|
DescribeModelResult |
withModelQuality(String modelQuality)
Provides a quality assessment for a model that uses labels.
|
DescribeModelResult |
withModelVersionActivatedAt(Date modelVersionActivatedAt)
The date the active model version was activated.
|
DescribeModelResult |
withNextScheduledRetrainingStartDate(Date nextScheduledRetrainingStartDate)
Indicates the date and time that the next scheduled retraining run will start on.
|
DescribeModelResult |
withOffCondition(String offCondition)
Indicates that the asset associated with this sensor has been shut off.
|
DescribeModelResult |
withPreviousActiveModelVersion(Long previousActiveModelVersion)
The model version that was set as the active model version prior to the current active model version.
|
DescribeModelResult |
withPreviousActiveModelVersionArn(String previousActiveModelVersionArn)
The ARN of the model version that was set as the active model version prior to the current active model version.
|
DescribeModelResult |
withPreviousModelVersionActivatedAt(Date previousModelVersionActivatedAt)
The date and time when the previous active model version was activated.
|
DescribeModelResult |
withPriorModelMetrics(String priorModelMetrics)
If the model version was retrained, this field shows a summary of the performance of the prior model on the new
training range.
|
DescribeModelResult |
withRetrainingSchedulerStatus(RetrainingSchedulerStatus retrainingSchedulerStatus)
Indicates the status of the retraining scheduler.
|
DescribeModelResult |
withRetrainingSchedulerStatus(String retrainingSchedulerStatus)
Indicates the status of the retraining scheduler.
|
DescribeModelResult |
withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of a role with permission to access the data source for the machine learning model
being described.
|
DescribeModelResult |
withSchema(String schema)
A JSON description of the data that is in each time series dataset, including names, column names, and data
types.
|
DescribeModelResult |
withServerSideKmsKeyId(String serverSideKmsKeyId)
Provides the identifier of the KMS key used to encrypt model data by Amazon Lookout for Equipment.
|
DescribeModelResult |
withSourceModelVersionArn(String sourceModelVersionArn)
The Amazon Resource Name (ARN) of the source model version.
|
DescribeModelResult |
withStatus(ModelStatus status)
Specifies the current status of the model being described.
|
DescribeModelResult |
withStatus(String status)
Specifies the current status of the model being described.
|
DescribeModelResult |
withTrainingDataEndTime(Date trainingDataEndTime)
Indicates the time reference in the dataset that was used to end the subset of training data for the machine
learning model.
|
DescribeModelResult |
withTrainingDataStartTime(Date trainingDataStartTime)
Indicates the time reference in the dataset that was used to begin the subset of training data for the machine
learning model.
|
DescribeModelResult |
withTrainingExecutionEndTime(Date trainingExecutionEndTime)
Indicates the time at which the training of the machine learning model was completed.
|
DescribeModelResult |
withTrainingExecutionStartTime(Date trainingExecutionStartTime)
Indicates the time at which the training of the machine learning model began.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setModelName(String modelName)
The name of the machine learning model being described.
modelName
- The name of the machine learning model being described.public String getModelName()
The name of the machine learning model being described.
public DescribeModelResult withModelName(String modelName)
The name of the machine learning model being described.
modelName
- The name of the machine learning model being described.public void setModelArn(String modelArn)
The Amazon Resource Name (ARN) of the machine learning model being described.
modelArn
- The Amazon Resource Name (ARN) of the machine learning model being described.public String getModelArn()
The Amazon Resource Name (ARN) of the machine learning model being described.
public DescribeModelResult withModelArn(String modelArn)
The Amazon Resource Name (ARN) of the machine learning model being described.
modelArn
- The Amazon Resource Name (ARN) of the machine learning model being described.public void setDatasetName(String datasetName)
The name of the dataset being used by the machine learning being described.
datasetName
- The name of the dataset being used by the machine learning being described.public String getDatasetName()
The name of the dataset being used by the machine learning being described.
public DescribeModelResult withDatasetName(String datasetName)
The name of the dataset being used by the machine learning being described.
datasetName
- The name of the dataset being used by the machine learning being described.public void setDatasetArn(String datasetArn)
The Amazon Resouce Name (ARN) of the dataset used to create the machine learning model being described.
datasetArn
- The Amazon Resouce Name (ARN) of the dataset used to create the machine learning model being described.public String getDatasetArn()
The Amazon Resouce Name (ARN) of the dataset used to create the machine learning model being described.
public DescribeModelResult withDatasetArn(String datasetArn)
The Amazon Resouce Name (ARN) of the dataset used to create the machine learning model being described.
datasetArn
- The Amazon Resouce Name (ARN) of the dataset used to create the machine learning model being described.public void setSchema(String schema)
A JSON description of the data that is in each time series dataset, including names, column names, and data types.
This field's value must be valid JSON according to RFC 7159, including the opening and closing braces. For example: '{"key": "value"}'.
The AWS SDK for Java performs a Base64 encoding on this field before sending this request to the AWS service. Users of the SDK should not perform Base64 encoding on this field.
schema
- A JSON description of the data that is in each time series dataset, including names, column names, and
data types.public String getSchema()
A JSON description of the data that is in each time series dataset, including names, column names, and data types.
This field's value will be valid JSON according to RFC 7159, including the opening and closing braces. For example: '{"key": "value"}'.
public DescribeModelResult withSchema(String schema)
A JSON description of the data that is in each time series dataset, including names, column names, and data types.
This field's value must be valid JSON according to RFC 7159, including the opening and closing braces. For example: '{"key": "value"}'.
The AWS SDK for Java performs a Base64 encoding on this field before sending this request to the AWS service. Users of the SDK should not perform Base64 encoding on this field.
schema
- A JSON description of the data that is in each time series dataset, including names, column names, and
data types.public void setLabelsInputConfiguration(LabelsInputConfiguration labelsInputConfiguration)
Specifies configuration information about the labels input, including its S3 location.
labelsInputConfiguration
- Specifies configuration information about the labels input, including its S3 location.public LabelsInputConfiguration getLabelsInputConfiguration()
Specifies configuration information about the labels input, including its S3 location.
public DescribeModelResult withLabelsInputConfiguration(LabelsInputConfiguration labelsInputConfiguration)
Specifies configuration information about the labels input, including its S3 location.
labelsInputConfiguration
- Specifies configuration information about the labels input, including its S3 location.public void setTrainingDataStartTime(Date trainingDataStartTime)
Indicates the time reference in the dataset that was used to begin the subset of training data for the machine learning model.
trainingDataStartTime
- Indicates the time reference in the dataset that was used to begin the subset of training data for the
machine learning model.public Date getTrainingDataStartTime()
Indicates the time reference in the dataset that was used to begin the subset of training data for the machine learning model.
public DescribeModelResult withTrainingDataStartTime(Date trainingDataStartTime)
Indicates the time reference in the dataset that was used to begin the subset of training data for the machine learning model.
trainingDataStartTime
- Indicates the time reference in the dataset that was used to begin the subset of training data for the
machine learning model.public void setTrainingDataEndTime(Date trainingDataEndTime)
Indicates the time reference in the dataset that was used to end the subset of training data for the machine learning model.
trainingDataEndTime
- Indicates the time reference in the dataset that was used to end the subset of training data for the
machine learning model.public Date getTrainingDataEndTime()
Indicates the time reference in the dataset that was used to end the subset of training data for the machine learning model.
public DescribeModelResult withTrainingDataEndTime(Date trainingDataEndTime)
Indicates the time reference in the dataset that was used to end the subset of training data for the machine learning model.
trainingDataEndTime
- Indicates the time reference in the dataset that was used to end the subset of training data for the
machine learning model.public void setEvaluationDataStartTime(Date evaluationDataStartTime)
Indicates the time reference in the dataset that was used to begin the subset of evaluation data for the machine learning model.
evaluationDataStartTime
- Indicates the time reference in the dataset that was used to begin the subset of evaluation data for the
machine learning model.public Date getEvaluationDataStartTime()
Indicates the time reference in the dataset that was used to begin the subset of evaluation data for the machine learning model.
public DescribeModelResult withEvaluationDataStartTime(Date evaluationDataStartTime)
Indicates the time reference in the dataset that was used to begin the subset of evaluation data for the machine learning model.
evaluationDataStartTime
- Indicates the time reference in the dataset that was used to begin the subset of evaluation data for the
machine learning model.public void setEvaluationDataEndTime(Date evaluationDataEndTime)
Indicates the time reference in the dataset that was used to end the subset of evaluation data for the machine learning model.
evaluationDataEndTime
- Indicates the time reference in the dataset that was used to end the subset of evaluation data for the
machine learning model.public Date getEvaluationDataEndTime()
Indicates the time reference in the dataset that was used to end the subset of evaluation data for the machine learning model.
public DescribeModelResult withEvaluationDataEndTime(Date evaluationDataEndTime)
Indicates the time reference in the dataset that was used to end the subset of evaluation data for the machine learning model.
evaluationDataEndTime
- Indicates the time reference in the dataset that was used to end the subset of evaluation data for the
machine learning model.public void setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of a role with permission to access the data source for the machine learning model being described.
roleArn
- The Amazon Resource Name (ARN) of a role with permission to access the data source for the machine
learning model being described.public String getRoleArn()
The Amazon Resource Name (ARN) of a role with permission to access the data source for the machine learning model being described.
public DescribeModelResult withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of a role with permission to access the data source for the machine learning model being described.
roleArn
- The Amazon Resource Name (ARN) of a role with permission to access the data source for the machine
learning model being described.public void setDataPreProcessingConfiguration(DataPreProcessingConfiguration dataPreProcessingConfiguration)
The configuration is the TargetSamplingRate
, which is the sampling rate of the data after post
processing by Amazon Lookout for Equipment. For example, if you provide data that has been collected at a 1
second level and you want the system to resample the data at a 1 minute rate before training, the
TargetSamplingRate
is 1 minute.
When providing a value for the TargetSamplingRate
, you must attach the prefix "PT" to the rate you
want. The value for a 1 second rate is therefore PT1S, the value for a 15 minute rate is PT15M, and
the value for a 1 hour rate is PT1H
dataPreProcessingConfiguration
- The configuration is the TargetSamplingRate
, which is the sampling rate of the data after
post processing by Amazon Lookout for Equipment. For example, if you provide data that has been collected
at a 1 second level and you want the system to resample the data at a 1 minute rate before training, the
TargetSamplingRate
is 1 minute.
When providing a value for the TargetSamplingRate
, you must attach the prefix "PT" to the
rate you want. The value for a 1 second rate is therefore PT1S, the value for a 15 minute rate is
PT15M, and the value for a 1 hour rate is PT1H
public DataPreProcessingConfiguration getDataPreProcessingConfiguration()
The configuration is the TargetSamplingRate
, which is the sampling rate of the data after post
processing by Amazon Lookout for Equipment. For example, if you provide data that has been collected at a 1
second level and you want the system to resample the data at a 1 minute rate before training, the
TargetSamplingRate
is 1 minute.
When providing a value for the TargetSamplingRate
, you must attach the prefix "PT" to the rate you
want. The value for a 1 second rate is therefore PT1S, the value for a 15 minute rate is PT15M, and
the value for a 1 hour rate is PT1H
TargetSamplingRate
, which is the sampling rate of the data after
post processing by Amazon Lookout for Equipment. For example, if you provide data that has been collected
at a 1 second level and you want the system to resample the data at a 1 minute rate before training, the
TargetSamplingRate
is 1 minute.
When providing a value for the TargetSamplingRate
, you must attach the prefix "PT" to the
rate you want. The value for a 1 second rate is therefore PT1S, the value for a 15 minute rate is
PT15M, and the value for a 1 hour rate is PT1H
public DescribeModelResult withDataPreProcessingConfiguration(DataPreProcessingConfiguration dataPreProcessingConfiguration)
The configuration is the TargetSamplingRate
, which is the sampling rate of the data after post
processing by Amazon Lookout for Equipment. For example, if you provide data that has been collected at a 1
second level and you want the system to resample the data at a 1 minute rate before training, the
TargetSamplingRate
is 1 minute.
When providing a value for the TargetSamplingRate
, you must attach the prefix "PT" to the rate you
want. The value for a 1 second rate is therefore PT1S, the value for a 15 minute rate is PT15M, and
the value for a 1 hour rate is PT1H
dataPreProcessingConfiguration
- The configuration is the TargetSamplingRate
, which is the sampling rate of the data after
post processing by Amazon Lookout for Equipment. For example, if you provide data that has been collected
at a 1 second level and you want the system to resample the data at a 1 minute rate before training, the
TargetSamplingRate
is 1 minute.
When providing a value for the TargetSamplingRate
, you must attach the prefix "PT" to the
rate you want. The value for a 1 second rate is therefore PT1S, the value for a 15 minute rate is
PT15M, and the value for a 1 hour rate is PT1H
public void setStatus(String status)
Specifies the current status of the model being described. Status describes the status of the most recent action of the model.
status
- Specifies the current status of the model being described. Status describes the status of the most recent
action of the model.ModelStatus
public String getStatus()
Specifies the current status of the model being described. Status describes the status of the most recent action of the model.
ModelStatus
public DescribeModelResult withStatus(String status)
Specifies the current status of the model being described. Status describes the status of the most recent action of the model.
status
- Specifies the current status of the model being described. Status describes the status of the most recent
action of the model.ModelStatus
public DescribeModelResult withStatus(ModelStatus status)
Specifies the current status of the model being described. Status describes the status of the most recent action of the model.
status
- Specifies the current status of the model being described. Status describes the status of the most recent
action of the model.ModelStatus
public void setTrainingExecutionStartTime(Date trainingExecutionStartTime)
Indicates the time at which the training of the machine learning model began.
trainingExecutionStartTime
- Indicates the time at which the training of the machine learning model began.public Date getTrainingExecutionStartTime()
Indicates the time at which the training of the machine learning model began.
public DescribeModelResult withTrainingExecutionStartTime(Date trainingExecutionStartTime)
Indicates the time at which the training of the machine learning model began.
trainingExecutionStartTime
- Indicates the time at which the training of the machine learning model began.public void setTrainingExecutionEndTime(Date trainingExecutionEndTime)
Indicates the time at which the training of the machine learning model was completed.
trainingExecutionEndTime
- Indicates the time at which the training of the machine learning model was completed.public Date getTrainingExecutionEndTime()
Indicates the time at which the training of the machine learning model was completed.
public DescribeModelResult withTrainingExecutionEndTime(Date trainingExecutionEndTime)
Indicates the time at which the training of the machine learning model was completed.
trainingExecutionEndTime
- Indicates the time at which the training of the machine learning model was completed.public void setFailedReason(String failedReason)
If the training of the machine learning model failed, this indicates the reason for that failure.
failedReason
- If the training of the machine learning model failed, this indicates the reason for that failure.public String getFailedReason()
If the training of the machine learning model failed, this indicates the reason for that failure.
public DescribeModelResult withFailedReason(String failedReason)
If the training of the machine learning model failed, this indicates the reason for that failure.
failedReason
- If the training of the machine learning model failed, this indicates the reason for that failure.public void setModelMetrics(String modelMetrics)
The Model Metrics show an aggregated summary of the model's performance within the evaluation time range. This is the JSON content of the metrics created when evaluating the model.
This field's value must be valid JSON according to RFC 7159, including the opening and closing braces. For example: '{"key": "value"}'.
The AWS SDK for Java performs a Base64 encoding on this field before sending this request to the AWS service. Users of the SDK should not perform Base64 encoding on this field.
modelMetrics
- The Model Metrics show an aggregated summary of the model's performance within the evaluation time range.
This is the JSON content of the metrics created when evaluating the model.public String getModelMetrics()
The Model Metrics show an aggregated summary of the model's performance within the evaluation time range. This is the JSON content of the metrics created when evaluating the model.
This field's value will be valid JSON according to RFC 7159, including the opening and closing braces. For example: '{"key": "value"}'.
public DescribeModelResult withModelMetrics(String modelMetrics)
The Model Metrics show an aggregated summary of the model's performance within the evaluation time range. This is the JSON content of the metrics created when evaluating the model.
This field's value must be valid JSON according to RFC 7159, including the opening and closing braces. For example: '{"key": "value"}'.
The AWS SDK for Java performs a Base64 encoding on this field before sending this request to the AWS service. Users of the SDK should not perform Base64 encoding on this field.
modelMetrics
- The Model Metrics show an aggregated summary of the model's performance within the evaluation time range.
This is the JSON content of the metrics created when evaluating the model.public void setLastUpdatedTime(Date lastUpdatedTime)
Indicates the last time the machine learning model was updated. The type of update is not specified.
lastUpdatedTime
- Indicates the last time the machine learning model was updated. The type of update is not specified.public Date getLastUpdatedTime()
Indicates the last time the machine learning model was updated. The type of update is not specified.
public DescribeModelResult withLastUpdatedTime(Date lastUpdatedTime)
Indicates the last time the machine learning model was updated. The type of update is not specified.
lastUpdatedTime
- Indicates the last time the machine learning model was updated. The type of update is not specified.public void setCreatedAt(Date createdAt)
Indicates the time and date at which the machine learning model was created.
createdAt
- Indicates the time and date at which the machine learning model was created.public Date getCreatedAt()
Indicates the time and date at which the machine learning model was created.
public DescribeModelResult withCreatedAt(Date createdAt)
Indicates the time and date at which the machine learning model was created.
createdAt
- Indicates the time and date at which the machine learning model was created.public void setServerSideKmsKeyId(String serverSideKmsKeyId)
Provides the identifier of the KMS key used to encrypt model data by Amazon Lookout for Equipment.
serverSideKmsKeyId
- Provides the identifier of the KMS key used to encrypt model data by Amazon Lookout for Equipment.public String getServerSideKmsKeyId()
Provides the identifier of the KMS key used to encrypt model data by Amazon Lookout for Equipment.
public DescribeModelResult withServerSideKmsKeyId(String serverSideKmsKeyId)
Provides the identifier of the KMS key used to encrypt model data by Amazon Lookout for Equipment.
serverSideKmsKeyId
- Provides the identifier of the KMS key used to encrypt model data by Amazon Lookout for Equipment.public void setOffCondition(String offCondition)
Indicates that the asset associated with this sensor has been shut off. As long as this condition is met, Lookout for Equipment will not use data from this asset for training, evaluation, or inference.
offCondition
- Indicates that the asset associated with this sensor has been shut off. As long as this condition is met,
Lookout for Equipment will not use data from this asset for training, evaluation, or inference.public String getOffCondition()
Indicates that the asset associated with this sensor has been shut off. As long as this condition is met, Lookout for Equipment will not use data from this asset for training, evaluation, or inference.
public DescribeModelResult withOffCondition(String offCondition)
Indicates that the asset associated with this sensor has been shut off. As long as this condition is met, Lookout for Equipment will not use data from this asset for training, evaluation, or inference.
offCondition
- Indicates that the asset associated with this sensor has been shut off. As long as this condition is met,
Lookout for Equipment will not use data from this asset for training, evaluation, or inference.public void setSourceModelVersionArn(String sourceModelVersionArn)
The Amazon Resource Name (ARN) of the source model version. This field appears if the active model version was imported.
sourceModelVersionArn
- The Amazon Resource Name (ARN) of the source model version. This field appears if the active model version
was imported.public String getSourceModelVersionArn()
The Amazon Resource Name (ARN) of the source model version. This field appears if the active model version was imported.
public DescribeModelResult withSourceModelVersionArn(String sourceModelVersionArn)
The Amazon Resource Name (ARN) of the source model version. This field appears if the active model version was imported.
sourceModelVersionArn
- The Amazon Resource Name (ARN) of the source model version. This field appears if the active model version
was imported.public void setImportJobStartTime(Date importJobStartTime)
The date and time when the import job was started. This field appears if the active model version was imported.
importJobStartTime
- The date and time when the import job was started. This field appears if the active model version was
imported.public Date getImportJobStartTime()
The date and time when the import job was started. This field appears if the active model version was imported.
public DescribeModelResult withImportJobStartTime(Date importJobStartTime)
The date and time when the import job was started. This field appears if the active model version was imported.
importJobStartTime
- The date and time when the import job was started. This field appears if the active model version was
imported.public void setImportJobEndTime(Date importJobEndTime)
The date and time when the import job was completed. This field appears if the active model version was imported.
importJobEndTime
- The date and time when the import job was completed. This field appears if the active model version was
imported.public Date getImportJobEndTime()
The date and time when the import job was completed. This field appears if the active model version was imported.
public DescribeModelResult withImportJobEndTime(Date importJobEndTime)
The date and time when the import job was completed. This field appears if the active model version was imported.
importJobEndTime
- The date and time when the import job was completed. This field appears if the active model version was
imported.public void setActiveModelVersion(Long activeModelVersion)
The name of the model version used by the inference schedular when running a scheduled inference execution.
activeModelVersion
- The name of the model version used by the inference schedular when running a scheduled inference
execution.public Long getActiveModelVersion()
The name of the model version used by the inference schedular when running a scheduled inference execution.
public DescribeModelResult withActiveModelVersion(Long activeModelVersion)
The name of the model version used by the inference schedular when running a scheduled inference execution.
activeModelVersion
- The name of the model version used by the inference schedular when running a scheduled inference
execution.public void setActiveModelVersionArn(String activeModelVersionArn)
The Amazon Resource Name (ARN) of the model version used by the inference scheduler when running a scheduled inference execution.
activeModelVersionArn
- The Amazon Resource Name (ARN) of the model version used by the inference scheduler when running a
scheduled inference execution.public String getActiveModelVersionArn()
The Amazon Resource Name (ARN) of the model version used by the inference scheduler when running a scheduled inference execution.
public DescribeModelResult withActiveModelVersionArn(String activeModelVersionArn)
The Amazon Resource Name (ARN) of the model version used by the inference scheduler when running a scheduled inference execution.
activeModelVersionArn
- The Amazon Resource Name (ARN) of the model version used by the inference scheduler when running a
scheduled inference execution.public void setModelVersionActivatedAt(Date modelVersionActivatedAt)
The date the active model version was activated.
modelVersionActivatedAt
- The date the active model version was activated.public Date getModelVersionActivatedAt()
The date the active model version was activated.
public DescribeModelResult withModelVersionActivatedAt(Date modelVersionActivatedAt)
The date the active model version was activated.
modelVersionActivatedAt
- The date the active model version was activated.public void setPreviousActiveModelVersion(Long previousActiveModelVersion)
The model version that was set as the active model version prior to the current active model version.
previousActiveModelVersion
- The model version that was set as the active model version prior to the current active model version.public Long getPreviousActiveModelVersion()
The model version that was set as the active model version prior to the current active model version.
public DescribeModelResult withPreviousActiveModelVersion(Long previousActiveModelVersion)
The model version that was set as the active model version prior to the current active model version.
previousActiveModelVersion
- The model version that was set as the active model version prior to the current active model version.public void setPreviousActiveModelVersionArn(String previousActiveModelVersionArn)
The ARN of the model version that was set as the active model version prior to the current active model version.
previousActiveModelVersionArn
- The ARN of the model version that was set as the active model version prior to the current active model
version.public String getPreviousActiveModelVersionArn()
The ARN of the model version that was set as the active model version prior to the current active model version.
public DescribeModelResult withPreviousActiveModelVersionArn(String previousActiveModelVersionArn)
The ARN of the model version that was set as the active model version prior to the current active model version.
previousActiveModelVersionArn
- The ARN of the model version that was set as the active model version prior to the current active model
version.public void setPreviousModelVersionActivatedAt(Date previousModelVersionActivatedAt)
The date and time when the previous active model version was activated.
previousModelVersionActivatedAt
- The date and time when the previous active model version was activated.public Date getPreviousModelVersionActivatedAt()
The date and time when the previous active model version was activated.
public DescribeModelResult withPreviousModelVersionActivatedAt(Date previousModelVersionActivatedAt)
The date and time when the previous active model version was activated.
previousModelVersionActivatedAt
- The date and time when the previous active model version was activated.public void setPriorModelMetrics(String priorModelMetrics)
If the model version was retrained, this field shows a summary of the performance of the prior model on the new training range. You can use the information in this JSON-formatted object to compare the new model version and the prior model version.
This field's value must be valid JSON according to RFC 7159, including the opening and closing braces. For example: '{"key": "value"}'.
The AWS SDK for Java performs a Base64 encoding on this field before sending this request to the AWS service. Users of the SDK should not perform Base64 encoding on this field.
priorModelMetrics
- If the model version was retrained, this field shows a summary of the performance of the prior model on
the new training range. You can use the information in this JSON-formatted object to compare the new model
version and the prior model version.public String getPriorModelMetrics()
If the model version was retrained, this field shows a summary of the performance of the prior model on the new training range. You can use the information in this JSON-formatted object to compare the new model version and the prior model version.
This field's value will be valid JSON according to RFC 7159, including the opening and closing braces. For example: '{"key": "value"}'.
public DescribeModelResult withPriorModelMetrics(String priorModelMetrics)
If the model version was retrained, this field shows a summary of the performance of the prior model on the new training range. You can use the information in this JSON-formatted object to compare the new model version and the prior model version.
This field's value must be valid JSON according to RFC 7159, including the opening and closing braces. For example: '{"key": "value"}'.
The AWS SDK for Java performs a Base64 encoding on this field before sending this request to the AWS service. Users of the SDK should not perform Base64 encoding on this field.
priorModelMetrics
- If the model version was retrained, this field shows a summary of the performance of the prior model on
the new training range. You can use the information in this JSON-formatted object to compare the new model
version and the prior model version.public void setLatestScheduledRetrainingFailedReason(String latestScheduledRetrainingFailedReason)
If the model version was generated by retraining and the training failed, this indicates the reason for that failure.
latestScheduledRetrainingFailedReason
- If the model version was generated by retraining and the training failed, this indicates the reason for
that failure.public String getLatestScheduledRetrainingFailedReason()
If the model version was generated by retraining and the training failed, this indicates the reason for that failure.
public DescribeModelResult withLatestScheduledRetrainingFailedReason(String latestScheduledRetrainingFailedReason)
If the model version was generated by retraining and the training failed, this indicates the reason for that failure.
latestScheduledRetrainingFailedReason
- If the model version was generated by retraining and the training failed, this indicates the reason for
that failure.public void setLatestScheduledRetrainingStatus(String latestScheduledRetrainingStatus)
Indicates the status of the most recent scheduled retraining run.
latestScheduledRetrainingStatus
- Indicates the status of the most recent scheduled retraining run.ModelVersionStatus
public String getLatestScheduledRetrainingStatus()
Indicates the status of the most recent scheduled retraining run.
ModelVersionStatus
public DescribeModelResult withLatestScheduledRetrainingStatus(String latestScheduledRetrainingStatus)
Indicates the status of the most recent scheduled retraining run.
latestScheduledRetrainingStatus
- Indicates the status of the most recent scheduled retraining run.ModelVersionStatus
public DescribeModelResult withLatestScheduledRetrainingStatus(ModelVersionStatus latestScheduledRetrainingStatus)
Indicates the status of the most recent scheduled retraining run.
latestScheduledRetrainingStatus
- Indicates the status of the most recent scheduled retraining run.ModelVersionStatus
public void setLatestScheduledRetrainingModelVersion(Long latestScheduledRetrainingModelVersion)
Indicates the most recent model version that was generated by retraining.
latestScheduledRetrainingModelVersion
- Indicates the most recent model version that was generated by retraining.public Long getLatestScheduledRetrainingModelVersion()
Indicates the most recent model version that was generated by retraining.
public DescribeModelResult withLatestScheduledRetrainingModelVersion(Long latestScheduledRetrainingModelVersion)
Indicates the most recent model version that was generated by retraining.
latestScheduledRetrainingModelVersion
- Indicates the most recent model version that was generated by retraining.public void setLatestScheduledRetrainingStartTime(Date latestScheduledRetrainingStartTime)
Indicates the start time of the most recent scheduled retraining run.
latestScheduledRetrainingStartTime
- Indicates the start time of the most recent scheduled retraining run.public Date getLatestScheduledRetrainingStartTime()
Indicates the start time of the most recent scheduled retraining run.
public DescribeModelResult withLatestScheduledRetrainingStartTime(Date latestScheduledRetrainingStartTime)
Indicates the start time of the most recent scheduled retraining run.
latestScheduledRetrainingStartTime
- Indicates the start time of the most recent scheduled retraining run.public void setLatestScheduledRetrainingAvailableDataInDays(Integer latestScheduledRetrainingAvailableDataInDays)
Indicates the number of days of data used in the most recent scheduled retraining run.
latestScheduledRetrainingAvailableDataInDays
- Indicates the number of days of data used in the most recent scheduled retraining run.public Integer getLatestScheduledRetrainingAvailableDataInDays()
Indicates the number of days of data used in the most recent scheduled retraining run.
public DescribeModelResult withLatestScheduledRetrainingAvailableDataInDays(Integer latestScheduledRetrainingAvailableDataInDays)
Indicates the number of days of data used in the most recent scheduled retraining run.
latestScheduledRetrainingAvailableDataInDays
- Indicates the number of days of data used in the most recent scheduled retraining run.public void setNextScheduledRetrainingStartDate(Date nextScheduledRetrainingStartDate)
Indicates the date and time that the next scheduled retraining run will start on. Lookout for Equipment truncates the time you provide to the nearest UTC day.
nextScheduledRetrainingStartDate
- Indicates the date and time that the next scheduled retraining run will start on. Lookout for Equipment
truncates the time you provide to the nearest UTC day.public Date getNextScheduledRetrainingStartDate()
Indicates the date and time that the next scheduled retraining run will start on. Lookout for Equipment truncates the time you provide to the nearest UTC day.
public DescribeModelResult withNextScheduledRetrainingStartDate(Date nextScheduledRetrainingStartDate)
Indicates the date and time that the next scheduled retraining run will start on. Lookout for Equipment truncates the time you provide to the nearest UTC day.
nextScheduledRetrainingStartDate
- Indicates the date and time that the next scheduled retraining run will start on. Lookout for Equipment
truncates the time you provide to the nearest UTC day.public void setAccumulatedInferenceDataStartTime(Date accumulatedInferenceDataStartTime)
Indicates the start time of the inference data that has been accumulated.
accumulatedInferenceDataStartTime
- Indicates the start time of the inference data that has been accumulated.public Date getAccumulatedInferenceDataStartTime()
Indicates the start time of the inference data that has been accumulated.
public DescribeModelResult withAccumulatedInferenceDataStartTime(Date accumulatedInferenceDataStartTime)
Indicates the start time of the inference data that has been accumulated.
accumulatedInferenceDataStartTime
- Indicates the start time of the inference data that has been accumulated.public void setAccumulatedInferenceDataEndTime(Date accumulatedInferenceDataEndTime)
Indicates the end time of the inference data that has been accumulated.
accumulatedInferenceDataEndTime
- Indicates the end time of the inference data that has been accumulated.public Date getAccumulatedInferenceDataEndTime()
Indicates the end time of the inference data that has been accumulated.
public DescribeModelResult withAccumulatedInferenceDataEndTime(Date accumulatedInferenceDataEndTime)
Indicates the end time of the inference data that has been accumulated.
accumulatedInferenceDataEndTime
- Indicates the end time of the inference data that has been accumulated.public void setRetrainingSchedulerStatus(String retrainingSchedulerStatus)
Indicates the status of the retraining scheduler.
retrainingSchedulerStatus
- Indicates the status of the retraining scheduler.RetrainingSchedulerStatus
public String getRetrainingSchedulerStatus()
Indicates the status of the retraining scheduler.
RetrainingSchedulerStatus
public DescribeModelResult withRetrainingSchedulerStatus(String retrainingSchedulerStatus)
Indicates the status of the retraining scheduler.
retrainingSchedulerStatus
- Indicates the status of the retraining scheduler.RetrainingSchedulerStatus
public DescribeModelResult withRetrainingSchedulerStatus(RetrainingSchedulerStatus retrainingSchedulerStatus)
Indicates the status of the retraining scheduler.
retrainingSchedulerStatus
- Indicates the status of the retraining scheduler.RetrainingSchedulerStatus
public void setModelDiagnosticsOutputConfiguration(ModelDiagnosticsOutputConfiguration modelDiagnosticsOutputConfiguration)
Configuration information for the model's pointwise model diagnostics.
modelDiagnosticsOutputConfiguration
- Configuration information for the model's pointwise model diagnostics.public ModelDiagnosticsOutputConfiguration getModelDiagnosticsOutputConfiguration()
Configuration information for the model's pointwise model diagnostics.
public DescribeModelResult withModelDiagnosticsOutputConfiguration(ModelDiagnosticsOutputConfiguration modelDiagnosticsOutputConfiguration)
Configuration information for the model's pointwise model diagnostics.
modelDiagnosticsOutputConfiguration
- Configuration information for the model's pointwise model diagnostics.public void setModelQuality(String 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
is QUALITY_THRESHOLD_MET
.
If the model is unlabeled, the model quality can't be assessed and the value of ModelQuality
is
CANNOT_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.
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 is QUALITY_THRESHOLD_MET
.
If the model is unlabeled, the model quality can't be assessed and the value of ModelQuality
is CANNOT_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.
ModelQuality
public String getModelQuality()
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
is QUALITY_THRESHOLD_MET
.
If the model is unlabeled, the model quality can't be assessed and the value of ModelQuality
is
CANNOT_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.
POOR_QUALITY_DETECTED
.
Otherwise, the value is QUALITY_THRESHOLD_MET
.
If the model is unlabeled, the model quality can't be assessed and the value of ModelQuality
is CANNOT_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.
ModelQuality
public DescribeModelResult withModelQuality(String 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
is QUALITY_THRESHOLD_MET
.
If the model is unlabeled, the model quality can't be assessed and the value of ModelQuality
is
CANNOT_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.
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 is QUALITY_THRESHOLD_MET
.
If the model is unlabeled, the model quality can't be assessed and the value of ModelQuality
is CANNOT_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.
ModelQuality
public DescribeModelResult withModelQuality(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
is QUALITY_THRESHOLD_MET
.
If the model is unlabeled, the model quality can't be assessed and the value of ModelQuality
is
CANNOT_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.
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 is QUALITY_THRESHOLD_MET
.
If the model is unlabeled, the model quality can't be assessed and the value of ModelQuality
is CANNOT_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.
ModelQuality
public String toString()
toString
in class Object
Object.toString()
public DescribeModelResult clone()