@Generated(value="software.amazon.awssdk:codegen") public final class CreateModelRequest extends LookoutEquipmentRequest implements ToCopyableBuilder<CreateModelRequest.Builder,CreateModelRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateModelRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateModelRequest.Builder |
builder() |
String |
clientToken()
A unique identifier for the request.
|
DataPreProcessingConfiguration |
dataPreProcessingConfiguration()
The configuration is the
TargetSamplingRate, which is the sampling rate of the data after post
processing by Amazon Lookout for Equipment. |
String |
datasetName()
The name of the dataset for the ML model being created.
|
DatasetSchema |
datasetSchema()
The data schema for the ML model being created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Instant |
evaluationDataEndTime()
Indicates the time reference in the dataset that should be used to end the subset of evaluation data for the ML
model.
|
Instant |
evaluationDataStartTime()
Indicates the time reference in the dataset that should be used to begin the subset of evaluation data for the ML
model.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasTags()
For responses, this returns true if the service returned a value for the Tags property.
|
LabelsInputConfiguration |
labelsInputConfiguration()
The input configuration for the labels being used for the ML model that's being created.
|
String |
modelName()
The name for the ML model to be created.
|
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 being used to create the ML
model.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateModelRequest.Builder> |
serializableBuilderClass() |
String |
serverSideKmsKeyId()
Provides the identifier of the KMS key used to encrypt model data by Amazon Lookout for Equipment.
|
List<Tag> |
tags()
Any tags associated with the ML model being created.
|
CreateModelRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
trainingDataEndTime()
Indicates the time reference in the dataset that should be used to end the subset of training data for the ML
model.
|
Instant |
trainingDataStartTime()
Indicates the time reference in the dataset that should be used to begin the subset of training data for the ML
model.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String modelName()
The name for the ML model to be created.
public final String datasetName()
The name of the dataset for the ML model being created.
public final DatasetSchema datasetSchema()
The data schema for the ML model being created.
public final LabelsInputConfiguration labelsInputConfiguration()
The input configuration for the labels being used for the ML model that's being created.
public final String clientToken()
A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one.
public final Instant trainingDataStartTime()
Indicates the time reference in the dataset that should be used to begin the subset of training data for the ML model.
public final Instant trainingDataEndTime()
Indicates the time reference in the dataset that should be used to end the subset of training data for the ML model.
public final Instant evaluationDataStartTime()
Indicates the time reference in the dataset that should be used to begin the subset of evaluation data for the ML model.
public final Instant evaluationDataEndTime()
Indicates the time reference in the dataset that should be 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 being used to create the ML model.
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 String serverSideKmsKeyId()
Provides the identifier of the KMS key used to encrypt model data by Amazon Lookout for Equipment.
public final boolean hasTags()
isEmpty() method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.public final List<Tag> tags()
Any tags associated with the ML model being created.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTags() method.
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 CreateModelRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateModelRequest.Builder,CreateModelRequest>toBuilder in class LookoutEquipmentRequestpublic static CreateModelRequest.Builder builder()
public static Class<? extends CreateModelRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2022. All rights reserved.