AWS.Tools.LookoutforVision.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.LookoutforVision</name>
    </assembly>
    <members>
        <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.
            </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>
            </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.
            </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.<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.
            </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.<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.GetLFVProjectCmdlet">
            <summary>
            Describes an Amazon Lookout for Vision project.
            </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.<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.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>.
            of dataset with
            </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, such as
            an network outage, 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. 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>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.NewLFVModelCmdlet.EvaluationManifest_Bucket">
            <summary>
            <para>
            <para>The bucket that contains the training output.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.NewLFVModelCmdlet.EvaluationResult_Bucket">
            <summary>
            <para>
            <para>The bucket that contains the training output.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.NewLFVModelCmdlet.S3Location_Bucket">
            <summary>
            <para>
            <para>The S3 bucket that contain the manifest file.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.NewLFVModelCmdlet.Output_S3Location_Bucket">
            <summary>
            <para>
            <para>The S3 bucket that contain the manifest file.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.NewLFVModelCmdlet.Description_CreationTimestamp">
            <summary>
            <para>
            <para>The unix timestamp for the date and time that the model was created. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.NewLFVModelCmdlet.Description_Description">
            <summary>
            <para>
            <para>The description for the model.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.NewLFVModelCmdlet.Description_EvaluationEndTimestamp">
            <summary>
            <para>
            <para>The unix timestamp for the date and time that the evaluation ended. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.NewLFVModelCmdlet.Performance_F1Score">
            <summary>
            <para>
            <para>The overall F1 score metric for the trained model.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.NewLFVModelCmdlet.EvaluationManifest_Key">
            <summary>
            <para>
            <para>The location of the training output in the bucket.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.NewLFVModelCmdlet.EvaluationResult_Key">
            <summary>
            <para>
            <para>The location of the training output in the bucket.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.NewLFVModelCmdlet.Description_KmsKeyId">
            <summary>
            <para>
            <para>The identifer for the AWS Key Management Service (AWS KMS) key that was used to encrypt
            the model during training.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.NewLFVModelCmdlet.KmsKeyId">
            <summary>
            <para>
            <para>The identifier of the AWS Key Management Service (AWS KMS) customer master key (CMK)
            to use for encypting the model. If this parameter is not specified, the model is encrypted
            by a key that AWS owns and manages.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.NewLFVModelCmdlet.Description_ModelArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the model.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.NewLFVModelCmdlet.Description_ModelVersion">
            <summary>
            <para>
            <para>The version of the model</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.NewLFVModelCmdlet.Performance_Precision">
            <summary>
            <para>
            <para>The overall precision metric value for the trained model.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.NewLFVModelCmdlet.S3Location_Prefix">
            <summary>
            <para>
            <para>The path and name of the manifest file with the S3 bucket.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.NewLFVModelCmdlet.Output_S3Location_Prefix">
            <summary>
            <para>
            <para>The path and name of the manifest file with the S3 bucket.</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.Performance_Recall">
            <summary>
            <para>
            <para>The overall recall metric value for the trained model. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.NewLFVModelCmdlet.Description_Status">
            <summary>
            <para>
            <para>The status of the model.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.NewLFVModelCmdlet.Description_StatusMessage">
            <summary>
            <para>
            <para>The status message for 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, such as
            an network outage, 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. 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>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.LFV.NewLFVProjectCmdlet.ProjectName">
            <summary>
            <para>
            <para>S nsme 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, such as
            an network outage, 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. 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>
            It might take a while to delete the dataset. To check the current status, check the
            <code>Status</code> field in the response from a call to <a>DescribeDataset</a>.
            </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, such as
            an network outage, 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. 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.
            </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, such as
            an network outage, 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. 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>
            The training and test datasets are deleted automatically for you. The images referenced
            by the training and test datasets aren't deleted.
            </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, such as
            an network outage, 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. 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.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>
            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>
            </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 and can support up to 5 Transaction Pers Second (TPS). 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, such as
            an network outage, 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. 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.StopLFVModelCmdlet">
            <summary>
            Stops a running model. The operation might take a while to complete. To check the
            current status, call <a>DescribeModel</a>.
            </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, such as
            an network outage, 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. 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 one or more JSON Line entries to a dataset. A JSON Line includes information
            about an image used for training or testing an Amazon Lookout for Vision model. The
            following is an example JSON Line.
             
              
            <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>
            </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, such as
            an network outage, 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. 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>