| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.accumulatedInferenceDataEndTime(Instant accumulatedInferenceDataEndTime)
Indicates the end time of the inference data that has been accumulated.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.accumulatedInferenceDataStartTime(Instant accumulatedInferenceDataStartTime)
Indicates the start time of the inference data that has been accumulated.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.activeModelVersion(Long activeModelVersion)
The name of the model version used by the inference schedular when running a scheduled inference execution.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.activeModelVersionArn(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 |
DescribeModelResponse.builder() |
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.createdAt(Instant createdAt)
Indicates the time and date at which the machine learning model was created.
|
default DescribeModelResponse.Builder |
DescribeModelResponse.Builder.dataPreProcessingConfiguration(Consumer<DataPreProcessingConfiguration.Builder> dataPreProcessingConfiguration)
The configuration is the
TargetSamplingRate, which is the sampling rate of the data after post
processing by Amazon Lookout for Equipment. |
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.dataPreProcessingConfiguration(DataPreProcessingConfiguration dataPreProcessingConfiguration)
The configuration is the
TargetSamplingRate, which is the sampling rate of the data after post
processing by Amazon Lookout for Equipment. |
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.datasetArn(String datasetArn)
The Amazon Resouce Name (ARN) of the dataset used to create the machine learning model being described.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.datasetName(String datasetName)
The name of the dataset being used by the machine learning being described.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.evaluationDataEndTime(Instant evaluationDataEndTime)
Indicates the time reference in the dataset that was used to end the subset of evaluation data for the
machine learning model.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.evaluationDataStartTime(Instant evaluationDataStartTime)
Indicates the time reference in the dataset that was used to begin the subset of evaluation data for the
machine learning model.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.failedReason(String failedReason)
If the training of the machine learning model failed, this indicates the reason for that failure.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.importJobEndTime(Instant importJobEndTime)
The date and time when the import job was completed.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.importJobStartTime(Instant importJobStartTime)
The date and time when the import job was started.
|
default DescribeModelResponse.Builder |
DescribeModelResponse.Builder.labelsInputConfiguration(Consumer<LabelsInputConfiguration.Builder> labelsInputConfiguration)
Specifies configuration information about the labels input, including its S3 location.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.labelsInputConfiguration(LabelsInputConfiguration labelsInputConfiguration)
Specifies configuration information about the labels input, including its S3 location.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.lastUpdatedTime(Instant lastUpdatedTime)
Indicates the last time the machine learning model was updated.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.latestScheduledRetrainingAvailableDataInDays(Integer latestScheduledRetrainingAvailableDataInDays)
Indicates the number of days of data used in the most recent scheduled retraining run.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.latestScheduledRetrainingFailedReason(String latestScheduledRetrainingFailedReason)
If the model version was generated by retraining and the training failed, this indicates the reason for that
failure.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.latestScheduledRetrainingModelVersion(Long latestScheduledRetrainingModelVersion)
Indicates the most recent model version that was generated by retraining.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.latestScheduledRetrainingStartTime(Instant latestScheduledRetrainingStartTime)
Indicates the start time of the most recent scheduled retraining run.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.latestScheduledRetrainingStatus(ModelVersionStatus latestScheduledRetrainingStatus)
Indicates the status of the most recent scheduled retraining run.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.latestScheduledRetrainingStatus(String latestScheduledRetrainingStatus)
Indicates the status of the most recent scheduled retraining run.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.modelArn(String modelArn)
The Amazon Resource Name (ARN) of the machine learning model being described.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.modelMetrics(String modelMetrics)
The Model Metrics show an aggregated summary of the model's performance within the evaluation time range.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.modelName(String modelName)
The name of the machine learning model being described.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.modelVersionActivatedAt(Instant modelVersionActivatedAt)
The date the active model version was activated.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.nextScheduledRetrainingStartDate(Instant nextScheduledRetrainingStartDate)
Indicates the date and time that the next scheduled retraining run will start on.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.offCondition(String offCondition)
Indicates that the asset associated with this sensor has been shut off.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.previousActiveModelVersion(Long previousActiveModelVersion)
The model version that was set as the active model version prior to the current active model version.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.previousActiveModelVersionArn(String previousActiveModelVersionArn)
The ARN of the model version that was set as the active model version prior to the current active model
version.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.previousModelVersionActivatedAt(Instant previousModelVersionActivatedAt)
The date and time when the previous active model version was activated.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.priorModelMetrics(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.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.retrainingSchedulerStatus(RetrainingSchedulerStatus retrainingSchedulerStatus)
Indicates the status of the retraining scheduler.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.retrainingSchedulerStatus(String retrainingSchedulerStatus)
Indicates the status of the retraining scheduler.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) of a role with permission to access the data source for the machine learning
model being described.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.schema(String schema)
A JSON description of the data that is in each time series dataset, including names, column names, and data
types.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.serverSideKmsKeyId(String serverSideKmsKeyId)
Provides the identifier of the KMS key used to encrypt model data by Amazon Lookout for Equipment.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.sourceModelVersionArn(String sourceModelVersionArn)
The Amazon Resource Name (ARN) of the source model version.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.status(ModelStatus status)
Specifies the current status of the model being described.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.status(String status)
Specifies the current status of the model being described.
|
DescribeModelResponse.Builder |
DescribeModelResponse.toBuilder() |
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.trainingDataEndTime(Instant trainingDataEndTime)
Indicates the time reference in the dataset that was used to end the subset of training data for the machine
learning model.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.trainingDataStartTime(Instant trainingDataStartTime)
Indicates the time reference in the dataset that was used to begin the subset of training data for the
machine learning model.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.trainingExecutionEndTime(Instant trainingExecutionEndTime)
Indicates the time at which the training of the machine learning model was completed.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.trainingExecutionStartTime(Instant trainingExecutionStartTime)
Indicates the time at which the training of the machine learning model began.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeModelResponse.Builder> |
DescribeModelResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.