Add-VSGreengrassResourceDefinitionS3MachineLearningModelResourceData
Add-VSGreengrassResourceDefinitionS3MachineLearningModelResourceData
SYNOPSIS
Adds an AWS::Greengrass::ResourceDefinition.S3MachineLearningModelResourceData resource property to the template. <a name=”aws-properties-greengrass-resourcedefinition-s3machinelearningmodelresourcedata-description”></a>Settings for an Amazon S3 machine learning resource. For more information, see Perform Machine Learning Inference: https://docs.aws.amazon.com/greengrass/latest/developerguide/ml-inference.html in the AWS IoT Greengrass Developer Guide.
SYNTAX
Add-VSGreengrassResourceDefinitionS3MachineLearningModelResourceData [[-OwnerSetting] <Object>]
[-DestinationPath] <Object> [-S3Uri] <Object> [<CommonParameters>]
DESCRIPTION
Adds an AWS::Greengrass::ResourceDefinition.S3MachineLearningModelResourceData resource property to the template. <a name=”aws-properties-greengrass-resourcedefinition-s3machinelearningmodelresourcedata-description”></a>Settings for an Amazon S3 machine learning resource. For more information, see Perform Machine Learning Inference: https://docs.aws.amazon.com/greengrass/latest/developerguide/ml-inference.html in the AWS IoT Greengrass Developer Guide.
<a name=”aws-properties-greengrass-resourcedefinition-s3machinelearningmodelresourcedata-inheritance”></a> In an AWS CloudFormation template, S3MachineLearningModelResourceData can be used in the https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-resourcedefinition-resourcedatacontainer.html: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-resourcedefinition-resourcedatacontainer.html property type.
PARAMETERS
-OwnerSetting
The owner setting for the downloaded machine learning resource. For more information, see Access Machine Learning Resources from Lambda Functions: https://docs.aws.amazon.com/greengrass/latest/developerguide/access-ml-resources.html in the AWS IoT Greengrass Developer Guide.
Type: ResourceDownloadOwnerSetting Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-resourcedefinition-s3machinelearningmodelresourcedata.html#cfn-greengrass-resourcedefinition-s3machinelearningmodelresourcedata-ownersetting UpdateType: Immutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-DestinationPath
The absolute local path of the resource inside the Lambda environment.
Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-resourcedefinition-s3machinelearningmodelresourcedata.html#cfn-greengrass-resourcedefinition-s3machinelearningmodelresourcedata-destinationpath PrimitiveType: String UpdateType: Immutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-S3Uri
The URI of the source model in an Amazon S3 bucket. The model package must be in tar.gz or .zip format.
Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrass-resourcedefinition-s3machinelearningmodelresourcedata.html#cfn-greengrass-resourcedefinition-s3machinelearningmodelresourcedata-s3uri PrimitiveType: String UpdateType: Immutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: True
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.