Amazon.PowerShell.Cmdlets.L4E.AmazonLookoutEquipmentClientCmdlet.ClientConfig
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
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
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The name of the dataset for the machine learning model being created.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-DatasetSchema_InlineDataSchema <
String>
The data schema used within the given dataset.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-EvaluationDataEndTime <DateTime>
Indicates the time reference in the dataset that should be used to end the subset of evaluation data for the machine learning model.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-EvaluationDataStartTime <DateTime>
Indicates the time reference in the dataset that should be used to begin the subset of evaluation data for the machine learning model.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-LabelsInputConfiguration_LabelGroupName <
String>
The name of the label group to be used for label data.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The name for the machine learning model to be created.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
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.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The Amazon Resource Name (ARN) of a role with permission to access the data source being used to create the machine learning model.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-S3InputConfiguration_Bucket <
String>
The name of the S3 bucket holding the label data.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | LabelsInputConfiguration_S3InputConfiguration_Bucket |
-S3InputConfiguration_Prefix <
String>
The prefix for the S3 bucket used for the label data.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | LabelsInputConfiguration_S3InputConfiguration_Prefix |
Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LookoutEquipment.Model.CreateModelResponse). Specifying the name of a property of type Amazon.LookoutEquipment.Model.CreateModelResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Provides the identifier of the KMS key used to encrypt model data by Amazon Lookout for Equipment.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Any tags associated with the machine learning model being created.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Tags |
-TrainingDataEndTime <DateTime>
Indicates the time reference in the dataset that should be used to end the subset of training data for the machine learning model.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-TrainingDataStartTime <DateTime>
Indicates the time reference in the dataset that should be used to begin the subset of training data for the machine learning model.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |