static CreateModelRequest.Builder |
CreateModelRequest.builder() |
|
CreateModelRequest.Builder |
CreateModelRequest.Builder.clientToken(String clientToken) |
A unique identifier for the request.
|
default CreateModelRequest.Builder |
CreateModelRequest.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.
|
CreateModelRequest.Builder |
CreateModelRequest.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.
|
CreateModelRequest.Builder |
CreateModelRequest.Builder.datasetName(String datasetName) |
The name of the dataset for the machine learning model being created.
|
default CreateModelRequest.Builder |
CreateModelRequest.Builder.datasetSchema(Consumer<DatasetSchema.Builder> datasetSchema) |
The data schema for the machine learning model being created.
|
CreateModelRequest.Builder |
CreateModelRequest.Builder.datasetSchema(DatasetSchema datasetSchema) |
The data schema for the machine learning model being created.
|
CreateModelRequest.Builder |
CreateModelRequest.Builder.evaluationDataEndTime(Instant evaluationDataEndTime) |
Indicates the time reference in the dataset that should be used to end the subset of evaluation data for the
machine learning model.
|
CreateModelRequest.Builder |
CreateModelRequest.Builder.evaluationDataStartTime(Instant evaluationDataStartTime) |
Indicates the time reference in the dataset that should be used to begin the subset of evaluation data for
the machine learning model.
|
default CreateModelRequest.Builder |
CreateModelRequest.Builder.labelsInputConfiguration(Consumer<LabelsInputConfiguration.Builder> labelsInputConfiguration) |
The input configuration for the labels being used for the machine learning model that's being created.
|
CreateModelRequest.Builder |
CreateModelRequest.Builder.labelsInputConfiguration(LabelsInputConfiguration labelsInputConfiguration) |
The input configuration for the labels being used for the machine learning model that's being created.
|
default CreateModelRequest.Builder |
CreateModelRequest.Builder.modelDiagnosticsOutputConfiguration(Consumer<ModelDiagnosticsOutputConfiguration.Builder> modelDiagnosticsOutputConfiguration) |
The Amazon S3 location where you want Amazon Lookout for Equipment to save the pointwise model diagnostics.
|
CreateModelRequest.Builder |
CreateModelRequest.Builder.modelDiagnosticsOutputConfiguration(ModelDiagnosticsOutputConfiguration modelDiagnosticsOutputConfiguration) |
The Amazon S3 location where you want Amazon Lookout for Equipment to save the pointwise model diagnostics.
|
CreateModelRequest.Builder |
CreateModelRequest.Builder.modelName(String modelName) |
The name for the machine learning model to be created.
|
CreateModelRequest.Builder |
CreateModelRequest.Builder.offCondition(String offCondition) |
Indicates that the asset associated with this sensor has been shut off.
|
CreateModelRequest.Builder |
CreateModelRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateModelRequest.Builder |
CreateModelRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateModelRequest.Builder |
CreateModelRequest.Builder.roleArn(String roleArn) |
The Amazon Resource Name (ARN) of a role with permission to access the data source being used to create the
machine learning model.
|
CreateModelRequest.Builder |
CreateModelRequest.Builder.serverSideKmsKeyId(String serverSideKmsKeyId) |
Provides the identifier of the KMS key used to encrypt model data by Amazon Lookout for Equipment.
|
CreateModelRequest.Builder |
CreateModelRequest.Builder.tags(Collection<Tag> tags) |
Any tags associated with the machine learning model being created.
|
CreateModelRequest.Builder |
CreateModelRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
Any tags associated with the machine learning model being created.
|
CreateModelRequest.Builder |
CreateModelRequest.Builder.tags(Tag... tags) |
Any tags associated with the machine learning model being created.
|
CreateModelRequest.Builder |
CreateModelRequest.toBuilder() |
|
CreateModelRequest.Builder |
CreateModelRequest.Builder.trainingDataEndTime(Instant trainingDataEndTime) |
Indicates the time reference in the dataset that should be used to end the subset of training data for the
machine learning model.
|
CreateModelRequest.Builder |
CreateModelRequest.Builder.trainingDataStartTime(Instant trainingDataStartTime) |
Indicates the time reference in the dataset that should be used to begin the subset of training data for the
machine learning model.
|