Amazon.PowerShell.Cmdlets.LFV.AmazonLookoutforVisionClientCmdlet.ClientConfig
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
ClientToken is an idempotency token that ensures a call to StartModelPackagingJob completes only once. You choose the value to pass. For example, An issue might prevent you from getting a response from StartModelPackagingJob. In this case, safely retry your call to StartModelPackagingJob by using the same ClientToken parameter value.If you don't supply a value for ClientToken, the AWS SDK you are using inserts a value for you. This prevents retries after a network error from making multiple dataset creation requests. You'll need to provide your own value for other use cases.An error occurs if the other input parameters are not the same as in the first request. Using a different value for ClientToken is considered a new call to StartModelPackagingJob. An idempotency token is active for 8 hours.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
A description for the model packaging job.
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) |
-Greengrass_CompilerOption <
String>
Additional compiler options for the Greengrass component. Currently, only NVIDIA Graphics Processing Units (GPU) and CPU accelerators are supported. If you specify TargetDevice, don't specify CompilerOptions.For more information, see Compiler options in the Amazon Lookout for Vision Developer Guide.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Configuration_Greengrass_CompilerOptions |
-Greengrass_ComponentDescription <
String>
A description for the AWS IoT Greengrass component.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Configuration_Greengrass_ComponentDescription |
-Greengrass_ComponentName <
String>
A name for the AWS IoT Greengrass component.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Configuration_Greengrass_ComponentName |
-Greengrass_ComponentVersion <
String>
A Version for the AWS IoT Greengrass component. If you don't provide a value, a default value of Model Version.0.0 is used.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Configuration_Greengrass_ComponentVersion |
A set of tags (key-value pairs) that you want to attach to the AWS IoT Greengrass component.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Configuration_Greengrass_Tags |
The target device for the model. Currently the only supported value is jetson_xavier. If you specify TargetDevice, you can't specify TargetPlatform.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Configuration_Greengrass_TargetDevice |
A name for the model packaging job. If you don't supply a value, the service creates a job name for you.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The version of the model within the project that you want to package.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The name of the project which contains the version of the model that you want to package.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-S3OutputLocation_Bucket <
String>
The S3 bucket that contains the training or model packaging job output. If you are training a model, the bucket must in your AWS account. If you use an S3 bucket for a model packaging job, the S3 bucket must be in the same AWS Region and AWS account in which you use AWS IoT Greengrass.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Configuration_Greengrass_S3OutputLocation_Bucket |
-S3OutputLocation_Prefix <
String>
The path of the folder, within the S3 bucket, that contains the output.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Configuration_Greengrass_S3OutputLocation_Prefix |
Use the -Select parameter to control the cmdlet output. The default value is 'JobName'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LookoutforVision.Model.StartModelPackagingJobResponse). Specifying the name of a property of type Amazon.LookoutforVision.Model.StartModelPackagingJobResponse 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) |
The target accelerator for the model. Currently, Amazon Lookout for Vision only supports NVIDIA (Nvidia graphics processing unit) and CPU accelerators. If you specify NVIDIA as an accelerator, you must also specify the
gpu-code,
trt-ver, and
cuda-ver compiler options. If you don't specify an accelerator, Lookout for Vision uses the CPU for compilation and we highly recommend that you use the
GreengrassConfiguration$CompilerOptions field. For example, you can use the following compiler options for CPU:
- mcpu: CPU micro-architecture. For example, {'mcpu': 'skylake-avx512'}
- mattr: CPU flags. For example, {'mattr': ['+neon', '+vfpv4']}
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Configuration_Greengrass_TargetPlatform_Accelerator |
The target architecture for the model. The currently supported architectures are X86_64 (64-bit version of the x86 instruction set) and ARM_64 (ARMv8 64-bit CPU).
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Configuration_Greengrass_TargetPlatform_Arch |
The target operating system for the model. Linux is the only operating system that is currently supported.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Configuration_Greengrass_TargetPlatform_Os |