AWS.Tools.ForecastQueryService.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.ForecastQueryService</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.FRCQ.SelectFRCQForecastCmdlet">
            <summary>
            Retrieves a forecast filtered by the supplied criteria.
             
              
            <para>
            The criteria is a key-value pair. The key is either <code>item_id</code> (or the equivalent
            non-timestamp, non-target field) from the <code>TARGET_TIME_SERIES</code> dataset,
            or one of the forecast dimensions specified as part of the <code>FeaturizationConfig</code>
            object.
            </para><para>
            By default, the complete date range of the filtered forecast is returned. Optionally,
            you can request a specific date range within the forecast.
            </para><note><para>
            The forecasts generated by Amazon Forecast are in the same timezone as the dataset
            that was used to create the predictor.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FRCQ.SelectFRCQForecastCmdlet.EndDate">
            <summary>
            <para>
            <para>The end date for the forecast. Specify the date using this format: yyyy-MM-dd'T'HH:mm:ss'Z'
            (ISO 8601 format). For example, "1970-01-01T00:00:00Z." </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FRCQ.SelectFRCQForecastCmdlet.Filter">
            <summary>
            <para>
            <para>The filtering criteria to apply when retrieving the forecast. For example:</para><ul><li><para>To get a forecast for a specific item specify the following:</para><para><code>{"item_id" : "client_1"}</code></para></li></ul><ul><li><para>To get a forecast for a specific item sold in a specific location, specify the following:</para><para><code>{"item_id" : "client_1", "location" : "ny"}</code></para></li></ul><ul><li><para>To get a forecast for all blue items sold in a specific location, specify the following:</para><para><code>{ "location" : "ny", "color":"blue"}</code></para></li></ul><para>To get the full forecast, use the operation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FRCQ.SelectFRCQForecastCmdlet.ForecastArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the forecast to query.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FRCQ.SelectFRCQForecastCmdlet.StartDate">
            <summary>
            <para>
            <para>The start date for the forecast. Specify the date using this format: yyyy-MM-dd'T'HH:mm:ss'Z'
            (ISO 8601 format) For example, "1970-01-01T00:00:00Z."</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FRCQ.SelectFRCQForecastCmdlet.NextToken">
            <summary>
            <para>
            <para>If the result of the previous request was truncated, the response includes a <code>NextToken</code>.
            To retrieve the next set of results, use the token in the next request. Tokens expire
            after 24 hours.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FRCQ.SelectFRCQForecastCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Forecast'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ForecastQueryService.Model.QueryForecastResponse).
            Specifying the name of a property of type Amazon.ForecastQueryService.Model.QueryForecastResponse 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.FRCQ.SelectFRCQForecastCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ForecastArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ForecastArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FRCQ.SelectFRCQForecastCmdlet.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>