| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeModelResponse.Builder |
DescribeModelResponse.builder() |
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.createdAt(Instant createdAt)
Indicates the time and date at which the ML 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 ML model being described.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.datasetName(String datasetName)
The name of the dataset being used by the ML 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 ML
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 ML
model.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.failedReason(String failedReason)
If the training of the ML model failed, this indicates the reason for that failure.
|
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 ML model was updated.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.modelArn(String modelArn)
The Amazon Resource Name (ARN) of the ML 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 ML model being described.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.offCondition(String offCondition)
Indicates that the asset associated with this sensor has been shut off.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) of a role with permission to access the data source for the ML 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.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 ML
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 ML
model.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.trainingExecutionEndTime(Instant trainingExecutionEndTime)
Indicates the time at which the training of the ML model was completed.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.trainingExecutionStartTime(Instant trainingExecutionStartTime)
Indicates the time at which the training of the ML model began.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeModelResponse.Builder> |
DescribeModelResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.