@Generated(value="software.amazon.awssdk:codegen") public final class DescribeModelResponse extends LookoutEquipmentResponse implements ToCopyableBuilder<DescribeModelResponse.Builder,DescribeModelResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeModelResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
Instant |
accumulatedInferenceDataEndTime()
Indicates the end time of the inference data that has been accumulated.
|
Instant |
accumulatedInferenceDataStartTime()
Indicates the start time of the inference data that has been accumulated.
|
Long |
activeModelVersion()
The name of the model version used by the inference schedular when running a scheduled inference execution.
|
String |
activeModelVersionArn()
The Amazon Resource Name (ARN) of the model version used by the inference scheduler when running a scheduled
inference execution.
|
static DescribeModelResponse.Builder |
builder() |
Instant |
createdAt()
Indicates the time and date at which the machine learning model was created.
|
DataPreProcessingConfiguration |
dataPreProcessingConfiguration()
The configuration is the
TargetSamplingRate, which is the sampling rate of the data after post
processing by Amazon Lookout for Equipment. |
String |
datasetArn()
The Amazon Resouce Name (ARN) of the dataset used to create the machine learning model being described.
|
String |
datasetName()
The name of the dataset being used by the machine learning being described.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Instant |
evaluationDataEndTime()
Indicates the time reference in the dataset that was used to end the subset of evaluation data for the machine
learning model.
|
Instant |
evaluationDataStartTime()
Indicates the time reference in the dataset that was used to begin the subset of evaluation data for the machine
learning model.
|
String |
failedReason()
If the training of the machine learning model failed, this indicates the reason for that failure.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
importJobEndTime()
The date and time when the import job was completed.
|
Instant |
importJobStartTime()
The date and time when the import job was started.
|
LabelsInputConfiguration |
labelsInputConfiguration()
Specifies configuration information about the labels input, including its S3 location.
|
Instant |
lastUpdatedTime()
Indicates the last time the machine learning model was updated.
|
Integer |
latestScheduledRetrainingAvailableDataInDays()
Indicates the number of days of data used in the most recent scheduled retraining run.
|
String |
latestScheduledRetrainingFailedReason()
If the model version was generated by retraining and the training failed, this indicates the reason for that
failure.
|
Long |
latestScheduledRetrainingModelVersion()
Indicates the most recent model version that was generated by retraining.
|
Instant |
latestScheduledRetrainingStartTime()
Indicates the start time of the most recent scheduled retraining run.
|
ModelVersionStatus |
latestScheduledRetrainingStatus()
Indicates the status of the most recent scheduled retraining run.
|
String |
latestScheduledRetrainingStatusAsString()
Indicates the status of the most recent scheduled retraining run.
|
String |
modelArn()
The Amazon Resource Name (ARN) of the machine learning model being described.
|
String |
modelMetrics()
The Model Metrics show an aggregated summary of the model's performance within the evaluation time range.
|
String |
modelName()
The name of the machine learning model being described.
|
Instant |
modelVersionActivatedAt()
The date the active model version was activated.
|
Instant |
nextScheduledRetrainingStartDate()
Indicates the date and time that the next scheduled retraining run will start on.
|
String |
offCondition()
Indicates that the asset associated with this sensor has been shut off.
|
Long |
previousActiveModelVersion()
The model version that was set as the active model version prior to the current active model version.
|
String |
previousActiveModelVersionArn()
The ARN of the model version that was set as the active model version prior to the current active model version.
|
Instant |
previousModelVersionActivatedAt()
The date and time when the previous active model version was activated.
|
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.
|
RetrainingSchedulerStatus |
retrainingSchedulerStatus()
Indicates the status of the retraining scheduler.
|
String |
retrainingSchedulerStatusAsString()
Indicates the status of the retraining scheduler.
|
String |
roleArn()
The Amazon Resource Name (ARN) of a role with permission to access the data source for the machine learning model
being described.
|
String |
schema()
A JSON description of the data that is in each time series dataset, including names, column names, and data
types.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeModelResponse.Builder> |
serializableBuilderClass() |
String |
serverSideKmsKeyId()
Provides the identifier of the KMS key used to encrypt model data by Amazon Lookout for Equipment.
|
String |
sourceModelVersionArn()
The Amazon Resource Name (ARN) of the source model version.
|
ModelStatus |
status()
Specifies the current status of the model being described.
|
String |
statusAsString()
Specifies the current status of the model being described.
|
DescribeModelResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
trainingDataEndTime()
Indicates the time reference in the dataset that was used to end the subset of training data for the machine
learning model.
|
Instant |
trainingDataStartTime()
Indicates the time reference in the dataset that was used to begin the subset of training data for the machine
learning model.
|
Instant |
trainingExecutionEndTime()
Indicates the time at which the training of the machine learning model was completed.
|
Instant |
trainingExecutionStartTime()
Indicates the time at which the training of the machine learning model began.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String modelName()
The name of the machine learning model being described.
public final String modelArn()
The Amazon Resource Name (ARN) of the machine learning model being described.
public final String datasetName()
The name of the dataset being used by the machine learning being described.
public final String datasetArn()
The Amazon Resouce Name (ARN) of the dataset used to create the machine learning model being described.
public final String schema()
A JSON description of the data that is in each time series dataset, including names, column names, and data types.
public final LabelsInputConfiguration labelsInputConfiguration()
Specifies configuration information about the labels input, including its S3 location.
public final Instant trainingDataStartTime()
Indicates the time reference in the dataset that was used to begin the subset of training data for the machine learning model.
public final Instant trainingDataEndTime()
Indicates the time reference in the dataset that was used to end the subset of training data for the machine learning model.
public final Instant evaluationDataStartTime()
Indicates the time reference in the dataset that was used to begin the subset of evaluation data for the machine learning model.
public final Instant evaluationDataEndTime()
Indicates the time reference in the dataset that was used to end the subset of evaluation data for the machine learning model.
public final String roleArn()
The Amazon Resource Name (ARN) of a role with permission to access the data source for the machine learning model being described.
public final 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
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 final ModelStatus status()
Specifies the current status of the model being described. Status describes the status of the most recent action of the model.
If the service returns an enum value that is not available in the current SDK version, status will
return ModelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ModelStatuspublic final String statusAsString()
Specifies the current status of the model being described. Status describes the status of the most recent action of the model.
If the service returns an enum value that is not available in the current SDK version, status will
return ModelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ModelStatuspublic final Instant trainingExecutionStartTime()
Indicates the time at which the training of the machine learning model began.
public final Instant trainingExecutionEndTime()
Indicates the time at which the training of the machine learning model was completed.
public final String failedReason()
If the training of the machine learning model failed, this indicates the reason for that failure.
public final 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.
public final Instant lastUpdatedTime()
Indicates the last time the machine learning model was updated. The type of update is not specified.
public final Instant createdAt()
Indicates the time and date at which the machine learning model was created.
public final String serverSideKmsKeyId()
Provides the identifier of the KMS key used to encrypt model data by Amazon Lookout for Equipment.
public final 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.
public final String sourceModelVersionArn()
The Amazon Resource Name (ARN) of the source model version. This field appears if the active model version was imported.
public final Instant importJobStartTime()
The date and time when the import job was started. This field appears if the active model version was imported.
public final Instant importJobEndTime()
The date and time when the import job was completed. This field appears if the active model version was imported.
public final Long activeModelVersion()
The name of the model version used by the inference schedular when running a scheduled inference execution.
public final String activeModelVersionArn()
The Amazon Resource Name (ARN) of the model version used by the inference scheduler when running a scheduled inference execution.
public final Instant modelVersionActivatedAt()
The date the active model version was activated.
public final Long previousActiveModelVersion()
The model version that was set as the active model version prior to the current active model version.
public final String previousActiveModelVersionArn()
The ARN of the model version that was set as the active model version prior to the current active model version.
public final Instant previousModelVersionActivatedAt()
The date and time when the previous active model version was activated.
public final 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.
public final String latestScheduledRetrainingFailedReason()
If the model version was generated by retraining and the training failed, this indicates the reason for that failure.
public final ModelVersionStatus latestScheduledRetrainingStatus()
Indicates the status of the most recent scheduled retraining run.
If the service returns an enum value that is not available in the current SDK version,
latestScheduledRetrainingStatus will return ModelVersionStatus.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from latestScheduledRetrainingStatusAsString().
ModelVersionStatuspublic final String latestScheduledRetrainingStatusAsString()
Indicates the status of the most recent scheduled retraining run.
If the service returns an enum value that is not available in the current SDK version,
latestScheduledRetrainingStatus will return ModelVersionStatus.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from latestScheduledRetrainingStatusAsString().
ModelVersionStatuspublic final Long latestScheduledRetrainingModelVersion()
Indicates the most recent model version that was generated by retraining.
public final Instant latestScheduledRetrainingStartTime()
Indicates the start time of the most recent scheduled retraining run.
public final Integer latestScheduledRetrainingAvailableDataInDays()
Indicates the number of days of data used in the most recent scheduled retraining run.
public final Instant 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 final Instant accumulatedInferenceDataStartTime()
Indicates the start time of the inference data that has been accumulated.
public final Instant accumulatedInferenceDataEndTime()
Indicates the end time of the inference data that has been accumulated.
public final RetrainingSchedulerStatus retrainingSchedulerStatus()
Indicates the status of the retraining scheduler.
If the service returns an enum value that is not available in the current SDK version,
retrainingSchedulerStatus will return RetrainingSchedulerStatus.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from retrainingSchedulerStatusAsString().
RetrainingSchedulerStatuspublic final String retrainingSchedulerStatusAsString()
Indicates the status of the retraining scheduler.
If the service returns an enum value that is not available in the current SDK version,
retrainingSchedulerStatus will return RetrainingSchedulerStatus.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from retrainingSchedulerStatusAsString().
RetrainingSchedulerStatuspublic DescribeModelResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeModelResponse.Builder,DescribeModelResponse>toBuilder in class AwsResponsepublic static DescribeModelResponse.Builder builder()
public static Class<? extends DescribeModelResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.