AWS.Tools.FinSpaceData.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.FinSpaceData</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.FNSP.GetFNSPProgrammaticAccessCredentialCmdlet">
            <summary>
            Request programmatic credentials to use with Habanero SDK.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FNSP.GetFNSPProgrammaticAccessCredentialCmdlet.DurationInMinute">
            <summary>
            <para>
            <para>The time duration in which the credentials remain valid. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FNSP.GetFNSPProgrammaticAccessCredentialCmdlet.EnvironmentId">
            <summary>
            <para>
            <para>The habanero environment identifier.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FNSP.GetFNSPProgrammaticAccessCredentialCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FinSpaceData.Model.GetProgrammaticAccessCredentialsResponse).
            Specifying the name of a property of type Amazon.FinSpaceData.Model.GetProgrammaticAccessCredentialsResponse 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.FNSP.GetFNSPProgrammaticAccessCredentialCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the EnvironmentId parameter.
            The -PassThru parameter is deprecated, use -Select '^EnvironmentId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.FNSP.GetFNSPWorkingLocationCmdlet">
            <summary>
            A temporary Amazon S3 location to copy your files from a source location to stage
            or use as a scratch space in Habanero notebook.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FNSP.GetFNSPWorkingLocationCmdlet.LocationType">
            <summary>
            <para>
            <para>Specify the type of the working location.</para><ul><li><para><code>SAGEMAKER</code> - Use the Amazon S3 location as a temporary location to store
            data content when working with FinSpace Notebooks that run on SageMaker studio.</para></li><li><para><code>INGESTION</code> - Use the Amazon S3 location as a staging location to copy
            your data content and then use the location with the changeset creation operation.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FNSP.GetFNSPWorkingLocationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FinSpaceData.Model.GetWorkingLocationResponse).
            Specifying the name of a property of type Amazon.FinSpaceData.Model.GetWorkingLocationResponse 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.FNSP.GetFNSPWorkingLocationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the LocationType parameter.
            The -PassThru parameter is deprecated, use -Select '^LocationType' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.FNSP.NewFNSPChangesetCmdlet">
            <summary>
            Creates a new changeset in a FinSpace dataset.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FNSP.NewFNSPChangesetCmdlet.ChangeType">
            <summary>
            <para>
            <para>Option to indicate how a changeset will be applied to a dataset.</para><ul><li><para><code>REPLACE</code> - Changeset will be considered as a replacement to all prior
            loaded changesets.</para></li><li><para><code>APPEND</code> - Changeset will be considered as an addition to the end of all
            prior loaded changesets.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FNSP.NewFNSPChangesetCmdlet.DatasetId">
            <summary>
            <para>
            <para>The unique identifier for the FinSpace dataset in which the changeset will be created.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FNSP.NewFNSPChangesetCmdlet.FormatParam">
            <summary>
            <para>
            <para>Options that define the structure of the source file(s).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FNSP.NewFNSPChangesetCmdlet.FormatType">
            <summary>
            <para>
            <para>Format type of the input files being loaded into the changeset.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FNSP.NewFNSPChangesetCmdlet.SourceParam">
            <summary>
            <para>
            <para>Source path from which the files to create the changeset will be sourced.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FNSP.NewFNSPChangesetCmdlet.SourceType">
            <summary>
            <para>
            <para>Type of the data source from which the files to create the changeset will be sourced.</para><ul><li><para><code>S3</code> - Amazon S3.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FNSP.NewFNSPChangesetCmdlet.Tag">
            <summary>
            <para>
            <para>Metadata tags to apply to this changeset.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FNSP.NewFNSPChangesetCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Changeset'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FinSpaceData.Model.CreateChangesetResponse).
            Specifying the name of a property of type Amazon.FinSpaceData.Model.CreateChangesetResponse 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.FNSP.NewFNSPChangesetCmdlet.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>