public static interface DescribeModelResponse.Builder extends LookoutEquipmentResponse.Builder, SdkPojo, CopyableBuilder<DescribeModelResponse.Builder,DescribeModelResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeModelResponse.Builder |
createdAt(Instant createdAt)
Indicates the time and date at which the ML model was created.
|
default 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 |
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 |
datasetArn(String datasetArn)
The Amazon Resouce Name (ARN) of the dataset used to create the ML model being described.
|
DescribeModelResponse.Builder |
datasetName(String datasetName)
The name of the dataset being used by the ML being described.
|
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 |
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 |
failedReason(String failedReason)
If the training of the ML model failed, this indicates the reason for that failure.
|
default DescribeModelResponse.Builder |
labelsInputConfiguration(Consumer<LabelsInputConfiguration.Builder> labelsInputConfiguration)
Specifies configuration information about the labels input, including its S3 location.
|
DescribeModelResponse.Builder |
labelsInputConfiguration(LabelsInputConfiguration labelsInputConfiguration)
Specifies configuration information about the labels input, including its S3 location.
|
DescribeModelResponse.Builder |
lastUpdatedTime(Instant lastUpdatedTime)
Indicates the last time the ML model was updated.
|
DescribeModelResponse.Builder |
modelArn(String modelArn)
The Amazon Resource Name (ARN) of the ML model being described.
|
DescribeModelResponse.Builder |
modelMetrics(String modelMetrics)
The Model Metrics show an aggregated summary of the model's performance within the evaluation time range.
|
DescribeModelResponse.Builder |
modelName(String modelName)
The name of the ML model being described.
|
DescribeModelResponse.Builder |
offCondition(String offCondition)
Indicates that the asset associated with this sensor has been shut off.
|
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 |
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 |
serverSideKmsKeyId(String serverSideKmsKeyId)
Provides the identifier of the KMS key used to encrypt model data by Amazon Lookout for Equipment.
|
DescribeModelResponse.Builder |
status(ModelStatus status)
Specifies the current status of the model being described.
|
DescribeModelResponse.Builder |
status(String status)
Specifies the current status of the model being described.
|
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 |
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 |
trainingExecutionEndTime(Instant trainingExecutionEndTime)
Indicates the time at which the training of the ML model was completed.
|
DescribeModelResponse.Builder |
trainingExecutionStartTime(Instant trainingExecutionStartTime)
Indicates the time at which the training of the ML model began.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeModelResponse.Builder modelName(String modelName)
The name of the ML model being described.
modelName - The name of the ML model being described.DescribeModelResponse.Builder modelArn(String modelArn)
The Amazon Resource Name (ARN) of the ML model being described.
modelArn - The Amazon Resource Name (ARN) of the ML model being described.DescribeModelResponse.Builder datasetName(String datasetName)
The name of the dataset being used by the ML being described.
datasetName - The name of the dataset being used by the ML being described.DescribeModelResponse.Builder datasetArn(String datasetArn)
The Amazon Resouce Name (ARN) of the dataset used to create the ML model being described.
datasetArn - The Amazon Resouce Name (ARN) of the dataset used to create the ML model being described.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.
schema - A JSON description of the data that is in each time series dataset, including names, column names, and
data types.DescribeModelResponse.Builder labelsInputConfiguration(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.default DescribeModelResponse.Builder labelsInputConfiguration(Consumer<LabelsInputConfiguration.Builder> labelsInputConfiguration)
Specifies configuration information about the labels input, including its S3 location.
This is a convenience method that creates an instance of theLabelsInputConfiguration.Builder
avoiding the need to create one manually via LabelsInputConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to labelsInputConfiguration(LabelsInputConfiguration).
labelsInputConfiguration - a consumer that will call methods on LabelsInputConfiguration.BuilderlabelsInputConfiguration(LabelsInputConfiguration)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.
trainingDataStartTime - Indicates the time reference in the dataset that was used to begin the subset of training data for the
ML model.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.
trainingDataEndTime - Indicates the time reference in the dataset that was used to end the subset of training data for the
ML model.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.
evaluationDataStartTime - Indicates the time reference in the dataset that was used to begin the subset of evaluation data for
the ML model.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.
evaluationDataEndTime - Indicates the time reference in the dataset that was used to end the subset of evaluation data for the
ML model.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.
roleArn - The Amazon Resource Name (ARN) of a role with permission to access the data source for the ML model
being described.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. 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
default 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. 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.Builder
avoiding the need to create one manually via DataPreProcessingConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
dataPreProcessingConfiguration(DataPreProcessingConfiguration).
dataPreProcessingConfiguration - a consumer that will call methods on DataPreProcessingConfiguration.BuilderdataPreProcessingConfiguration(DataPreProcessingConfiguration)DescribeModelResponse.Builder status(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,
ModelStatusDescribeModelResponse.Builder status(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,
ModelStatusDescribeModelResponse.Builder trainingExecutionStartTime(Instant trainingExecutionStartTime)
Indicates the time at which the training of the ML model began.
trainingExecutionStartTime - Indicates the time at which the training of the ML model began.DescribeModelResponse.Builder trainingExecutionEndTime(Instant trainingExecutionEndTime)
Indicates the time at which the training of the ML model was completed.
trainingExecutionEndTime - Indicates the time at which the training of the ML model was completed.DescribeModelResponse.Builder failedReason(String failedReason)
If the training of the ML model failed, this indicates the reason for that failure.
failedReason - If the training of the ML model failed, this indicates the reason for that failure.DescribeModelResponse.Builder modelMetrics(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.
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.DescribeModelResponse.Builder lastUpdatedTime(Instant lastUpdatedTime)
Indicates the last time the ML model was updated. The type of update is not specified.
lastUpdatedTime - Indicates the last time the ML model was updated. The type of update is not specified.DescribeModelResponse.Builder createdAt(Instant createdAt)
Indicates the time and date at which the ML model was created.
createdAt - Indicates the time and date at which the ML model was created.DescribeModelResponse.Builder serverSideKmsKeyId(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.DescribeModelResponse.Builder offCondition(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.Copyright © 2022. All rights reserved.