@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 |
|---|---|
static DescribeModelResponse.Builder |
builder() |
Instant |
createdAt()
Indicates the time and date at which the ML 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 ML model being described.
|
String |
datasetName()
The name of the dataset being used by the ML 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 ML model.
|
Instant |
evaluationDataStartTime()
Indicates the time reference in the dataset that was used to begin the subset of evaluation data for the ML
model.
|
String |
failedReason()
If the training of the ML model failed, this indicates the reason for that failure.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LabelsInputConfiguration |
labelsInputConfiguration()
Specifies configuration information about the labels input, including its S3 location.
|
Instant |
lastUpdatedTime()
Indicates the last time the ML model was updated.
|
String |
modelArn()
The Amazon Resource Name (ARN) of the ML 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 ML model being described.
|
String |
offCondition()
Indicates that the asset associated with this sensor has been shut off.
|
String |
roleArn()
The Amazon Resource Name (ARN) of a role with permission to access the data source for the ML 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.
|
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 ML model.
|
Instant |
trainingDataStartTime()
Indicates the time reference in the dataset that was used to begin the subset of training data for the ML model.
|
Instant |
trainingExecutionEndTime()
Indicates the time at which the training of the ML model was completed.
|
Instant |
trainingExecutionStartTime()
Indicates the time at which the training of the ML model began.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String modelName()
The name of the ML model being described.
public final String modelArn()
The Amazon Resource Name (ARN) of the ML model being described.
public final String datasetName()
The name of the dataset being used by the ML being described.
public final String datasetArn()
The Amazon Resouce Name (ARN) of the dataset used to create the ML 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 ML model.
public final Instant trainingDataEndTime()
Indicates the time reference in the dataset that was used to end the subset of training data for the ML model.
public final Instant evaluationDataStartTime()
Indicates the time reference in the dataset that was used to begin the subset of evaluation data for the ML model.
public final Instant evaluationDataEndTime()
Indicates the time reference in the dataset that was used to end the subset of evaluation data for the ML model.
public final String roleArn()
The Amazon Resource Name (ARN) of a role with permission to access the data source for the ML 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 ML model began.
public final Instant trainingExecutionEndTime()
Indicates the time at which the training of the ML model was completed.
public final String failedReason()
If the training of the ML 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 ML model was updated. The type of update is not specified.
public final Instant createdAt()
Indicates the time and date at which the ML 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 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 © 2022. All rights reserved.