AWS.Tools.LookoutforVision.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.LookoutforVision</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.LFV.AddLFVResourceTagCmdlet">
            <summary>
            Adds one or more key-value tags to an Amazon Lookout for Vision model. For more information,
            see <i>Tagging a model</i> in the <i>Amazon Lookout for Vision Developer Guide</i>.
             
             
              
            <para>
            This operation requires permissions to perform the <code>lookoutvision:TagResource</code>
            operation.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.AddLFVResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the model to assign the tags.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.AddLFVResourceTagCmdlet.Tag">
            <summary>
            <para>
            <para>The key-value tags to assign to the model.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.AddLFVResourceTagCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LookoutforVision.Model.TagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.AddLFVResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.AddLFVResourceTagCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.LFV.FindLFVAnomalyCmdlet">
            <summary>
            Detects anomalies in an image that you supply.
             
              
            <para>
            The response from <code>DetectAnomalies</code> includes a boolean prediction that
            the image contains one or more anomalies and a confidence value for the prediction.
            If the model is an image segmentation model, the response also includes segmentation
            information for each type of anomaly found in the image.
            </para><note><para>
            Before calling <code>DetectAnomalies</code>, you must first start your model with
            the <a>StartModel</a> operation. You are charged for the amount of time, in minutes,
            that a model runs and for the number of anomaly detection units that your model uses.
            If you are not using a model, use the <a>StopModel</a> operation to stop your model.
             
            </para></note><para>
            For more information, see <i>Detecting anomalies in an image</i> in the Amazon Lookout
            for Vision developer guide.
            </para><para>
            This operation requires permissions to perform the <code>lookoutvision:DetectAnomalies</code>
            operation.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.FindLFVAnomalyCmdlet.Body">
            <summary>
            <para>
            <para>The unencrypted image bytes that you want to analyze. </para>
            </para>
            <para>The cmdlet accepts a parameter of type string, string[], System.IO.FileInfo or System.IO.Stream.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.FindLFVAnomalyCmdlet.ContentType">
            <summary>
            <para>
            <para>The type of the image passed in <code>Body</code>. Valid values are <code>image/png</code>
            (PNG format images) and <code>image/jpeg</code> (JPG format images). </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.FindLFVAnomalyCmdlet.ModelVersion">
            <summary>
            <para>
            <para>The version of the model that you want to use.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.FindLFVAnomalyCmdlet.ProjectName">
            <summary>
            <para>
            <para>The name of the project that contains the model version that you want to use.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.FindLFVAnomalyCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'DetectAnomalyResult'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LookoutforVision.Model.DetectAnomaliesResponse).
            Specifying the name of a property of type Amazon.LookoutforVision.Model.DetectAnomaliesResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.LFV.GetLFVDatasetCmdlet">
            <summary>
            Describe an Amazon Lookout for Vision dataset.
             
              
            <para>
            This operation requires permissions to perform the <code>lookoutvision:DescribeDataset</code>
            operation.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.GetLFVDatasetCmdlet.DatasetType">
            <summary>
            <para>
            <para>The type of the dataset to describe. Specify <code>train</code> to describe the training
            dataset. Specify <code>test</code> to describe the test dataset. If you have a single
            dataset project, specify <code>train</code></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.GetLFVDatasetCmdlet.ProjectName">
            <summary>
            <para>
            <para>The name of the project that contains the dataset that you want to describe.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.GetLFVDatasetCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'DatasetDescription'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LookoutforVision.Model.DescribeDatasetResponse).
            Specifying the name of a property of type Amazon.LookoutforVision.Model.DescribeDatasetResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.LFV.GetLFVDatasetEntryListCmdlet">
            <summary>
            Lists the JSON Lines within a dataset. An Amazon Lookout for Vision JSON Line contains
            the anomaly information for a single image, including the image location and the assigned
            label.
             
              
            <para>
            This operation requires permissions to perform the <code>lookoutvision:ListDatasetEntries</code>
            operation.
            </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.GetLFVDatasetEntryListCmdlet.AfterCreationDate">
            <summary>
            <para>
            <para>Only includes entries after the specified date in the response. For example, <code>2020-06-23T00:00:00</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.GetLFVDatasetEntryListCmdlet.AnomalyClass">
            <summary>
            <para>
            <para>Specify <code>normal</code> to include only normal images. Specify <code>anomaly</code>
            to only include anomalous entries. If you don't specify a value, Amazon Lookout for
            Vision returns normal and anomalous images.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.GetLFVDatasetEntryListCmdlet.BeforeCreationDate">
            <summary>
            <para>
            <para>Only includes entries before the specified date in the response. For example, <code>2020-06-23T00:00:00</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.GetLFVDatasetEntryListCmdlet.DatasetType">
            <summary>
            <para>
            <para>The type of the dataset that you want to list. Specify <code>train</code> to list
            the training dataset. Specify <code>test</code> to list the test dataset. If you have
            a single dataset project, specify <code>train</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.GetLFVDatasetEntryListCmdlet.Labeled">
            <summary>
            <para>
            <para>Specify <code>true</code> to include labeled entries, otherwise specify <code>false</code>.
            If you don't specify a value, Lookout for Vision returns all entries.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.GetLFVDatasetEntryListCmdlet.ProjectName">
            <summary>
            <para>
            <para>The name of the project that contains the dataset that you want to list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.GetLFVDatasetEntryListCmdlet.SourceRefContain">
            <summary>
            <para>
            <para>Perform a "contains" search on the values of the <code>source-ref</code> key within
            the dataset. For example a value of "IMG_17" returns all JSON Lines where the <code>source-ref</code>
            key value matches <i>*IMG_17*</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.GetLFVDatasetEntryListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return per paginated call. The largest value you
            can specify is 100. If you specify a value greater than 100, a ValidationException
            error occurs. The default value is 100.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.GetLFVDatasetEntryListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the previous response was incomplete (because there is more data to retrieve),
            Amazon Lookout for Vision returns a pagination token in the response. You can use
            this pagination token to retrieve the next set of dataset entries.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.GetLFVDatasetEntryListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'DatasetEntries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LookoutforVision.Model.ListDatasetEntriesResponse).
            Specifying the name of a property of type Amazon.LookoutforVision.Model.ListDatasetEntriesResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.GetLFVDatasetEntryListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.LFV.GetLFVModelCmdlet">
            <summary>
            Describes a version of an Amazon Lookout for Vision model.
             
              
            <para>
            This operation requires permissions to perform the <code>lookoutvision:DescribeModel</code>
            operation.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.GetLFVModelCmdlet.ModelVersion">
            <summary>
            <para>
            <para>The version of the model that you want to describe.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.GetLFVModelCmdlet.ProjectName">
            <summary>
            <para>
            <para>The project that contains the version of a model that you want to describe.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.GetLFVModelCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ModelDescription'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LookoutforVision.Model.DescribeModelResponse).
            Specifying the name of a property of type Amazon.LookoutforVision.Model.DescribeModelResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.LFV.GetLFVModelListCmdlet">
            <summary>
            Lists the versions of a model in an Amazon Lookout for Vision project.
             
              
            <para>
            The <code>ListModels</code> operation is eventually consistent. Recent calls to <code>CreateModel</code>
            might take a while to appear in the response from <code>ListProjects</code>.
            </para><para>
            This operation requires permissions to perform the <code>lookoutvision:ListModels</code>
            operation.
            </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.GetLFVModelListCmdlet.ProjectName">
            <summary>
            <para>
            <para>The name of the project that contains the model versions that you want to list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.GetLFVModelListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return per paginated call. The largest value you
            can specify is 100. If you specify a value greater than 100, a ValidationException
            error occurs. The default value is 100.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.GetLFVModelListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the previous response was incomplete (because there is more data to retrieve),
            Amazon Lookout for Vision returns a pagination token in the response. You can use
            this pagination token to retrieve the next set of models.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.GetLFVModelListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Models'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LookoutforVision.Model.ListModelsResponse).
            Specifying the name of a property of type Amazon.LookoutforVision.Model.ListModelsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.GetLFVModelListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ProjectName parameter.
            The -PassThru parameter is deprecated, use -Select '^ProjectName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.GetLFVModelListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.LFV.GetLFVModelPackagingJobCmdlet">
            <summary>
            Describes an Amazon Lookout for Vision model packaging job.
             
              
            <para>
            This operation requires permissions to perform the <code>lookoutvision:DescribeModelPackagingJob</code>
            operation.
            </para><para>
            For more information, see <i>Using your Amazon Lookout for Vision model on an edge
            device</i> in the Amazon Lookout for Vision Developer Guide.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.GetLFVModelPackagingJobCmdlet.JobName">
            <summary>
            <para>
            <para>The job name for the model packaging job. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.GetLFVModelPackagingJobCmdlet.ProjectName">
            <summary>
            <para>
            <para>The name of the project that contains the model packaging job that you want to describe.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.GetLFVModelPackagingJobCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ModelPackagingDescription'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LookoutforVision.Model.DescribeModelPackagingJobResponse).
            Specifying the name of a property of type Amazon.LookoutforVision.Model.DescribeModelPackagingJobResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.LFV.GetLFVModelPackagingJobListCmdlet">
            <summary>
            Lists the model packaging jobs created for an Amazon Lookout for Vision project.
             
             
              
            <para>
            This operation requires permissions to perform the <code>lookoutvision:ListModelPackagingJobs</code>
            operation.
            </para><para>
            For more information, see <i>Using your Amazon Lookout for Vision model on an edge
            device</i> in the Amazon Lookout for Vision Developer Guide.
            </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.GetLFVModelPackagingJobListCmdlet.ProjectName">
            <summary>
            <para>
            <para> The name of the project for which you want to list the model packaging jobs. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.GetLFVModelPackagingJobListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return per paginated call. The largest value you
            can specify is 100. If you specify a value greater than 100, a ValidationException
            error occurs. The default value is 100. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.GetLFVModelPackagingJobListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the previous response was incomplete (because there is more results to retrieve),
            Amazon Lookout for Vision returns a pagination token in the response. You can use
            this pagination token to retrieve the next set of results. </para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.GetLFVModelPackagingJobListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ModelPackagingJobs'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LookoutforVision.Model.ListModelPackagingJobsResponse).
            Specifying the name of a property of type Amazon.LookoutforVision.Model.ListModelPackagingJobsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.GetLFVModelPackagingJobListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ProjectName parameter.
            The -PassThru parameter is deprecated, use -Select '^ProjectName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.GetLFVModelPackagingJobListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.LFV.GetLFVProjectCmdlet">
            <summary>
            Describes an Amazon Lookout for Vision project.
             
              
            <para>
            This operation requires permissions to perform the <code>lookoutvision:DescribeProject</code>
            operation.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.GetLFVProjectCmdlet.ProjectName">
            <summary>
            <para>
            <para>The name of the project that you want to describe.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.GetLFVProjectCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ProjectDescription'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LookoutforVision.Model.DescribeProjectResponse).
            Specifying the name of a property of type Amazon.LookoutforVision.Model.DescribeProjectResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.LFV.GetLFVProjectListCmdlet">
            <summary>
            Lists the Amazon Lookout for Vision projects in your AWS account that are in the AWS
            Region in which you call <code>ListProjects</code>.
             
              
            <para>
            The <code>ListProjects</code> operation is eventually consistent. Recent calls to
            <code>CreateProject</code> and <code>DeleteProject</code> might take a while to appear
            in the response from <code>ListProjects</code>.
            </para><para>
            This operation requires permissions to perform the <code>lookoutvision:ListProjects</code>
            operation.
            </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.GetLFVProjectListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return per paginated call. The largest value you
            can specify is 100. If you specify a value greater than 100, a ValidationException
            error occurs. The default value is 100.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.GetLFVProjectListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the previous response was incomplete (because there is more data to retrieve),
            Amazon Lookout for Vision returns a pagination token in the response. You can use
            this pagination token to retrieve the next set of projects.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.GetLFVProjectListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Projects'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LookoutforVision.Model.ListProjectsResponse).
            Specifying the name of a property of type Amazon.LookoutforVision.Model.ListProjectsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.GetLFVProjectListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.LFV.GetLFVResourceTagCmdlet">
            <summary>
            Returns a list of tags attached to the specified Amazon Lookout for Vision model.
             
              
            <para>
            This operation requires permissions to perform the <code>lookoutvision:ListTagsForResource</code>
            operation.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.GetLFVResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the model for which you want to list tags. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.GetLFVResourceTagCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Tags'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LookoutforVision.Model.ListTagsForResourceResponse).
            Specifying the name of a property of type Amazon.LookoutforVision.Model.ListTagsForResourceResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.GetLFVResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.LFV.NewLFVDatasetCmdlet">
            <summary>
            Creates a new dataset in an Amazon Lookout for Vision project. <code>CreateDataset</code>
            can create a training or a test dataset from a valid dataset source (<code>DatasetSource</code>).
             
              
            <para>
            If you want a single dataset project, specify <code>train</code> for the value of
            <code>DatasetType</code>.
            </para><para>
            To have a project with separate training and test datasets, call <code>CreateDataset</code>
            twice. On the first call, specify <code>train</code> for the value of <code>DatasetType</code>.
            On the second call, specify <code>test</code> for the value of <code>DatasetType</code>.
             
            </para><para>
            This operation requires permissions to perform the <code>lookoutvision:CreateDataset</code>
            operation.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.NewLFVDatasetCmdlet.S3Object_Bucket">
            <summary>
            <para>
            <para>The Amazon S3 bucket that contains the manifest.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.NewLFVDatasetCmdlet.DatasetType">
            <summary>
            <para>
            <para>The type of the dataset. Specify <code>train</code> for a training dataset. Specify
            <code>test</code> for a test dataset.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.NewLFVDatasetCmdlet.S3Object_Key">
            <summary>
            <para>
            <para>The name and location of the manifest file withiin the bucket.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.NewLFVDatasetCmdlet.ProjectName">
            <summary>
            <para>
            <para>The name of the project in which you want to create a dataset.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.NewLFVDatasetCmdlet.S3Object_VersionId">
            <summary>
            <para>
            <para>The version ID of the bucket.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.NewLFVDatasetCmdlet.ClientToken">
            <summary>
            <para>
            <para>ClientToken is an idempotency token that ensures a call to <code>CreateDataset</code>
            completes only once. You choose the value to pass. For example, An issue might prevent
            you from getting a response from <code>CreateDataset</code>. In this case, safely
            retry your call to <code>CreateDataset</code> by using the same <code>ClientToken</code>
            parameter value.</para><para>If you don't supply a value for <code>ClientToken</code>, 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.
            </para><para>An error occurs if the other input parameters are not the same as in the first request.
            Using a different value for <code>ClientToken</code> is considered a new call to <code>CreateDataset</code>.
            An idempotency token is active for 8 hours. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.NewLFVDatasetCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'DatasetMetadata'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LookoutforVision.Model.CreateDatasetResponse).
            Specifying the name of a property of type Amazon.LookoutforVision.Model.CreateDatasetResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.NewLFVDatasetCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.LFV.NewLFVModelCmdlet">
            <summary>
            Creates a new version of a model within an an Amazon Lookout for Vision project. <code>CreateModel</code>
            is an asynchronous operation in which Amazon Lookout for Vision trains, tests, and
            evaluates a new version of a model.
             
              
            <para>
            To get the current status, check the <code>Status</code> field returned in the response
            from <a>DescribeModel</a>.
            </para><para>
            If the project has a single dataset, Amazon Lookout for Vision internally splits the
            dataset to create a training and a test dataset. If the project has a training and
            a test dataset, Lookout for Vision uses the respective datasets to train and test
            the model.
            </para><para>
            After training completes, the evaluation metrics are stored at the location specified
            in <code>OutputConfig</code>.
            </para><para>
            This operation requires permissions to perform the <code>lookoutvision:CreateModel</code>
            operation. If you want to tag your model, you also require permission to the <code>lookoutvision:TagResource</code>
            operation.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.NewLFVModelCmdlet.Output_S3Location_Bucket">
            <summary>
            <para>
            <para>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.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.NewLFVModelCmdlet.Description">
            <summary>
            <para>
            <para>A description for the version of the model.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.NewLFVModelCmdlet.KmsKeyId">
            <summary>
            <para>
            <para>The identifier for your AWS KMS key. The key is used to encrypt training and test
            images copied into the service for model training. Your source images are unaffected.
            If this parameter is not specified, the copied images are encrypted by a key that
            AWS owns and manages.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.NewLFVModelCmdlet.Output_S3Location_Prefix">
            <summary>
            <para>
            <para>The path of the folder, within the S3 bucket, that contains the output.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.NewLFVModelCmdlet.ProjectName">
            <summary>
            <para>
            <para>The name of the project in which you want to create a model version.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.NewLFVModelCmdlet.Tag">
            <summary>
            <para>
            <para>A set of tags (key-value pairs) that you want to attach to the model.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.NewLFVModelCmdlet.ClientToken">
            <summary>
            <para>
            <para>ClientToken is an idempotency token that ensures a call to <code>CreateModel</code>
            completes only once. You choose the value to pass. For example, An issue might prevent
            you from getting a response from <code>CreateModel</code>. In this case, safely retry
            your call to <code>CreateModel</code> by using the same <code>ClientToken</code> parameter
            value. </para><para>If you don't supply a value for <code>ClientToken</code>, the AWS SDK you are using
            inserts a value for you. This prevents retries after a network error from starting
            multiple training jobs. You'll need to provide your own value for other use cases.
            </para><para>An error occurs if the other input parameters are not the same as in the first request.
            Using a different value for <code>ClientToken</code> is considered a new call to <code>CreateModel</code>.
            An idempotency token is active for 8 hours.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.NewLFVModelCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ModelMetadata'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LookoutforVision.Model.CreateModelResponse).
            Specifying the name of a property of type Amazon.LookoutforVision.Model.CreateModelResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.NewLFVModelCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ProjectName parameter.
            The -PassThru parameter is deprecated, use -Select '^ProjectName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.NewLFVModelCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.LFV.NewLFVProjectCmdlet">
            <summary>
            Creates an empty Amazon Lookout for Vision project. After you create the project,
            add a dataset by calling <a>CreateDataset</a>.
             
              
            <para>
            This operation requires permissions to perform the <code>lookoutvision:CreateProject</code>
            operation.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.NewLFVProjectCmdlet.ProjectName">
            <summary>
            <para>
            <para>The name for the project.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.NewLFVProjectCmdlet.ClientToken">
            <summary>
            <para>
            <para>ClientToken is an idempotency token that ensures a call to <code>CreateProject</code>
            completes only once. You choose the value to pass. For example, An issue might prevent
            you from getting a response from <code>CreateProject</code>. In this case, safely
            retry your call to <code>CreateProject</code> by using the same <code>ClientToken</code>
            parameter value. </para><para>If you don't supply a value for <code>ClientToken</code>, the AWS SDK you are using
            inserts a value for you. This prevents retries after a network error from making multiple
            project creation requests. You'll need to provide your own value for other use cases.
            </para><para>An error occurs if the other input parameters are not the same as in the first request.
            Using a different value for <code>ClientToken</code> is considered a new call to <code>CreateProject</code>.
            An idempotency token is active for 8 hours.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.NewLFVProjectCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ProjectMetadata'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LookoutforVision.Model.CreateProjectResponse).
            Specifying the name of a property of type Amazon.LookoutforVision.Model.CreateProjectResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.NewLFVProjectCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ProjectName parameter.
            The -PassThru parameter is deprecated, use -Select '^ProjectName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.NewLFVProjectCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.LFV.RemoveLFVDatasetCmdlet">
            <summary>
            Deletes an existing Amazon Lookout for Vision <code>dataset</code>.
             
              
            <para>
            If your the project has a single dataset, you must create a new dataset before you
            can create a model.
            </para><para>
            If you project has a training dataset and a test dataset consider the following.
            </para><ul><li><para>
            If you delete the test dataset, your project reverts to a single dataset project.
            If you then train the model, Amazon Lookout for Vision internally splits the remaining
            dataset into a training and test dataset.
            </para></li><li><para>
            If you delete the training dataset, you must create a training dataset before you
            can create a model.
            </para></li></ul><para>
            This operation requires permissions to perform the <code>lookoutvision:DeleteDataset</code>
            operation.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.RemoveLFVDatasetCmdlet.DatasetType">
            <summary>
            <para>
            <para>The type of the dataset to delete. Specify <code>train</code> to delete the training
            dataset. Specify <code>test</code> to delete the test dataset. To delete the dataset
            in a single dataset project, specify <code>train</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.RemoveLFVDatasetCmdlet.ProjectName">
            <summary>
            <para>
            <para>The name of the project that contains the dataset that you want to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.RemoveLFVDatasetCmdlet.ClientToken">
            <summary>
            <para>
            <para>ClientToken is an idempotency token that ensures a call to <code>DeleteDataset</code>
            completes only once. You choose the value to pass. For example, An issue might prevent
            you from getting a response from <code>DeleteDataset</code>. In this case, safely
            retry your call to <code>DeleteDataset</code> by using the same <code>ClientToken</code>
            parameter value. </para><para>If you don't supply a value for <code>ClientToken</code>, the AWS SDK you are using
            inserts a value for you. This prevents retries after a network error from making multiple
            deletetion requests. You'll need to provide your own value for other use cases. </para><para>An error occurs if the other input parameters are not the same as in the first request.
            Using a different value for <code>ClientToken</code> is considered a new call to <code>DeleteDataset</code>.
            An idempotency token is active for 8 hours.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.RemoveLFVDatasetCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LookoutforVision.Model.DeleteDatasetResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.RemoveLFVDatasetCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.LFV.RemoveLFVModelCmdlet">
            <summary>
            Deletes an Amazon Lookout for Vision model. You can't delete a running model. To stop
            a running model, use the <a>StopModel</a> operation.
             
              
            <para>
            It might take a few seconds to delete a model. To determine if a model has been deleted,
            call <a>ListModels</a> and check if the version of the model (<code>ModelVersion</code>)
            is in the <code>Models</code> array.
            </para><para>
            This operation requires permissions to perform the <code>lookoutvision:DeleteModel</code>
            operation.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.RemoveLFVModelCmdlet.ModelVersion">
            <summary>
            <para>
            <para>The version of the model that you want to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.RemoveLFVModelCmdlet.ProjectName">
            <summary>
            <para>
            <para>The name of the project that contains the model that you want to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.RemoveLFVModelCmdlet.ClientToken">
            <summary>
            <para>
            <para>ClientToken is an idempotency token that ensures a call to <code>DeleteModel</code>
            completes only once. You choose the value to pass. For example, an issue might prevent
            you from getting a response from <code>DeleteModel</code>. In this case, safely retry
            your call to <code>DeleteModel</code> by using the same <code>ClientToken</code> parameter
            value.</para><para>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 model deletion
            requests. You'll need to provide your own value for other use cases. </para><para>An error occurs if the other input parameters are not the same as in the first request.
            Using a different value for <code>ClientToken</code> is considered a new call to <code>DeleteModel</code>.
            An idempotency token is active for 8 hours.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.RemoveLFVModelCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ModelArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LookoutforVision.Model.DeleteModelResponse).
            Specifying the name of a property of type Amazon.LookoutforVision.Model.DeleteModelResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.RemoveLFVModelCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.LFV.RemoveLFVProjectCmdlet">
            <summary>
            Deletes an Amazon Lookout for Vision project.
             
              
            <para>
            To delete a project, you must first delete each version of the model associated with
            the project. To delete a model use the <a>DeleteModel</a> operation.
            </para><para>
            You also have to delete the dataset(s) associated with the model. For more information,
            see <a>DeleteDataset</a>. The images referenced by the training and test datasets
            aren't deleted.
            </para><para>
            This operation requires permissions to perform the <code>lookoutvision:DeleteProject</code>
            operation.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.RemoveLFVProjectCmdlet.ProjectName">
            <summary>
            <para>
            <para>The name of the project to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.RemoveLFVProjectCmdlet.ClientToken">
            <summary>
            <para>
            <para>ClientToken is an idempotency token that ensures a call to <code>DeleteProject</code>
            completes only once. You choose the value to pass. For example, An issue might prevent
            you from getting a response from <code>DeleteProject</code>. In this case, safely
            retry your call to <code>DeleteProject</code> by using the same <code>ClientToken</code>
            parameter value. </para><para>If you don't supply a value for <code>ClientToken</code>, the AWS SDK you are using
            inserts a value for you. This prevents retries after a network error from making multiple
            project deletion requests. You'll need to provide your own value for other use cases.
            </para><para>An error occurs if the other input parameters are not the same as in the first request.
            Using a different value for <code>ClientToken</code> is considered a new call to <code>DeleteProject</code>.
            An idempotency token is active for 8 hours.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.RemoveLFVProjectCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ProjectArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LookoutforVision.Model.DeleteProjectResponse).
            Specifying the name of a property of type Amazon.LookoutforVision.Model.DeleteProjectResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.RemoveLFVProjectCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ProjectName parameter.
            The -PassThru parameter is deprecated, use -Select '^ProjectName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.RemoveLFVProjectCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.LFV.RemoveLFVResourceTagCmdlet">
            <summary>
            Removes one or more tags from an Amazon Lookout for Vision model. For more information,
            see <i>Tagging a model</i> in the <i>Amazon Lookout for Vision Developer Guide</i>.
             
             
              
            <para>
            This operation requires permissions to perform the <code>lookoutvision:UntagResource</code>
            operation.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.RemoveLFVResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the model from which you want to remove tags. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.RemoveLFVResourceTagCmdlet.TagKey">
            <summary>
            <para>
            <para>A list of the keys of the tags that you want to remove.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.RemoveLFVResourceTagCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LookoutforVision.Model.UntagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.RemoveLFVResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.RemoveLFVResourceTagCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.LFV.StartLFVModelCmdlet">
            <summary>
            Starts the running of the version of an Amazon Lookout for Vision model. Starting
            a model takes a while to complete. To check the current state of the model, use <a>DescribeModel</a>.
             
              
            <para>
            A model is ready to use when its status is <code>HOSTED</code>.
            </para><para>
            Once the model is running, you can detect custom labels in new images by calling <a>DetectAnomalies</a>.
            </para><note><para>
            You are charged for the amount of time that the model is running. To stop a running
            model, call <a>StopModel</a>.
            </para></note><para>
            This operation requires permissions to perform the <code>lookoutvision:StartModel</code>
            operation.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.StartLFVModelCmdlet.MaxInferenceUnit">
            <summary>
            <para>
            <para>The maximum number of inference units to use for auto-scaling the model. If you don't
            specify a value, Amazon Lookout for Vision doesn't auto-scale the model.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.StartLFVModelCmdlet.MinInferenceUnit">
            <summary>
            <para>
            <para>The minimum number of inference units to use. A single inference unit represents 1
            hour of processing. Use a higher number to increase the TPS throughput of your model.
            You are charged for the number of inference units that you use. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.StartLFVModelCmdlet.ModelVersion">
            <summary>
            <para>
            <para>The version of the model that you want to start.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.StartLFVModelCmdlet.ProjectName">
            <summary>
            <para>
            <para>The name of the project that contains the model that you want to start.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.StartLFVModelCmdlet.ClientToken">
            <summary>
            <para>
            <para>ClientToken is an idempotency token that ensures a call to <code>StartModel</code>
            completes only once. You choose the value to pass. For example, An issue might prevent
            you from getting a response from <code>StartModel</code>. In this case, safely retry
            your call to <code>StartModel</code> by using the same <code>ClientToken</code> parameter
            value. </para><para>If you don't supply a value for <code>ClientToken</code>, the AWS SDK you are using
            inserts a value for you. This prevents retries after a network error from making multiple
            start requests. You'll need to provide your own value for other use cases. </para><para>An error occurs if the other input parameters are not the same as in the first request.
            Using a different value for <code>ClientToken</code> is considered a new call to <code>StartModel</code>.
            An idempotency token is active for 8 hours. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.StartLFVModelCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Status'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LookoutforVision.Model.StartModelResponse).
            Specifying the name of a property of type Amazon.LookoutforVision.Model.StartModelResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.StartLFVModelCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.LFV.StartLFVModelPackagingJobCmdlet">
            <summary>
            Starts an Amazon Lookout for Vision model packaging job. A model packaging job creates
            an AWS IoT Greengrass component for a Lookout for Vision model. You can use the component
            to deploy your model to an edge device managed by Greengrass.
             
              
            <para>
            Use the <a>DescribeModelPackagingJob</a> API to determine the current status of the
            job. The model packaging job is complete if the value of <code>Status</code> is <code>SUCCEEDED</code>.
            </para><para>
            To deploy the component to the target device, use the component name and component
            version with the AWS IoT Greengrass <a href="https://docs.aws.amazon.com/greengrass/v2/APIReference/API_CreateDeployment.html">CreateDeployment</a>
            API.
            </para><para>
            This operation requires the following permissions:
            </para><ul><li><para><code>lookoutvision:StartModelPackagingJob</code></para></li><li><para><code>s3:PutObject</code></para></li><li><para><code>s3:GetBucketLocation</code></para></li><li><para><code>greengrass:CreateComponentVersion</code></para></li><li><para><code>greengrass:DescribeComponent</code></para></li><li><para>
            (Optional) <code>greengrass:TagResource</code>. Only required if you want to tag the
            component.
            </para></li></ul><para>
            For more information, see <i>Using your Amazon Lookout for Vision model on an edge
            device</i> in the Amazon Lookout for Vision Developer Guide.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.StartLFVModelPackagingJobCmdlet.TargetPlatform_Accelerator">
            <summary>
            <para>
            <para>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 <code>gpu-code</code>, <code>trt-ver</code>,
            and <code>cuda-ver</code> 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 <a>GreengrassConfiguration$CompilerOptions</a>
            field. For example, you can use the following compiler options for CPU: </para><ul><li><para><code>mcpu</code>: CPU micro-architecture. For example, <code>{'mcpu': 'skylake-avx512'}</code></para></li><li><para><code>mattr</code>: CPU flags. For example, <code>{'mattr': ['+neon', '+vfpv4']}</code></para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.StartLFVModelPackagingJobCmdlet.TargetPlatform_Arch">
            <summary>
            <para>
            <para>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). </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.StartLFVModelPackagingJobCmdlet.S3OutputLocation_Bucket">
            <summary>
            <para>
            <para>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.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.StartLFVModelPackagingJobCmdlet.Greengrass_CompilerOption">
            <summary>
            <para>
            <para>Additional compiler options for the Greengrass component. Currently, only NVIDIA Graphics
            Processing Units (GPU) and CPU accelerators are supported. If you specify <code>TargetDevice</code>,
            don't specify <code>CompilerOptions</code>.</para><para>For more information, see <i>Compiler options</i> in the Amazon Lookout for Vision
            Developer Guide. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.StartLFVModelPackagingJobCmdlet.Greengrass_ComponentDescription">
            <summary>
            <para>
            <para> A description for the AWS IoT Greengrass component. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.StartLFVModelPackagingJobCmdlet.Greengrass_ComponentName">
            <summary>
            <para>
            <para> A name for the AWS IoT Greengrass component. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.StartLFVModelPackagingJobCmdlet.Greengrass_ComponentVersion">
            <summary>
            <para>
            <para>A Version for the AWS IoT Greengrass component. If you don't provide a value, a default
            value of <code><i>Model Version</i>.0.0</code> is used. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.StartLFVModelPackagingJobCmdlet.Description">
            <summary>
            <para>
            <para>A description for the model packaging job. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.StartLFVModelPackagingJobCmdlet.JobName">
            <summary>
            <para>
            <para>A name for the model packaging job. If you don't supply a value, the service creates
            a job name for you. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.StartLFVModelPackagingJobCmdlet.ModelVersion">
            <summary>
            <para>
            <para> The version of the model within the project that you want to package. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.StartLFVModelPackagingJobCmdlet.TargetPlatform_Os">
            <summary>
            <para>
            <para>The target operating system for the model. Linux is the only operating system that
            is currently supported. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.StartLFVModelPackagingJobCmdlet.S3OutputLocation_Prefix">
            <summary>
            <para>
            <para>The path of the folder, within the S3 bucket, that contains the output.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.StartLFVModelPackagingJobCmdlet.ProjectName">
            <summary>
            <para>
            <para> The name of the project which contains the version of the model that you want to
            package. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.StartLFVModelPackagingJobCmdlet.Greengrass_Tag">
            <summary>
            <para>
            <para> A set of tags (key-value pairs) that you want to attach to the AWS IoT Greengrass
            component. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.StartLFVModelPackagingJobCmdlet.Greengrass_TargetDevice">
            <summary>
            <para>
            <para>The target device for the model. Currently the only supported value is <code>jetson_xavier</code>.
            If you specify <code>TargetDevice</code>, you can't specify <code>TargetPlatform</code>.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.StartLFVModelPackagingJobCmdlet.ClientToken">
            <summary>
            <para>
            <para>ClientToken is an idempotency token that ensures a call to <code>StartModelPackagingJob</code>
            completes only once. You choose the value to pass. For example, An issue might prevent
            you from getting a response from <code>StartModelPackagingJob</code>. In this case,
            safely retry your call to <code>StartModelPackagingJob</code> by using the same <code>ClientToken</code>
            parameter value.</para><para>If you don't supply a value for <code>ClientToken</code>, 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.
            </para><para>An error occurs if the other input parameters are not the same as in the first request.
            Using a different value for <code>ClientToken</code> is considered a new call to <code>StartModelPackagingJob</code>.
            An idempotency token is active for 8 hours. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.StartLFVModelPackagingJobCmdlet.Select">
            <summary>
            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.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.StartLFVModelPackagingJobCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.LFV.StopLFVModelCmdlet">
            <summary>
            Stops the hosting of a running model. The operation might take a while to complete.
            To check the current status, call <a>DescribeModel</a>.
             
              
            <para>
            After the model hosting stops, the <code>Status</code> of the model is <code>TRAINED</code>.
            </para><para>
            This operation requires permissions to perform the <code>lookoutvision:StopModel</code>
            operation.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.StopLFVModelCmdlet.ModelVersion">
            <summary>
            <para>
            <para>The version of the model that you want to stop.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.StopLFVModelCmdlet.ProjectName">
            <summary>
            <para>
            <para>The name of the project that contains the model that you want to stop.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.StopLFVModelCmdlet.ClientToken">
            <summary>
            <para>
            <para>ClientToken is an idempotency token that ensures a call to <code>StopModel</code>
            completes only once. You choose the value to pass. For example, An issue might prevent
            you from getting a response from <code>StopModel</code>. In this case, safely retry
            your call to <code>StopModel</code> by using the same <code>ClientToken</code> parameter
            value.</para><para>If you don't supply a value for <code>ClientToken</code>, the AWS SDK you are using
            inserts a value for you. This prevents retries after a network error from making multiple
            stop requests. You'll need to provide your own value for other use cases. </para><para>An error occurs if the other input parameters are not the same as in the first request.
            Using a different value for <code>ClientToken</code> is considered a new call to <code>StopModel</code>.
            An idempotency token is active for 8 hours. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.StopLFVModelCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Status'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LookoutforVision.Model.StopModelResponse).
            Specifying the name of a property of type Amazon.LookoutforVision.Model.StopModelResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.StopLFVModelCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.LFV.UpdateLFVDatasetEntryCmdlet">
            <summary>
            Adds or updates one or more JSON Line entries in a dataset. A JSON Line includes information
            about an image used for training or testing an Amazon Lookout for Vision model.
             
              
            <para>
            To update an existing JSON Line, use the <code>source-ref</code> field to identify
            the JSON Line. The JSON line that you supply replaces the existing JSON line. Any
            existing annotations that are not in the new JSON line are removed from the dataset.
             
            </para><para>
            For more information, see <i>Defining JSON lines for anomaly classification</i> in
            the Amazon Lookout for Vision Developer Guide.
            </para><note><para>
            The images you reference in the <code>source-ref</code> field of a JSON line, must
            be in the same S3 bucket as the existing images in the dataset.
            </para></note><para>
            Updating a dataset might take a while to complete. To check the current status, call
            <a>DescribeDataset</a> and check the <code>Status</code> field in the response.
            </para><para>
            This operation requires permissions to perform the <code>lookoutvision:UpdateDatasetEntries</code>
            operation.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.UpdateLFVDatasetEntryCmdlet.Change">
            <summary>
            <para>
            <para>The entries to add to the dataset.</para>
            </para>
            <para>The cmdlet will automatically convert the supplied parameter of type string, string[], System.IO.FileInfo or System.IO.Stream to byte[] before supplying it to the service.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.UpdateLFVDatasetEntryCmdlet.DatasetType">
            <summary>
            <para>
            <para>The type of the dataset that you want to update. Specify <code>train</code> to update
            the training dataset. Specify <code>test</code> to update the test dataset. If you
            have a single dataset project, specify <code>train</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.UpdateLFVDatasetEntryCmdlet.ProjectName">
            <summary>
            <para>
            <para>The name of the project that contains the dataset that you want to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.UpdateLFVDatasetEntryCmdlet.ClientToken">
            <summary>
            <para>
            <para>ClientToken is an idempotency token that ensures a call to <code>UpdateDatasetEntries</code>
            completes only once. You choose the value to pass. For example, An issue might prevent
            you from getting a response from <code>UpdateDatasetEntries</code>. In this case,
            safely retry your call to <code>UpdateDatasetEntries</code> by using the same <code>ClientToken</code>
            parameter value.</para><para>If you don't supply a value for <code>ClientToken</code>, the AWS SDK you are using
            inserts a value for you. This prevents retries after a network error from making multiple
            updates with the same dataset entries. You'll need to provide your own value for other
            use cases. </para><para>An error occurs if the other input parameters are not the same as in the first request.
            Using a different value for <code>ClientToken</code> is considered a new call to <code>UpdateDatasetEntries</code>.
            An idempotency token is active for 8 hours. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.UpdateLFVDatasetEntryCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Status'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LookoutforVision.Model.UpdateDatasetEntriesResponse).
            Specifying the name of a property of type Amazon.LookoutforVision.Model.UpdateDatasetEntriesResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.UpdateLFVDatasetEntryCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
    </members>
</doc>