@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeModelVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeModelVersionResult() |
Modifier and Type | Method and Description |
---|---|
DescribeModelVersionResult |
clone() |
boolean |
equals(Object obj) |
String |
getAutoPromotionResult()
Indicates whether the model version was promoted to be the active version after retraining or if there was an
error with or cancellation of the retraining.
|
String |
getAutoPromotionResultReason()
Indicates the reason for the
AutoPromotionResult . |
Date |
getCreatedAt()
Indicates the time and date at which the machine learning model version was created.
|
DataPreProcessingConfiguration |
getDataPreProcessingConfiguration() |
String |
getDatasetArn()
The Amazon Resource Name (ARN) of the dataset used to train the model version.
|
String |
getDatasetName()
The name of the dataset used to train the model version.
|
Date |
getEvaluationDataEndTime()
The date on which the data in the evaluation set began being gathered.
|
Date |
getEvaluationDataStartTime()
The date on which the data in the evaluation set began being gathered.
|
String |
getFailedReason()
The failure message if the training of the model version failed.
|
Long |
getImportedDataSizeInBytes()
The size in bytes of the imported data.
|
Date |
getImportJobEndTime()
The date and time when the import job completed.
|
Date |
getImportJobStartTime()
The date and time when the import job began.
|
LabelsInputConfiguration |
getLabelsInputConfiguration() |
Date |
getLastUpdatedTime()
Indicates the last time the machine learning model version was updated.
|
String |
getModelArn()
The Amazon Resource Name (ARN) of the parent machine learning model that this version belong to.
|
ModelDiagnosticsOutputConfiguration |
getModelDiagnosticsOutputConfiguration()
The Amazon S3 location where Amazon Lookout for Equipment saves the pointwise model diagnostics for the model
version.
|
S3Object |
getModelDiagnosticsResultsObject()
The Amazon S3 output prefix for where Lookout for Equipment saves the pointwise model diagnostics for the model
version.
|
String |
getModelMetrics()
Shows an aggregated summary, in JSON format, of the model's performance within the evaluation time range.
|
String |
getModelName()
The name of the machine learning model that this version belongs to.
|
String |
getModelQuality()
Provides a quality assessment for a model that uses labels.
|
Long |
getModelVersion()
The version of the machine learning model.
|
String |
getModelVersionArn()
The Amazon Resource Name (ARN) of the model version.
|
String |
getOffCondition()
Indicates that the asset associated with this sensor has been shut off.
|
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.
|
Integer |
getRetrainingAvailableDataInDays()
Indicates the number of days of data used in the most recent scheduled retraining run.
|
String |
getRoleArn()
The Amazon Resource Name (ARN) of the role that was used to train the model version.
|
String |
getSchema()
The schema of the data used to train the model version.
|
String |
getServerSideKmsKeyId()
The identifier of the KMS key key used to encrypt model version data by Amazon Lookout for Equipment.
|
String |
getSourceModelVersionArn()
If model version was imported, then this field is the arn of the source model version.
|
String |
getSourceType()
Indicates whether this model version was created by training or by importing.
|
String |
getStatus()
The current status of the model version.
|
Date |
getTrainingDataEndTime()
The date on which the training data finished being gathered.
|
Date |
getTrainingDataStartTime()
The date on which the training data began being gathered.
|
Date |
getTrainingExecutionEndTime()
The time when the training of the version completed.
|
Date |
getTrainingExecutionStartTime()
The time when the training of the version began.
|
int |
hashCode() |
void |
setAutoPromotionResult(String autoPromotionResult)
Indicates whether the model version was promoted to be the active version after retraining or if there was an
error with or cancellation of the retraining.
|
void |
setAutoPromotionResultReason(String autoPromotionResultReason)
Indicates the reason for the
AutoPromotionResult . |
void |
setCreatedAt(Date createdAt)
Indicates the time and date at which the machine learning model version was created.
|
void |
setDataPreProcessingConfiguration(DataPreProcessingConfiguration dataPreProcessingConfiguration) |
void |
setDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset used to train the model version.
|
void |
setDatasetName(String datasetName)
The name of the dataset used to train the model version.
|
void |
setEvaluationDataEndTime(Date evaluationDataEndTime)
The date on which the data in the evaluation set began being gathered.
|
void |
setEvaluationDataStartTime(Date evaluationDataStartTime)
The date on which the data in the evaluation set began being gathered.
|
void |
setFailedReason(String failedReason)
The failure message if the training of the model version failed.
|
void |
setImportedDataSizeInBytes(Long importedDataSizeInBytes)
The size in bytes of the imported data.
|
void |
setImportJobEndTime(Date importJobEndTime)
The date and time when the import job completed.
|
void |
setImportJobStartTime(Date importJobStartTime)
The date and time when the import job began.
|
void |
setLabelsInputConfiguration(LabelsInputConfiguration labelsInputConfiguration) |
void |
setLastUpdatedTime(Date lastUpdatedTime)
Indicates the last time the machine learning model version was updated.
|
void |
setModelArn(String modelArn)
The Amazon Resource Name (ARN) of the parent machine learning model that this version belong to.
|
void |
setModelDiagnosticsOutputConfiguration(ModelDiagnosticsOutputConfiguration modelDiagnosticsOutputConfiguration)
The Amazon S3 location where Amazon Lookout for Equipment saves the pointwise model diagnostics for the model
version.
|
void |
setModelDiagnosticsResultsObject(S3Object modelDiagnosticsResultsObject)
The Amazon S3 output prefix for where Lookout for Equipment saves the pointwise model diagnostics for the model
version.
|
void |
setModelMetrics(String modelMetrics)
Shows an aggregated summary, in JSON format, of the model's performance within the evaluation time range.
|
void |
setModelName(String modelName)
The name of the machine learning model that this version belongs to.
|
void |
setModelQuality(String modelQuality)
Provides a quality assessment for a model that uses labels.
|
void |
setModelVersion(Long modelVersion)
The version of the machine learning model.
|
void |
setModelVersionArn(String modelVersionArn)
The Amazon Resource Name (ARN) of the model version.
|
void |
setOffCondition(String offCondition)
Indicates that the asset associated with this sensor has been shut off.
|
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 |
setRetrainingAvailableDataInDays(Integer retrainingAvailableDataInDays)
Indicates the number of days of data used in the most recent scheduled retraining run.
|
void |
setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the role that was used to train the model version.
|
void |
setSchema(String schema)
The schema of the data used to train the model version.
|
void |
setServerSideKmsKeyId(String serverSideKmsKeyId)
The identifier of the KMS key key used to encrypt model version data by Amazon Lookout for Equipment.
|
void |
setSourceModelVersionArn(String sourceModelVersionArn)
If model version was imported, then this field is the arn of the source model version.
|
void |
setSourceType(String sourceType)
Indicates whether this model version was created by training or by importing.
|
void |
setStatus(String status)
The current status of the model version.
|
void |
setTrainingDataEndTime(Date trainingDataEndTime)
The date on which the training data finished being gathered.
|
void |
setTrainingDataStartTime(Date trainingDataStartTime)
The date on which the training data began being gathered.
|
void |
setTrainingExecutionEndTime(Date trainingExecutionEndTime)
The time when the training of the version completed.
|
void |
setTrainingExecutionStartTime(Date trainingExecutionStartTime)
The time when the training of the version began.
|
String |
toString()
Returns a string representation of this object.
|
DescribeModelVersionResult |
withAutoPromotionResult(AutoPromotionResult autoPromotionResult)
Indicates whether the model version was promoted to be the active version after retraining or if there was an
error with or cancellation of the retraining.
|
DescribeModelVersionResult |
withAutoPromotionResult(String autoPromotionResult)
Indicates whether the model version was promoted to be the active version after retraining or if there was an
error with or cancellation of the retraining.
|
DescribeModelVersionResult |
withAutoPromotionResultReason(String autoPromotionResultReason)
Indicates the reason for the
AutoPromotionResult . |
DescribeModelVersionResult |
withCreatedAt(Date createdAt)
Indicates the time and date at which the machine learning model version was created.
|
DescribeModelVersionResult |
withDataPreProcessingConfiguration(DataPreProcessingConfiguration dataPreProcessingConfiguration) |
DescribeModelVersionResult |
withDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset used to train the model version.
|
DescribeModelVersionResult |
withDatasetName(String datasetName)
The name of the dataset used to train the model version.
|
DescribeModelVersionResult |
withEvaluationDataEndTime(Date evaluationDataEndTime)
The date on which the data in the evaluation set began being gathered.
|
DescribeModelVersionResult |
withEvaluationDataStartTime(Date evaluationDataStartTime)
The date on which the data in the evaluation set began being gathered.
|
DescribeModelVersionResult |
withFailedReason(String failedReason)
The failure message if the training of the model version failed.
|
DescribeModelVersionResult |
withImportedDataSizeInBytes(Long importedDataSizeInBytes)
The size in bytes of the imported data.
|
DescribeModelVersionResult |
withImportJobEndTime(Date importJobEndTime)
The date and time when the import job completed.
|
DescribeModelVersionResult |
withImportJobStartTime(Date importJobStartTime)
The date and time when the import job began.
|
DescribeModelVersionResult |
withLabelsInputConfiguration(LabelsInputConfiguration labelsInputConfiguration) |
DescribeModelVersionResult |
withLastUpdatedTime(Date lastUpdatedTime)
Indicates the last time the machine learning model version was updated.
|
DescribeModelVersionResult |
withModelArn(String modelArn)
The Amazon Resource Name (ARN) of the parent machine learning model that this version belong to.
|
DescribeModelVersionResult |
withModelDiagnosticsOutputConfiguration(ModelDiagnosticsOutputConfiguration modelDiagnosticsOutputConfiguration)
The Amazon S3 location where Amazon Lookout for Equipment saves the pointwise model diagnostics for the model
version.
|
DescribeModelVersionResult |
withModelDiagnosticsResultsObject(S3Object modelDiagnosticsResultsObject)
The Amazon S3 output prefix for where Lookout for Equipment saves the pointwise model diagnostics for the model
version.
|
DescribeModelVersionResult |
withModelMetrics(String modelMetrics)
Shows an aggregated summary, in JSON format, of the model's performance within the evaluation time range.
|
DescribeModelVersionResult |
withModelName(String modelName)
The name of the machine learning model that this version belongs to.
|
DescribeModelVersionResult |
withModelQuality(ModelQuality modelQuality)
Provides a quality assessment for a model that uses labels.
|
DescribeModelVersionResult |
withModelQuality(String modelQuality)
Provides a quality assessment for a model that uses labels.
|
DescribeModelVersionResult |
withModelVersion(Long modelVersion)
The version of the machine learning model.
|
DescribeModelVersionResult |
withModelVersionArn(String modelVersionArn)
The Amazon Resource Name (ARN) of the model version.
|
DescribeModelVersionResult |
withOffCondition(String offCondition)
Indicates that the asset associated with this sensor has been shut off.
|
DescribeModelVersionResult |
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.
|
DescribeModelVersionResult |
withRetrainingAvailableDataInDays(Integer retrainingAvailableDataInDays)
Indicates the number of days of data used in the most recent scheduled retraining run.
|
DescribeModelVersionResult |
withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the role that was used to train the model version.
|
DescribeModelVersionResult |
withSchema(String schema)
The schema of the data used to train the model version.
|
DescribeModelVersionResult |
withServerSideKmsKeyId(String serverSideKmsKeyId)
The identifier of the KMS key key used to encrypt model version data by Amazon Lookout for Equipment.
|
DescribeModelVersionResult |
withSourceModelVersionArn(String sourceModelVersionArn)
If model version was imported, then this field is the arn of the source model version.
|
DescribeModelVersionResult |
withSourceType(ModelVersionSourceType sourceType)
Indicates whether this model version was created by training or by importing.
|
DescribeModelVersionResult |
withSourceType(String sourceType)
Indicates whether this model version was created by training or by importing.
|
DescribeModelVersionResult |
withStatus(ModelVersionStatus status)
The current status of the model version.
|
DescribeModelVersionResult |
withStatus(String status)
The current status of the model version.
|
DescribeModelVersionResult |
withTrainingDataEndTime(Date trainingDataEndTime)
The date on which the training data finished being gathered.
|
DescribeModelVersionResult |
withTrainingDataStartTime(Date trainingDataStartTime)
The date on which the training data began being gathered.
|
DescribeModelVersionResult |
withTrainingExecutionEndTime(Date trainingExecutionEndTime)
The time when the training of the version completed.
|
DescribeModelVersionResult |
withTrainingExecutionStartTime(Date trainingExecutionStartTime)
The time when the training of the version began.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setModelName(String modelName)
The name of the machine learning model that this version belongs to.
modelName
- The name of the machine learning model that this version belongs to.public String getModelName()
The name of the machine learning model that this version belongs to.
public DescribeModelVersionResult withModelName(String modelName)
The name of the machine learning model that this version belongs to.
modelName
- The name of the machine learning model that this version belongs to.public void setModelArn(String modelArn)
The Amazon Resource Name (ARN) of the parent machine learning model that this version belong to.
modelArn
- The Amazon Resource Name (ARN) of the parent machine learning model that this version belong to.public String getModelArn()
The Amazon Resource Name (ARN) of the parent machine learning model that this version belong to.
public DescribeModelVersionResult withModelArn(String modelArn)
The Amazon Resource Name (ARN) of the parent machine learning model that this version belong to.
modelArn
- The Amazon Resource Name (ARN) of the parent machine learning model that this version belong to.public void setModelVersion(Long modelVersion)
The version of the machine learning model.
modelVersion
- The version of the machine learning model.public Long getModelVersion()
The version of the machine learning model.
public DescribeModelVersionResult withModelVersion(Long modelVersion)
The version of the machine learning model.
modelVersion
- The version of the machine learning model.public void setModelVersionArn(String modelVersionArn)
The Amazon Resource Name (ARN) of the model version.
modelVersionArn
- The Amazon Resource Name (ARN) of the model version.public String getModelVersionArn()
The Amazon Resource Name (ARN) of the model version.
public DescribeModelVersionResult withModelVersionArn(String modelVersionArn)
The Amazon Resource Name (ARN) of the model version.
modelVersionArn
- The Amazon Resource Name (ARN) of the model version.public void setStatus(String status)
The current status of the model version.
status
- The current status of the model version.ModelVersionStatus
public String getStatus()
The current status of the model version.
ModelVersionStatus
public DescribeModelVersionResult withStatus(String status)
The current status of the model version.
status
- The current status of the model version.ModelVersionStatus
public DescribeModelVersionResult withStatus(ModelVersionStatus status)
The current status of the model version.
status
- The current status of the model version.ModelVersionStatus
public void setSourceType(String sourceType)
Indicates whether this model version was created by training or by importing.
sourceType
- Indicates whether this model version was created by training or by importing.ModelVersionSourceType
public String getSourceType()
Indicates whether this model version was created by training or by importing.
ModelVersionSourceType
public DescribeModelVersionResult withSourceType(String sourceType)
Indicates whether this model version was created by training or by importing.
sourceType
- Indicates whether this model version was created by training or by importing.ModelVersionSourceType
public DescribeModelVersionResult withSourceType(ModelVersionSourceType sourceType)
Indicates whether this model version was created by training or by importing.
sourceType
- Indicates whether this model version was created by training or by importing.ModelVersionSourceType
public void setDatasetName(String datasetName)
The name of the dataset used to train the model version.
datasetName
- The name of the dataset used to train the model version.public String getDatasetName()
The name of the dataset used to train the model version.
public DescribeModelVersionResult withDatasetName(String datasetName)
The name of the dataset used to train the model version.
datasetName
- The name of the dataset used to train the model version.public void setDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset used to train the model version.
datasetArn
- The Amazon Resource Name (ARN) of the dataset used to train the model version.public String getDatasetArn()
The Amazon Resource Name (ARN) of the dataset used to train the model version.
public DescribeModelVersionResult withDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset used to train the model version.
datasetArn
- The Amazon Resource Name (ARN) of the dataset used to train the model version.public void setSchema(String schema)
The schema of the data used to train the model version.
schema
- The schema of the data used to train the model version.public String getSchema()
The schema of the data used to train the model version.
public DescribeModelVersionResult withSchema(String schema)
The schema of the data used to train the model version.
schema
- The schema of the data used to train the model version.public void setLabelsInputConfiguration(LabelsInputConfiguration labelsInputConfiguration)
labelsInputConfiguration
- public LabelsInputConfiguration getLabelsInputConfiguration()
public DescribeModelVersionResult withLabelsInputConfiguration(LabelsInputConfiguration labelsInputConfiguration)
labelsInputConfiguration
- public void setTrainingDataStartTime(Date trainingDataStartTime)
The date on which the training data began being gathered. If you imported the version, this is the date that the training data in the source version began being gathered.
trainingDataStartTime
- The date on which the training data began being gathered. If you imported the version, this is the date
that the training data in the source version began being gathered.public Date getTrainingDataStartTime()
The date on which the training data began being gathered. If you imported the version, this is the date that the training data in the source version began being gathered.
public DescribeModelVersionResult withTrainingDataStartTime(Date trainingDataStartTime)
The date on which the training data began being gathered. If you imported the version, this is the date that the training data in the source version began being gathered.
trainingDataStartTime
- The date on which the training data began being gathered. If you imported the version, this is the date
that the training data in the source version began being gathered.public void setTrainingDataEndTime(Date trainingDataEndTime)
The date on which the training data finished being gathered. If you imported the version, this is the date that the training data in the source version finished being gathered.
trainingDataEndTime
- The date on which the training data finished being gathered. If you imported the version, this is the date
that the training data in the source version finished being gathered.public Date getTrainingDataEndTime()
The date on which the training data finished being gathered. If you imported the version, this is the date that the training data in the source version finished being gathered.
public DescribeModelVersionResult withTrainingDataEndTime(Date trainingDataEndTime)
The date on which the training data finished being gathered. If you imported the version, this is the date that the training data in the source version finished being gathered.
trainingDataEndTime
- The date on which the training data finished being gathered. If you imported the version, this is the date
that the training data in the source version finished being gathered.public void setEvaluationDataStartTime(Date evaluationDataStartTime)
The date on which the data in the evaluation set began being gathered. If you imported the version, this is the date that the evaluation set data in the source version began being gathered.
evaluationDataStartTime
- The date on which the data in the evaluation set began being gathered. If you imported the version, this
is the date that the evaluation set data in the source version began being gathered.public Date getEvaluationDataStartTime()
The date on which the data in the evaluation set began being gathered. If you imported the version, this is the date that the evaluation set data in the source version began being gathered.
public DescribeModelVersionResult withEvaluationDataStartTime(Date evaluationDataStartTime)
The date on which the data in the evaluation set began being gathered. If you imported the version, this is the date that the evaluation set data in the source version began being gathered.
evaluationDataStartTime
- The date on which the data in the evaluation set began being gathered. If you imported the version, this
is the date that the evaluation set data in the source version began being gathered.public void setEvaluationDataEndTime(Date evaluationDataEndTime)
The date on which the data in the evaluation set began being gathered. If you imported the version, this is the date that the evaluation set data in the source version finished being gathered.
evaluationDataEndTime
- The date on which the data in the evaluation set began being gathered. If you imported the version, this
is the date that the evaluation set data in the source version finished being gathered.public Date getEvaluationDataEndTime()
The date on which the data in the evaluation set began being gathered. If you imported the version, this is the date that the evaluation set data in the source version finished being gathered.
public DescribeModelVersionResult withEvaluationDataEndTime(Date evaluationDataEndTime)
The date on which the data in the evaluation set began being gathered. If you imported the version, this is the date that the evaluation set data in the source version finished being gathered.
evaluationDataEndTime
- The date on which the data in the evaluation set began being gathered. If you imported the version, this
is the date that the evaluation set data in the source version finished being gathered.public void setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the role that was used to train the model version.
roleArn
- The Amazon Resource Name (ARN) of the role that was used to train the model version.public String getRoleArn()
The Amazon Resource Name (ARN) of the role that was used to train the model version.
public DescribeModelVersionResult withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the role that was used to train the model version.
roleArn
- The Amazon Resource Name (ARN) of the role that was used to train the model version.public void setDataPreProcessingConfiguration(DataPreProcessingConfiguration dataPreProcessingConfiguration)
dataPreProcessingConfiguration
- public DataPreProcessingConfiguration getDataPreProcessingConfiguration()
public DescribeModelVersionResult withDataPreProcessingConfiguration(DataPreProcessingConfiguration dataPreProcessingConfiguration)
dataPreProcessingConfiguration
- public void setTrainingExecutionStartTime(Date trainingExecutionStartTime)
The time when the training of the version began.
trainingExecutionStartTime
- The time when the training of the version began.public Date getTrainingExecutionStartTime()
The time when the training of the version began.
public DescribeModelVersionResult withTrainingExecutionStartTime(Date trainingExecutionStartTime)
The time when the training of the version began.
trainingExecutionStartTime
- The time when the training of the version began.public void setTrainingExecutionEndTime(Date trainingExecutionEndTime)
The time when the training of the version completed.
trainingExecutionEndTime
- The time when the training of the version completed.public Date getTrainingExecutionEndTime()
The time when the training of the version completed.
public DescribeModelVersionResult withTrainingExecutionEndTime(Date trainingExecutionEndTime)
The time when the training of the version completed.
trainingExecutionEndTime
- The time when the training of the version completed.public void setFailedReason(String failedReason)
The failure message if the training of the model version failed.
failedReason
- The failure message if the training of the model version failed.public String getFailedReason()
The failure message if the training of the model version failed.
public DescribeModelVersionResult withFailedReason(String failedReason)
The failure message if the training of the model version failed.
failedReason
- The failure message if the training of the model version failed.public void setModelMetrics(String modelMetrics)
Shows an aggregated summary, in JSON format, of the model's performance within the evaluation time range. These metrics are created when evaluating the model.
modelMetrics
- Shows an aggregated summary, in JSON format, of the model's performance within the evaluation time range.
These metrics are created when evaluating the model.public String getModelMetrics()
Shows an aggregated summary, in JSON format, of the model's performance within the evaluation time range. These metrics are created when evaluating the model.
public DescribeModelVersionResult withModelMetrics(String modelMetrics)
Shows an aggregated summary, in JSON format, of the model's performance within the evaluation time range. These metrics are created when evaluating the model.
modelMetrics
- Shows an aggregated summary, in JSON format, of the model's performance within the evaluation time range.
These metrics are created when evaluating the model.public void setLastUpdatedTime(Date lastUpdatedTime)
Indicates the last time the machine learning model version was updated.
lastUpdatedTime
- Indicates the last time the machine learning model version was updated.public Date getLastUpdatedTime()
Indicates the last time the machine learning model version was updated.
public DescribeModelVersionResult withLastUpdatedTime(Date lastUpdatedTime)
Indicates the last time the machine learning model version was updated.
lastUpdatedTime
- Indicates the last time the machine learning model version was updated.public void setCreatedAt(Date createdAt)
Indicates the time and date at which the machine learning model version was created.
createdAt
- Indicates the time and date at which the machine learning model version was created.public Date getCreatedAt()
Indicates the time and date at which the machine learning model version was created.
public DescribeModelVersionResult withCreatedAt(Date createdAt)
Indicates the time and date at which the machine learning model version was created.
createdAt
- Indicates the time and date at which the machine learning model version was created.public void setServerSideKmsKeyId(String serverSideKmsKeyId)
The identifier of the KMS key key used to encrypt model version data by Amazon Lookout for Equipment.
serverSideKmsKeyId
- The identifier of the KMS key key used to encrypt model version data by Amazon Lookout for Equipment.public String getServerSideKmsKeyId()
The identifier of the KMS key key used to encrypt model version data by Amazon Lookout for Equipment.
public DescribeModelVersionResult withServerSideKmsKeyId(String serverSideKmsKeyId)
The identifier of the KMS key key used to encrypt model version data by Amazon Lookout for Equipment.
serverSideKmsKeyId
- The identifier of the KMS key key used to encrypt model version 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 DescribeModelVersionResult 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)
If model version was imported, then this field is the arn of the source model version.
sourceModelVersionArn
- If model version was imported, then this field is the arn of the source model version.public String getSourceModelVersionArn()
If model version was imported, then this field is the arn of the source model version.
public DescribeModelVersionResult withSourceModelVersionArn(String sourceModelVersionArn)
If model version was imported, then this field is the arn of the source model version.
sourceModelVersionArn
- If model version was imported, then this field is the arn of the source model version.public void setImportJobStartTime(Date importJobStartTime)
The date and time when the import job began. This field appears if the model version was imported.
importJobStartTime
- The date and time when the import job began. This field appears if the model version was imported.public Date getImportJobStartTime()
The date and time when the import job began. This field appears if the model version was imported.
public DescribeModelVersionResult withImportJobStartTime(Date importJobStartTime)
The date and time when the import job began. This field appears if the model version was imported.
importJobStartTime
- The date and time when the import job began. This field appears if the model version was imported.public void setImportJobEndTime(Date importJobEndTime)
The date and time when the import job completed. This field appears if the model version was imported.
importJobEndTime
- The date and time when the import job completed. This field appears if the model version was imported.public Date getImportJobEndTime()
The date and time when the import job completed. This field appears if the model version was imported.
public DescribeModelVersionResult withImportJobEndTime(Date importJobEndTime)
The date and time when the import job completed. This field appears if the model version was imported.
importJobEndTime
- The date and time when the import job completed. This field appears if the model version was imported.public void setImportedDataSizeInBytes(Long importedDataSizeInBytes)
The size in bytes of the imported data. This field appears if the model version was imported.
importedDataSizeInBytes
- The size in bytes of the imported data. This field appears if the model version was imported.public Long getImportedDataSizeInBytes()
The size in bytes of the imported data. This field appears if the model version was imported.
public DescribeModelVersionResult withImportedDataSizeInBytes(Long importedDataSizeInBytes)
The size in bytes of the imported data. This field appears if the model version was imported.
importedDataSizeInBytes
- The size in bytes of the imported data. This field appears if the model version was imported.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.
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.
public DescribeModelVersionResult 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.
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 setRetrainingAvailableDataInDays(Integer retrainingAvailableDataInDays)
Indicates the number of days of data used in the most recent scheduled retraining run.
retrainingAvailableDataInDays
- Indicates the number of days of data used in the most recent scheduled retraining run.public Integer getRetrainingAvailableDataInDays()
Indicates the number of days of data used in the most recent scheduled retraining run.
public DescribeModelVersionResult withRetrainingAvailableDataInDays(Integer retrainingAvailableDataInDays)
Indicates the number of days of data used in the most recent scheduled retraining run.
retrainingAvailableDataInDays
- Indicates the number of days of data used in the most recent scheduled retraining run.public void setAutoPromotionResult(String autoPromotionResult)
Indicates whether the model version was promoted to be the active version after retraining or if there was an error with or cancellation of the retraining.
autoPromotionResult
- Indicates whether the model version was promoted to be the active version after retraining or if there was
an error with or cancellation of the retraining.AutoPromotionResult
public String getAutoPromotionResult()
Indicates whether the model version was promoted to be the active version after retraining or if there was an error with or cancellation of the retraining.
AutoPromotionResult
public DescribeModelVersionResult withAutoPromotionResult(String autoPromotionResult)
Indicates whether the model version was promoted to be the active version after retraining or if there was an error with or cancellation of the retraining.
autoPromotionResult
- Indicates whether the model version was promoted to be the active version after retraining or if there was
an error with or cancellation of the retraining.AutoPromotionResult
public DescribeModelVersionResult withAutoPromotionResult(AutoPromotionResult autoPromotionResult)
Indicates whether the model version was promoted to be the active version after retraining or if there was an error with or cancellation of the retraining.
autoPromotionResult
- Indicates whether the model version was promoted to be the active version after retraining or if there was
an error with or cancellation of the retraining.AutoPromotionResult
public void setAutoPromotionResultReason(String autoPromotionResultReason)
Indicates the reason for the AutoPromotionResult
. For example, a model might not be promoted if its
performance was worse than the active version, if there was an error during training, or if the retraining
scheduler was using MANUAL
promote mode. The model will be promoted in MANAGED
promote
mode if the performance is better than the previous model.
autoPromotionResultReason
- Indicates the reason for the AutoPromotionResult
. For example, a model might not be promoted
if its performance was worse than the active version, if there was an error during training, or if the
retraining scheduler was using MANUAL
promote mode. The model will be promoted in
MANAGED
promote mode if the performance is better than the previous model.public String getAutoPromotionResultReason()
Indicates the reason for the AutoPromotionResult
. For example, a model might not be promoted if its
performance was worse than the active version, if there was an error during training, or if the retraining
scheduler was using MANUAL
promote mode. The model will be promoted in MANAGED
promote
mode if the performance is better than the previous model.
AutoPromotionResult
. For example, a model might not be promoted
if its performance was worse than the active version, if there was an error during training, or if the
retraining scheduler was using MANUAL
promote mode. The model will be promoted in
MANAGED
promote mode if the performance is better than the previous model.public DescribeModelVersionResult withAutoPromotionResultReason(String autoPromotionResultReason)
Indicates the reason for the AutoPromotionResult
. For example, a model might not be promoted if its
performance was worse than the active version, if there was an error during training, or if the retraining
scheduler was using MANUAL
promote mode. The model will be promoted in MANAGED
promote
mode if the performance is better than the previous model.
autoPromotionResultReason
- Indicates the reason for the AutoPromotionResult
. For example, a model might not be promoted
if its performance was worse than the active version, if there was an error during training, or if the
retraining scheduler was using MANUAL
promote mode. The model will be promoted in
MANAGED
promote mode if the performance is better than the previous model.public void setModelDiagnosticsOutputConfiguration(ModelDiagnosticsOutputConfiguration modelDiagnosticsOutputConfiguration)
The Amazon S3 location where Amazon Lookout for Equipment saves the pointwise model diagnostics for the model version.
modelDiagnosticsOutputConfiguration
- The Amazon S3 location where Amazon Lookout for Equipment saves the pointwise model diagnostics for the
model version.public ModelDiagnosticsOutputConfiguration getModelDiagnosticsOutputConfiguration()
The Amazon S3 location where Amazon Lookout for Equipment saves the pointwise model diagnostics for the model version.
public DescribeModelVersionResult withModelDiagnosticsOutputConfiguration(ModelDiagnosticsOutputConfiguration modelDiagnosticsOutputConfiguration)
The Amazon S3 location where Amazon Lookout for Equipment saves the pointwise model diagnostics for the model version.
modelDiagnosticsOutputConfiguration
- The Amazon S3 location where Amazon Lookout for Equipment saves the pointwise model diagnostics for the
model version.public void setModelDiagnosticsResultsObject(S3Object modelDiagnosticsResultsObject)
The Amazon S3 output prefix for where Lookout for Equipment saves the pointwise model diagnostics for the model version.
modelDiagnosticsResultsObject
- The Amazon S3 output prefix for where Lookout for Equipment saves the pointwise model diagnostics for the
model version.public S3Object getModelDiagnosticsResultsObject()
The Amazon S3 output prefix for where Lookout for Equipment saves the pointwise model diagnostics for the model version.
public DescribeModelVersionResult withModelDiagnosticsResultsObject(S3Object modelDiagnosticsResultsObject)
The Amazon S3 output prefix for where Lookout for Equipment saves the pointwise model diagnostics for the model version.
modelDiagnosticsResultsObject
- The Amazon S3 output prefix for where Lookout for Equipment saves the pointwise model diagnostics for the
model version.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 DescribeModelVersionResult 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 DescribeModelVersionResult 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 DescribeModelVersionResult clone()