AWS.Tools.SageMaker.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.SageMaker</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.SM.AddSMAssociationCmdlet">
            <summary>
            Creates an <i>association</i> between the source and the destination. A source can
            be associated with multiple destinations, and a destination can be associated with
            multiple sources. An association is a lineage tracking entity. For more information,
            see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/lineage-tracking.html">Amazon
            SageMaker ML Lineage Tracking</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.AddSMAssociationCmdlet.AssociationType">
            <summary>
            <para>
            <para>The type of association. The following are suggested uses for each type. Amazon SageMaker
            places no restrictions on their use.</para><ul><li><para>ContributedTo - The source contributed to the destination or had a part in enabling
            the destination. For example, the training data contributed to the training job.</para></li><li><para>AssociatedWith - The source is connected to the destination. For example, an approval
            workflow is associated with a model deployment.</para></li><li><para>DerivedFrom - The destination is a modification of the source. For example, a digest
            output of a channel input for a processing job is derived from the original inputs.</para></li><li><para>Produced - The source generated the destination. For example, a training job produced
            a model artifact.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.AddSMAssociationCmdlet.DestinationArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the destination.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.AddSMAssociationCmdlet.SourceArn">
            <summary>
            <para>
            <para>The ARN of the source.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.AddSMAssociationCmdlet.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.SageMaker.Model.AddAssociationResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.AddAssociationResponse 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.SM.AddSMAssociationCmdlet.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.SM.AddSMResourceTagCmdlet">
            <summary>
            Adds or overwrites one or more tags for the specified Amazon SageMaker resource. You
            can add tags to notebook instances, training jobs, hyperparameter tuning jobs, batch
            transform jobs, models, labeling jobs, work teams, endpoint configurations, and endpoints.
             
              
            <para>
            Each tag consists of a key and an optional value. Tag keys must be unique per resource.
            For more information about tags, see For more information, see <a href="https://aws.amazon.com/answers/account-management/aws-tagging-strategies/">Amazon
            Web Services Tagging Strategies</a>.
            </para><note><para>
            Tags that you add to a hyperparameter tuning job by calling this API are also added
            to any training jobs that the hyperparameter tuning job launches after you call this
            API, but not to training jobs that the hyperparameter tuning job launched before you
            called this API. To make sure that the tags associated with a hyperparameter tuning
            job are also added to all training jobs that the hyperparameter tuning job launches,
            add the tags when you first create the tuning job by specifying them in the <code>Tags</code>
            parameter of <a>CreateHyperParameterTuningJob</a></para></note><note><para>
            Tags that you add to a SageMaker Studio Domain or User Profile by calling this API
            are also added to any Apps that the Domain or User Profile launches after you call
            this API, but not to Apps that the Domain or User Profile launched before you called
            this API. To make sure that the tags associated with a Domain or User Profile are
            also added to all Apps that the Domain or User Profile launches, add the tags when
            you first create the Domain or User Profile by specifying them in the <code>Tags</code>
            parameter of <a>CreateDomain</a> or <a>CreateUserProfile</a>.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.AddSMResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resource that you want to tag.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.AddSMResourceTagCmdlet.Tag">
            <summary>
            <para>
            <para>An array of key-value pairs. You can use tags to categorize your Amazon Web Services
            resources in different ways, for example, by purpose, owner, or environment. For more
            information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging
            Amazon Web Services Resources</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.AddSMResourceTagCmdlet.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.SageMaker.Model.AddTagsResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.AddTagsResponse 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.SM.AddSMResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Tag parameter.
            The -PassThru parameter is deprecated, use -Select '^Tag' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.AddSMResourceTagCmdlet.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.SM.DisableSMSagemakerServicecatalogPortfolioCmdlet">
            <summary>
            Disables using Service Catalog in SageMaker. Service Catalog is used to create SageMaker
            projects.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.DisableSMSagemakerServicecatalogPortfolioCmdlet.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.SageMaker.Model.DisableSagemakerServicecatalogPortfolioResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.DisableSMSagemakerServicecatalogPortfolioCmdlet.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.SM.EnableSMSagemakerServicecatalogPortfolioCmdlet">
            <summary>
            Enables using Service Catalog in SageMaker. Service Catalog is used to create SageMaker
            projects.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.EnableSMSagemakerServicecatalogPortfolioCmdlet.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.SageMaker.Model.EnableSagemakerServicecatalogPortfolioResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.EnableSMSagemakerServicecatalogPortfolioCmdlet.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.SM.GetSMActionCmdlet">
            <summary>
            Describes an action.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMActionCmdlet.ActionName">
            <summary>
            <para>
            <para>The name of the action to describe.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMActionCmdlet.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.SageMaker.Model.DescribeActionResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DescribeActionResponse 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.SM.GetSMActionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ActionName parameter.
            The -PassThru parameter is deprecated, use -Select '^ActionName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SM.GetSMActionListCmdlet">
            <summary>
            Lists the actions in your account and their properties.<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.SM.GetSMActionListCmdlet.ActionType">
            <summary>
            <para>
            <para>A filter that returns only actions of the specified type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMActionListCmdlet.CreatedAfter">
            <summary>
            <para>
            <para>A filter that returns only actions created on or after the specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMActionListCmdlet.CreatedBefore">
            <summary>
            <para>
            <para>A filter that returns only actions created on or before the specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMActionListCmdlet.SortBy">
            <summary>
            <para>
            <para>The property used to sort results. The default value is <code>CreationTime</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMActionListCmdlet.SortOrder">
            <summary>
            <para>
            <para>The sort order. The default value is <code>Descending</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMActionListCmdlet.SourceUri">
            <summary>
            <para>
            <para>A filter that returns only actions with the specified source URI.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMActionListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of actions to return in the response. The default value is 10.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMActionListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the previous call to <code>ListActions</code> didn't return the full set of actions,
            the call returns a token for getting the next set of actions.</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.SM.GetSMActionListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ActionSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListActionsResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListActionsResponse 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.SM.GetSMActionListCmdlet.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.SM.GetSMAlgorithmCmdlet">
            <summary>
            Returns a description of the specified algorithm that is in your account.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAlgorithmCmdlet.AlgorithmName">
            <summary>
            <para>
            <para>The name of the algorithm to describe.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAlgorithmCmdlet.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.SageMaker.Model.DescribeAlgorithmResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DescribeAlgorithmResponse 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.SM.GetSMAlgorithmCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AlgorithmName parameter.
            The -PassThru parameter is deprecated, use -Select '^AlgorithmName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SM.GetSMAlgorithmListCmdlet">
            <summary>
            Lists the machine learning algorithms that have been created.<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.SM.GetSMAlgorithmListCmdlet.CreationTimeAfter">
            <summary>
            <para>
            <para>A filter that returns only algorithms created after the specified time (timestamp).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAlgorithmListCmdlet.CreationTimeBefore">
            <summary>
            <para>
            <para>A filter that returns only algorithms created before the specified time (timestamp).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAlgorithmListCmdlet.NameContain">
            <summary>
            <para>
            <para>A string in the algorithm name. This filter returns only algorithms whose name contains
            the specified string.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAlgorithmListCmdlet.SortBy">
            <summary>
            <para>
            <para>The parameter by which to sort the results. The default is <code>CreationTime</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAlgorithmListCmdlet.SortOrder">
            <summary>
            <para>
            <para>The sort order for the results. The default is <code>Ascending</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAlgorithmListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of algorithms to return in the response.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>100</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAlgorithmListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the response to a previous <code>ListAlgorithms</code> request was truncated, the
            response includes a <code>NextToken</code>. To retrieve the next set of algorithms,
            use the token in the next request.</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.SM.GetSMAlgorithmListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'AlgorithmSummaryList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListAlgorithmsResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListAlgorithmsResponse 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.SM.GetSMAlgorithmListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the NameContain parameter.
            The -PassThru parameter is deprecated, use -Select '^NameContain' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAlgorithmListCmdlet.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.SM.GetSMAppCmdlet">
            <summary>
            Describes the app.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAppCmdlet.AppName">
            <summary>
            <para>
            <para>The name of the app.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAppCmdlet.AppType">
            <summary>
            <para>
            <para>The type of app.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAppCmdlet.DomainId">
            <summary>
            <para>
            <para>The domain ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAppCmdlet.UserProfileName">
            <summary>
            <para>
            <para>The user profile name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAppCmdlet.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.SageMaker.Model.DescribeAppResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DescribeAppResponse 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.SM.GetSMAppCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppName parameter.
            The -PassThru parameter is deprecated, use -Select '^AppName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SM.GetSMAppImageConfigCmdlet">
            <summary>
            Describes an AppImageConfig.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAppImageConfigCmdlet.AppImageConfigName">
            <summary>
            <para>
            <para>The name of the AppImageConfig to describe.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAppImageConfigCmdlet.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.SageMaker.Model.DescribeAppImageConfigResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DescribeAppImageConfigResponse 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.SM.GetSMAppImageConfigCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppImageConfigName parameter.
            The -PassThru parameter is deprecated, use -Select '^AppImageConfigName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SM.GetSMAppImageConfigListCmdlet">
            <summary>
            Lists the AppImageConfigs in your account and their properties. The list can be filtered
            by creation time or modified time, and whether the AppImageConfig name contains a
            specified string.<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.SM.GetSMAppImageConfigListCmdlet.CreationTimeAfter">
            <summary>
            <para>
            <para>A filter that returns only AppImageConfigs created on or after the specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAppImageConfigListCmdlet.CreationTimeBefore">
            <summary>
            <para>
            <para>A filter that returns only AppImageConfigs created on or before the specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAppImageConfigListCmdlet.ModifiedTimeAfter">
            <summary>
            <para>
            <para>A filter that returns only AppImageConfigs modified on or after the specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAppImageConfigListCmdlet.ModifiedTimeBefore">
            <summary>
            <para>
            <para>A filter that returns only AppImageConfigs modified on or before the specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAppImageConfigListCmdlet.NameContain">
            <summary>
            <para>
            <para>A filter that returns only AppImageConfigs whose name contains the specified string.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAppImageConfigListCmdlet.SortBy">
            <summary>
            <para>
            <para>The property used to sort results. The default value is <code>CreationTime</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAppImageConfigListCmdlet.SortOrder">
            <summary>
            <para>
            <para>The sort order. The default value is <code>Descending</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAppImageConfigListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of AppImageConfigs to return in the response. The default value
            is 10. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAppImageConfigListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the previous call to <code>ListImages</code> didn't return the full set of AppImageConfigs,
            the call returns a token for getting the next set of AppImageConfigs.</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.SM.GetSMAppImageConfigListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'AppImageConfigs'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListAppImageConfigsResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListAppImageConfigsResponse 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.SM.GetSMAppImageConfigListCmdlet.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.SM.GetSMAppListCmdlet">
            <summary>
            Lists apps.<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.SM.GetSMAppListCmdlet.DomainIdEqual">
            <summary>
            <para>
            <para>A parameter to search for the domain ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAppListCmdlet.SortBy">
            <summary>
            <para>
            <para>The parameter by which to sort the results. The default is CreationTime.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAppListCmdlet.SortOrder">
            <summary>
            <para>
            <para>The sort order for the results. The default is Ascending.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAppListCmdlet.UserProfileNameEqual">
            <summary>
            <para>
            <para>A parameter to search by user profile name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAppListCmdlet.MaxResult">
            <summary>
            <para>
            <para>Returns a list up to a specified limit.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>100</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAppListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the previous response was truncated, you will receive this token. Use it in your
            next request to receive 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.SM.GetSMAppListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Apps'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListAppsResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListAppsResponse 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.SM.GetSMAppListCmdlet.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.SM.GetSMArtifactCmdlet">
            <summary>
            Describes an artifact.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMArtifactCmdlet.ArtifactArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the artifact to describe.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMArtifactCmdlet.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.SageMaker.Model.DescribeArtifactResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DescribeArtifactResponse 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.SM.GetSMArtifactCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ArtifactArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ArtifactArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SM.GetSMArtifactListCmdlet">
            <summary>
            Lists the artifacts in your account and their properties.<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.SM.GetSMArtifactListCmdlet.ArtifactType">
            <summary>
            <para>
            <para>A filter that returns only artifacts of the specified type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMArtifactListCmdlet.CreatedAfter">
            <summary>
            <para>
            <para>A filter that returns only artifacts created on or after the specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMArtifactListCmdlet.CreatedBefore">
            <summary>
            <para>
            <para>A filter that returns only artifacts created on or before the specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMArtifactListCmdlet.SortBy">
            <summary>
            <para>
            <para>The property used to sort results. The default value is <code>CreationTime</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMArtifactListCmdlet.SortOrder">
            <summary>
            <para>
            <para>The sort order. The default value is <code>Descending</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMArtifactListCmdlet.SourceUri">
            <summary>
            <para>
            <para>A filter that returns only artifacts with the specified source URI.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMArtifactListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of artifacts to return in the response. The default value is 10.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMArtifactListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the previous call to <code>ListArtifacts</code> didn't return the full set of artifacts,
            the call returns a token for getting the next set of artifacts.</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.SM.GetSMArtifactListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ArtifactSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListArtifactsResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListArtifactsResponse 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.SM.GetSMArtifactListCmdlet.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.SM.GetSMAssociationListCmdlet">
            <summary>
            Lists the associations in your account and their properties.<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.SM.GetSMAssociationListCmdlet.AssociationType">
            <summary>
            <para>
            <para>A filter that returns only associations of the specified type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAssociationListCmdlet.CreatedAfter">
            <summary>
            <para>
            <para>A filter that returns only associations created on or after the specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAssociationListCmdlet.CreatedBefore">
            <summary>
            <para>
            <para>A filter that returns only associations created on or before the specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAssociationListCmdlet.DestinationArn">
            <summary>
            <para>
            <para>A filter that returns only associations with the specified destination Amazon Resource
            Name (ARN).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAssociationListCmdlet.DestinationType">
            <summary>
            <para>
            <para>A filter that returns only associations with the specified destination type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAssociationListCmdlet.SortBy">
            <summary>
            <para>
            <para>The property used to sort results. The default value is <code>CreationTime</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAssociationListCmdlet.SortOrder">
            <summary>
            <para>
            <para>The sort order. The default value is <code>Descending</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAssociationListCmdlet.SourceArn">
            <summary>
            <para>
            <para>A filter that returns only associations with the specified source ARN.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAssociationListCmdlet.SourceType">
            <summary>
            <para>
            <para>A filter that returns only associations with the specified source type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAssociationListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of associations to return in the response. The default value is
            10.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAssociationListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the previous call to <code>ListAssociations</code> didn't return the full set of
            associations, the call returns a token for getting the next set of associations.</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.SM.GetSMAssociationListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'AssociationSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListAssociationsResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListAssociationsResponse 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.SM.GetSMAssociationListCmdlet.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.SM.GetSMAutoMLJobCmdlet">
            <summary>
            Returns information about an Amazon SageMaker AutoML job.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAutoMLJobCmdlet.AutoMLJobName">
            <summary>
            <para>
            <para>Requests information about an AutoML job using its unique name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAutoMLJobCmdlet.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.SageMaker.Model.DescribeAutoMLJobResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DescribeAutoMLJobResponse 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.SM.GetSMAutoMLJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AutoMLJobName parameter.
            The -PassThru parameter is deprecated, use -Select '^AutoMLJobName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SM.GetSMAutoMLJobListCmdlet">
            <summary>
            Request a list of jobs.<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.SM.GetSMAutoMLJobListCmdlet.CreationTimeAfter">
            <summary>
            <para>
            <para>Request a list of jobs, using a filter for time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAutoMLJobListCmdlet.CreationTimeBefore">
            <summary>
            <para>
            <para>Request a list of jobs, using a filter for time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAutoMLJobListCmdlet.LastModifiedTimeAfter">
            <summary>
            <para>
            <para>Request a list of jobs, using a filter for time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAutoMLJobListCmdlet.LastModifiedTimeBefore">
            <summary>
            <para>
            <para>Request a list of jobs, using a filter for time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAutoMLJobListCmdlet.NameContain">
            <summary>
            <para>
            <para>Request a list of jobs, using a search filter for name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAutoMLJobListCmdlet.SortBy">
            <summary>
            <para>
            <para>The parameter by which to sort the results. The default is <code>Name</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAutoMLJobListCmdlet.SortOrder">
            <summary>
            <para>
            <para>The sort order for the results. The default is <code>Descending</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAutoMLJobListCmdlet.StatusEqual">
            <summary>
            <para>
            <para>Request a list of jobs, using a filter for status.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAutoMLJobListCmdlet.MaxResult">
            <summary>
            <para>
            <para>Request a list of jobs up to a specified limit.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>100</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMAutoMLJobListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the previous response was truncated, you receive this token. Use it in your next
            request to receive 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.SM.GetSMAutoMLJobListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'AutoMLJobSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListAutoMLJobsResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListAutoMLJobsResponse 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.SM.GetSMAutoMLJobListCmdlet.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.SM.GetSMCandidatesForAutoMLJobListCmdlet">
            <summary>
            List the candidates created for the job.<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.SM.GetSMCandidatesForAutoMLJobListCmdlet.AutoMLJobName">
            <summary>
            <para>
            <para>List the candidates created for the job by providing the job's name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMCandidatesForAutoMLJobListCmdlet.CandidateNameEqual">
            <summary>
            <para>
            <para>List the candidates for the job and filter by candidate name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMCandidatesForAutoMLJobListCmdlet.SortBy">
            <summary>
            <para>
            <para>The parameter by which to sort the results. The default is <code>Descending</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMCandidatesForAutoMLJobListCmdlet.SortOrder">
            <summary>
            <para>
            <para>The sort order for the results. The default is <code>Ascending</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMCandidatesForAutoMLJobListCmdlet.StatusEqual">
            <summary>
            <para>
            <para>List the candidates for the job and filter by status.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMCandidatesForAutoMLJobListCmdlet.MaxResult">
            <summary>
            <para>
            <para>List the job's candidates up to a specified limit.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>100</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMCandidatesForAutoMLJobListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the previous response was truncated, you receive this token. Use it in your next
            request to receive 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.SM.GetSMCandidatesForAutoMLJobListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Candidates'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListCandidatesForAutoMLJobResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListCandidatesForAutoMLJobResponse 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.SM.GetSMCandidatesForAutoMLJobListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AutoMLJobName parameter.
            The -PassThru parameter is deprecated, use -Select '^AutoMLJobName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMCandidatesForAutoMLJobListCmdlet.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.SM.GetSMCodeRepositoryCmdlet">
            <summary>
            Gets details about the specified Git repository.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMCodeRepositoryCmdlet.CodeRepositoryName">
            <summary>
            <para>
            <para>The name of the Git repository to describe.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMCodeRepositoryCmdlet.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.SageMaker.Model.DescribeCodeRepositoryResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DescribeCodeRepositoryResponse 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.SM.GetSMCodeRepositoryCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the CodeRepositoryName parameter.
            The -PassThru parameter is deprecated, use -Select '^CodeRepositoryName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SM.GetSMCodeRepositoryListCmdlet">
            <summary>
            Gets a list of the Git repositories in your 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.SM.GetSMCodeRepositoryListCmdlet.CreationTimeAfter">
            <summary>
            <para>
            <para>A filter that returns only Git repositories that were created after the specified
            time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMCodeRepositoryListCmdlet.CreationTimeBefore">
            <summary>
            <para>
            <para>A filter that returns only Git repositories that were created before the specified
            time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMCodeRepositoryListCmdlet.LastModifiedTimeAfter">
            <summary>
            <para>
            <para>A filter that returns only Git repositories that were last modified after the specified
            time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMCodeRepositoryListCmdlet.LastModifiedTimeBefore">
            <summary>
            <para>
            <para>A filter that returns only Git repositories that were last modified before the specified
            time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMCodeRepositoryListCmdlet.NameContain">
            <summary>
            <para>
            <para>A string in the Git repositories name. This filter returns only repositories whose
            name contains the specified string.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMCodeRepositoryListCmdlet.SortBy">
            <summary>
            <para>
            <para>The field to sort results by. The default is <code>Name</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMCodeRepositoryListCmdlet.SortOrder">
            <summary>
            <para>
            <para>The sort order for results. The default is <code>Ascending</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMCodeRepositoryListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of Git repositories to return in the response.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>100</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMCodeRepositoryListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the result of a <code>ListCodeRepositoriesOutput</code> request was truncated,
            the response includes a <code>NextToken</code>. To get the next set of Git repositories,
            use the token in the next request.</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.SM.GetSMCodeRepositoryListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'CodeRepositorySummaryList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListCodeRepositoriesResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListCodeRepositoriesResponse 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.SM.GetSMCodeRepositoryListCmdlet.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.SM.GetSMCompilationJobCmdlet">
            <summary>
            Returns information about a model compilation job.
             
              
            <para>
            To create a model compilation job, use <a>CreateCompilationJob</a>. To get information
            about multiple model compilation jobs, use <a>ListCompilationJobs</a>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMCompilationJobCmdlet.CompilationJobName">
            <summary>
            <para>
            <para>The name of the model compilation job that you want information about.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMCompilationJobCmdlet.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.SageMaker.Model.DescribeCompilationJobResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DescribeCompilationJobResponse 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.SM.GetSMCompilationJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the CompilationJobName parameter.
            The -PassThru parameter is deprecated, use -Select '^CompilationJobName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SM.GetSMCompilationJobListCmdlet">
            <summary>
            Lists model compilation jobs that satisfy various filters.
             
              
            <para>
            To create a model compilation job, use <a>CreateCompilationJob</a>. To get information
            about a particular model compilation job you have created, use <a>DescribeCompilationJob</a>.
            </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.SM.GetSMCompilationJobListCmdlet.CreationTimeAfter">
            <summary>
            <para>
            <para>A filter that returns the model compilation jobs that were created after a specified
            time. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMCompilationJobListCmdlet.CreationTimeBefore">
            <summary>
            <para>
            <para>A filter that returns the model compilation jobs that were created before a specified
            time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMCompilationJobListCmdlet.LastModifiedTimeAfter">
            <summary>
            <para>
            <para>A filter that returns the model compilation jobs that were modified after a specified
            time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMCompilationJobListCmdlet.LastModifiedTimeBefore">
            <summary>
            <para>
            <para>A filter that returns the model compilation jobs that were modified before a specified
            time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMCompilationJobListCmdlet.NameContain">
            <summary>
            <para>
            <para>A filter that returns the model compilation jobs whose name contains a specified string.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMCompilationJobListCmdlet.SortBy">
            <summary>
            <para>
            <para>The field by which to sort results. The default is <code>CreationTime</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMCompilationJobListCmdlet.SortOrder">
            <summary>
            <para>
            <para>The sort order for results. The default is <code>Ascending</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMCompilationJobListCmdlet.StatusEqual">
            <summary>
            <para>
            <para>A filter that retrieves model compilation jobs with a specific <a>DescribeCompilationJobResponse$CompilationJobStatus</a>
            status.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMCompilationJobListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of model compilation jobs to return in the response.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>100</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMCompilationJobListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the result of the previous <code>ListCompilationJobs</code> request was truncated,
            the response includes a <code>NextToken</code>. To retrieve the next set of model
            compilation jobs, use the token in the next request.</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.SM.GetSMCompilationJobListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'CompilationJobSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListCompilationJobsResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListCompilationJobsResponse 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.SM.GetSMCompilationJobListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the NameContain parameter.
            The -PassThru parameter is deprecated, use -Select '^NameContain' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMCompilationJobListCmdlet.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.SM.GetSMConfigListCmdlet">
            <summary>
            Lists endpoint configurations.<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.SM.GetSMConfigListCmdlet.CreationTimeAfter">
            <summary>
            <para>
            <para>A filter that returns only endpoint configurations with a creation time greater than
            or equal to the specified time (timestamp).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMConfigListCmdlet.CreationTimeBefore">
            <summary>
            <para>
            <para>A filter that returns only endpoint configurations created before the specified time
            (timestamp).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMConfigListCmdlet.NameContain">
            <summary>
            <para>
            <para>A string in the endpoint configuration name. This filter returns only endpoint configurations
            whose name contains the specified string. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMConfigListCmdlet.SortBy">
            <summary>
            <para>
            <para>The field to sort results by. The default is <code>CreationTime</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMConfigListCmdlet.SortOrder">
            <summary>
            <para>
            <para>The sort order for results. The default is <code>Descending</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMConfigListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of training jobs to return in the response.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>100</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMConfigListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the result of the previous <code>ListEndpointConfig</code> request was truncated,
            the response includes a <code>NextToken</code>. To retrieve the next set of endpoint
            configurations, use the token in the next request. </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.SM.GetSMConfigListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'EndpointConfigs'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListEndpointConfigsResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListEndpointConfigsResponse 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.SM.GetSMConfigListCmdlet.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.SM.GetSMContextCmdlet">
            <summary>
            Describes a context.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMContextCmdlet.ContextName">
            <summary>
            <para>
            <para>The name of the context to describe.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMContextCmdlet.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.SageMaker.Model.DescribeContextResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DescribeContextResponse 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.SM.GetSMContextCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ContextName parameter.
            The -PassThru parameter is deprecated, use -Select '^ContextName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SM.GetSMContextListCmdlet">
            <summary>
            Lists the contexts in your account and their properties.<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.SM.GetSMContextListCmdlet.ContextType">
            <summary>
            <para>
            <para>A filter that returns only contexts of the specified type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMContextListCmdlet.CreatedAfter">
            <summary>
            <para>
            <para>A filter that returns only contexts created on or after the specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMContextListCmdlet.CreatedBefore">
            <summary>
            <para>
            <para>A filter that returns only contexts created on or before the specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMContextListCmdlet.SortBy">
            <summary>
            <para>
            <para>The property used to sort results. The default value is <code>CreationTime</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMContextListCmdlet.SortOrder">
            <summary>
            <para>
            <para>The sort order. The default value is <code>Descending</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMContextListCmdlet.SourceUri">
            <summary>
            <para>
            <para>A filter that returns only contexts with the specified source URI.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMContextListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of contexts to return in the response. The default value is 10.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMContextListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the previous call to <code>ListContexts</code> didn't return the full set of contexts,
            the call returns a token for getting the next set of contexts.</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.SM.GetSMContextListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ContextSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListContextsResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListContextsResponse 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.SM.GetSMContextListCmdlet.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.SM.GetSMDataQualityJobDefinitionCmdlet">
            <summary>
            Gets the details of a data quality monitoring job definition.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMDataQualityJobDefinitionCmdlet.JobDefinitionName">
            <summary>
            <para>
            <para>The name of the data quality monitoring job definition to describe.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMDataQualityJobDefinitionCmdlet.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.SageMaker.Model.DescribeDataQualityJobDefinitionResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DescribeDataQualityJobDefinitionResponse 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.SM.GetSMDataQualityJobDefinitionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the JobDefinitionName parameter.
            The -PassThru parameter is deprecated, use -Select '^JobDefinitionName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SM.GetSMDataQualityJobDefinitionListCmdlet">
            <summary>
            Lists the data quality job definitions in your 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.SM.GetSMDataQualityJobDefinitionListCmdlet.CreationTimeAfter">
            <summary>
            <para>
            <para>A filter that returns only data quality monitoring job definitions created after the
            specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMDataQualityJobDefinitionListCmdlet.CreationTimeBefore">
            <summary>
            <para>
            <para>A filter that returns only data quality monitoring job definitions created before
            the specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMDataQualityJobDefinitionListCmdlet.EndpointName">
            <summary>
            <para>
            <para>A filter that lists the data quality job definitions associated with the specified
            endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMDataQualityJobDefinitionListCmdlet.NameContain">
            <summary>
            <para>
            <para>A string in the data quality monitoring job definition name. This filter returns only
            data quality monitoring job definitions whose name contains the specified string.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMDataQualityJobDefinitionListCmdlet.SortBy">
            <summary>
            <para>
            <para>The field to sort results by. The default is <code>CreationTime</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMDataQualityJobDefinitionListCmdlet.SortOrder">
            <summary>
            <para>
            <para>The sort order for results. The default is <code>Descending</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMDataQualityJobDefinitionListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of data quality monitoring job definitions to return in the response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMDataQualityJobDefinitionListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the result of the previous <code>ListDataQualityJobDefinitions</code> request was
            truncated, the response includes a <code>NextToken</code>. To retrieve the next set
            of transform jobs, use the token in the next request.&gt;</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.SM.GetSMDataQualityJobDefinitionListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'JobDefinitionSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListDataQualityJobDefinitionsResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListDataQualityJobDefinitionsResponse 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.SM.GetSMDataQualityJobDefinitionListCmdlet.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.SM.GetSMDescribeModelPackageCmdlet">
            <summary>
            This action batch describes a list of versioned model packages
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMDescribeModelPackageCmdlet.ModelPackageArnList">
            <summary>
            <para>
            <para>The list of Amazon Resource Name (ARN) of the model package groups.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMDescribeModelPackageCmdlet.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.SageMaker.Model.BatchDescribeModelPackageResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.BatchDescribeModelPackageResponse 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.SM.GetSMDeviceCmdlet">
            <summary>
            Describes the device.<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.SM.GetSMDeviceCmdlet.DeviceFleetName">
            <summary>
            <para>
            <para>The name of the fleet the devices belong to.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMDeviceCmdlet.DeviceName">
            <summary>
            <para>
            <para>The unique ID of the device.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMDeviceCmdlet.NextToken">
            <summary>
            <para>
            <para>Next token of device description.</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.SM.GetSMDeviceCmdlet.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.SageMaker.Model.DescribeDeviceResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DescribeDeviceResponse 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.SM.GetSMDeviceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DeviceName parameter.
            The -PassThru parameter is deprecated, use -Select '^DeviceName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMDeviceCmdlet.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.SM.GetSMDeviceFleetCmdlet">
            <summary>
            A description of the fleet the device belongs to.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMDeviceFleetCmdlet.DeviceFleetName">
            <summary>
            <para>
            <para>The name of the fleet.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMDeviceFleetCmdlet.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.SageMaker.Model.DescribeDeviceFleetResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DescribeDeviceFleetResponse 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.SM.GetSMDeviceFleetCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DeviceFleetName parameter.
            The -PassThru parameter is deprecated, use -Select '^DeviceFleetName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SM.GetSMDeviceFleetListCmdlet">
            <summary>
            Returns a list of devices in the fleet.<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.SM.GetSMDeviceFleetListCmdlet.CreationTimeAfter">
            <summary>
            <para>
            <para>Filter fleets where packaging job was created after specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMDeviceFleetListCmdlet.CreationTimeBefore">
            <summary>
            <para>
            <para>Filter fleets where the edge packaging job was created before specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMDeviceFleetListCmdlet.LastModifiedTimeAfter">
            <summary>
            <para>
            <para>Select fleets where the job was updated after X</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMDeviceFleetListCmdlet.LastModifiedTimeBefore">
            <summary>
            <para>
            <para>Select fleets where the job was updated before X</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMDeviceFleetListCmdlet.NameContain">
            <summary>
            <para>
            <para>Filter for fleets containing this name in their fleet device name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMDeviceFleetListCmdlet.SortBy">
            <summary>
            <para>
            <para>The column to sort by.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMDeviceFleetListCmdlet.SortOrder">
            <summary>
            <para>
            <para>What direction to sort in.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMDeviceFleetListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to select.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMDeviceFleetListCmdlet.NextToken">
            <summary>
            <para>
            <para>The response from the last list when returning a list large enough to need tokening.</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.SM.GetSMDeviceFleetListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'DeviceFleetSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListDeviceFleetsResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListDeviceFleetsResponse 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.SM.GetSMDeviceFleetListCmdlet.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.SM.GetSMDeviceFleetReportCmdlet">
            <summary>
            Describes a fleet.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMDeviceFleetReportCmdlet.DeviceFleetName">
            <summary>
            <para>
            <para>The name of the fleet.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMDeviceFleetReportCmdlet.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.SageMaker.Model.GetDeviceFleetReportResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.GetDeviceFleetReportResponse 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.SM.GetSMDeviceFleetReportCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DeviceFleetName parameter.
            The -PassThru parameter is deprecated, use -Select '^DeviceFleetName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SM.GetSMDeviceListCmdlet">
            <summary>
            A list of devices.<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.SM.GetSMDeviceListCmdlet.DeviceFleetName">
            <summary>
            <para>
            <para>Filter for fleets containing this name in their device fleet name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMDeviceListCmdlet.LatestHeartbeatAfter">
            <summary>
            <para>
            <para>Select fleets where the job was updated after X</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMDeviceListCmdlet.ModelName">
            <summary>
            <para>
            <para>A filter that searches devices that contains this name in any of their models.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMDeviceListCmdlet.MaxResult">
            <summary>
            <para>
            <para>Maximum number of results to select.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMDeviceListCmdlet.NextToken">
            <summary>
            <para>
            <para>The response from the last list when returning a list large enough to need tokening.</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.SM.GetSMDeviceListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'DeviceSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListDevicesResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListDevicesResponse 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.SM.GetSMDeviceListCmdlet.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.SM.GetSMDomainCmdlet">
            <summary>
            The description of the domain.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMDomainCmdlet.DomainId">
            <summary>
            <para>
            <para>The domain ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMDomainCmdlet.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.SageMaker.Model.DescribeDomainResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DescribeDomainResponse 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.SM.GetSMDomainCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DomainId parameter.
            The -PassThru parameter is deprecated, use -Select '^DomainId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SM.GetSMDomainListCmdlet">
            <summary>
            Lists the domains.<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.SM.GetSMDomainListCmdlet.MaxResult">
            <summary>
            <para>
            <para>Returns a list up to a specified limit.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>100</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMDomainListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the previous response was truncated, you will receive this token. Use it in your
            next request to receive 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.SM.GetSMDomainListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Domains'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListDomainsResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListDomainsResponse 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.SM.GetSMDomainListCmdlet.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.SM.GetSMEdgePackagingJobCmdlet">
            <summary>
            A description of edge packaging jobs.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMEdgePackagingJobCmdlet.EdgePackagingJobName">
            <summary>
            <para>
            <para>The name of the edge packaging job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMEdgePackagingJobCmdlet.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.SageMaker.Model.DescribeEdgePackagingJobResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DescribeEdgePackagingJobResponse 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.SM.GetSMEdgePackagingJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the EdgePackagingJobName parameter.
            The -PassThru parameter is deprecated, use -Select '^EdgePackagingJobName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SM.GetSMEdgePackagingJobListCmdlet">
            <summary>
            Returns a list of edge packaging jobs.<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.SM.GetSMEdgePackagingJobListCmdlet.CreationTimeAfter">
            <summary>
            <para>
            <para>Select jobs where the job was created after specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMEdgePackagingJobListCmdlet.CreationTimeBefore">
            <summary>
            <para>
            <para>Select jobs where the job was created before specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMEdgePackagingJobListCmdlet.LastModifiedTimeAfter">
            <summary>
            <para>
            <para>Select jobs where the job was updated after specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMEdgePackagingJobListCmdlet.LastModifiedTimeBefore">
            <summary>
            <para>
            <para>Select jobs where the job was updated before specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMEdgePackagingJobListCmdlet.ModelNameContain">
            <summary>
            <para>
            <para>Filter for jobs where the model name contains this string.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMEdgePackagingJobListCmdlet.NameContain">
            <summary>
            <para>
            <para>Filter for jobs containing this name in their packaging job name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMEdgePackagingJobListCmdlet.SortBy">
            <summary>
            <para>
            <para>Use to specify what column to sort by.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMEdgePackagingJobListCmdlet.SortOrder">
            <summary>
            <para>
            <para>What direction to sort by.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMEdgePackagingJobListCmdlet.StatusEqual">
            <summary>
            <para>
            <para>The job status to filter for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMEdgePackagingJobListCmdlet.MaxResult">
            <summary>
            <para>
            <para>Maximum number of results to select.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMEdgePackagingJobListCmdlet.NextToken">
            <summary>
            <para>
            <para>The response from the last list when returning a list large enough to need tokening.</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.SM.GetSMEdgePackagingJobListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'EdgePackagingJobSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListEdgePackagingJobsResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListEdgePackagingJobsResponse 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.SM.GetSMEdgePackagingJobListCmdlet.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.SM.GetSMEndpointCmdlet">
            <summary>
            Returns the description of an endpoint.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMEndpointCmdlet.EndpointName">
            <summary>
            <para>
            <para>The name of the endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMEndpointCmdlet.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.SageMaker.Model.DescribeEndpointResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DescribeEndpointResponse 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.SM.GetSMEndpointCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the EndpointName parameter.
            The -PassThru parameter is deprecated, use -Select '^EndpointName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SM.GetSMEndpointConfigCmdlet">
            <summary>
            Returns the description of an endpoint configuration created using the <code>CreateEndpointConfig</code>
            API.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMEndpointConfigCmdlet.EndpointConfigName">
            <summary>
            <para>
            <para>The name of the endpoint configuration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMEndpointConfigCmdlet.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.SageMaker.Model.DescribeEndpointConfigResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DescribeEndpointConfigResponse 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.SM.GetSMEndpointConfigCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the EndpointConfigName parameter.
            The -PassThru parameter is deprecated, use -Select '^EndpointConfigName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SM.GetSMEndpointListCmdlet">
            <summary>
            Lists endpoints.<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.SM.GetSMEndpointListCmdlet.CreationTimeAfter">
            <summary>
            <para>
            <para>A filter that returns only endpoints with a creation time greater than or equal to
            the specified time (timestamp).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMEndpointListCmdlet.CreationTimeBefore">
            <summary>
            <para>
            <para>A filter that returns only endpoints that were created before the specified time (timestamp).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMEndpointListCmdlet.LastModifiedTimeAfter">
            <summary>
            <para>
            <para> A filter that returns only endpoints that were modified after the specified timestamp.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMEndpointListCmdlet.LastModifiedTimeBefore">
            <summary>
            <para>
            <para> A filter that returns only endpoints that were modified before the specified timestamp.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMEndpointListCmdlet.NameContain">
            <summary>
            <para>
            <para>A string in endpoint names. This filter returns only endpoints whose name contains
            the specified string.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMEndpointListCmdlet.SortBy">
            <summary>
            <para>
            <para>Sorts the list of results. The default is <code>CreationTime</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMEndpointListCmdlet.SortOrder">
            <summary>
            <para>
            <para>The sort order for results. The default is <code>Descending</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMEndpointListCmdlet.StatusEqual">
            <summary>
            <para>
            <para> A filter that returns only endpoints with the specified status.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMEndpointListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of endpoints to return in the response. This value defaults to
            10.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>100</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMEndpointListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the result of a <code>ListEndpoints</code> request was truncated, the response
            includes a <code>NextToken</code>. To retrieve the next set of endpoints, use the
            token in the next request.</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.SM.GetSMEndpointListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Endpoints'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListEndpointsResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListEndpointsResponse 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.SM.GetSMEndpointListCmdlet.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.SM.GetSMExperimentCmdlet">
            <summary>
            Provides a list of an experiment's properties.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMExperimentCmdlet.ExperimentName">
            <summary>
            <para>
            <para>The name of the experiment to describe.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMExperimentCmdlet.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.SageMaker.Model.DescribeExperimentResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DescribeExperimentResponse 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.SM.GetSMExperimentCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ExperimentName parameter.
            The -PassThru parameter is deprecated, use -Select '^ExperimentName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SM.GetSMExperimentListCmdlet">
            <summary>
            Lists all the experiments in your account. The list can be filtered to show only experiments
            that were created in a specific time range. The list can be sorted by experiment name
            or creation time.<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.SM.GetSMExperimentListCmdlet.CreatedAfter">
            <summary>
            <para>
            <para>A filter that returns only experiments created after the specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMExperimentListCmdlet.CreatedBefore">
            <summary>
            <para>
            <para>A filter that returns only experiments created before the specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMExperimentListCmdlet.SortBy">
            <summary>
            <para>
            <para>The property used to sort results. The default value is <code>CreationTime</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMExperimentListCmdlet.SortOrder">
            <summary>
            <para>
            <para>The sort order. The default value is <code>Descending</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMExperimentListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of experiments to return in the response. The default value is
            10.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>100</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMExperimentListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the previous call to <code>ListExperiments</code> didn't return the full set of
            experiments, the call returns a token for getting the next set of experiments.</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.SM.GetSMExperimentListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ExperimentSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListExperimentsResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListExperimentsResponse 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.SM.GetSMExperimentListCmdlet.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.SM.GetSMFeatureGroupCmdlet">
            <summary>
            Use this operation to describe a <code>FeatureGroup</code>. The response includes
            information on the creation time, <code>FeatureGroup</code> name, the unique identifier
            for each <code>FeatureGroup</code>, and more.<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.SM.GetSMFeatureGroupCmdlet.FeatureGroupName">
            <summary>
            <para>
            <para>The name of the <code>FeatureGroup</code> you want described. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMFeatureGroupCmdlet.NextToken">
            <summary>
            <para>
            <para>A token to resume pagination of the list of <code>Features</code> (<code>FeatureDefinitions</code>).
            2,500 <code>Features</code> are returned by default.</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.SM.GetSMFeatureGroupCmdlet.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.SageMaker.Model.DescribeFeatureGroupResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DescribeFeatureGroupResponse 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.SM.GetSMFeatureGroupCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the FeatureGroupName parameter.
            The -PassThru parameter is deprecated, use -Select '^FeatureGroupName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMFeatureGroupCmdlet.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.SM.GetSMFeatureGroupListCmdlet">
            <summary>
            List <code>FeatureGroup</code>s based on given filter and order.<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.SM.GetSMFeatureGroupListCmdlet.CreationTimeAfter">
            <summary>
            <para>
            <para>Use this parameter to search for <code>FeatureGroups</code>s created after a specific
            date and time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMFeatureGroupListCmdlet.CreationTimeBefore">
            <summary>
            <para>
            <para>Use this parameter to search for <code>FeatureGroups</code>s created before a specific
            date and time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMFeatureGroupListCmdlet.FeatureGroupStatusEqual">
            <summary>
            <para>
            <para>A <code>FeatureGroup</code> status. Filters by <code>FeatureGroup</code> status. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMFeatureGroupListCmdlet.NameContain">
            <summary>
            <para>
            <para>A string that partially matches one or more <code>FeatureGroup</code>s names. Filters
            <code>FeatureGroup</code>s by name. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMFeatureGroupListCmdlet.OfflineStoreStatusEqual">
            <summary>
            <para>
            <para>An <code>OfflineStore</code> status. Filters by <code>OfflineStore</code> status.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMFeatureGroupListCmdlet.SortBy">
            <summary>
            <para>
            <para>The value on which the feature group list is sorted.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMFeatureGroupListCmdlet.SortOrder">
            <summary>
            <para>
            <para>The order in which feature groups are listed.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMFeatureGroupListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results returned by <code>ListFeatureGroups</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMFeatureGroupListCmdlet.NextToken">
            <summary>
            <para>
            <para>A token to resume pagination of <code>ListFeatureGroups</code> 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.SM.GetSMFeatureGroupListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'FeatureGroupSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListFeatureGroupsResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListFeatureGroupsResponse 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.SM.GetSMFeatureGroupListCmdlet.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.SM.GetSMFlowDefinitionCmdlet">
            <summary>
            Returns information about the specified flow definition.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMFlowDefinitionCmdlet.FlowDefinitionName">
            <summary>
            <para>
            <para>The name of the flow definition.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMFlowDefinitionCmdlet.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.SageMaker.Model.DescribeFlowDefinitionResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DescribeFlowDefinitionResponse 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.SM.GetSMFlowDefinitionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the FlowDefinitionName parameter.
            The -PassThru parameter is deprecated, use -Select '^FlowDefinitionName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SM.GetSMFlowDefinitionListCmdlet">
            <summary>
            Returns information about the flow definitions in your 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.SM.GetSMFlowDefinitionListCmdlet.CreationTimeAfter">
            <summary>
            <para>
            <para>A filter that returns only flow definitions with a creation time greater than or equal
            to the specified timestamp.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMFlowDefinitionListCmdlet.CreationTimeBefore">
            <summary>
            <para>
            <para>A filter that returns only flow definitions that were created before the specified
            timestamp.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMFlowDefinitionListCmdlet.SortOrder">
            <summary>
            <para>
            <para>An optional value that specifies whether you want the results sorted in <code>Ascending</code>
            or <code>Descending</code> order.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMFlowDefinitionListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The total number of items to return. If the total number of available items is more
            than the value specified in <code>MaxResults</code>, then a <code>NextToken</code>
            will be provided in the output that you can use to resume pagination.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>100</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMFlowDefinitionListCmdlet.NextToken">
            <summary>
            <para>
            <para>A token to resume pagination.</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.SM.GetSMFlowDefinitionListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'FlowDefinitionSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListFlowDefinitionsResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListFlowDefinitionsResponse 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.SM.GetSMFlowDefinitionListCmdlet.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.SM.GetSMHumanTaskUiCmdlet">
            <summary>
            Returns information about the requested human task user interface (worker task template).
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMHumanTaskUiCmdlet.HumanTaskUiName">
            <summary>
            <para>
            <para>The name of the human task user interface (worker task template) you want information
            about.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMHumanTaskUiCmdlet.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.SageMaker.Model.DescribeHumanTaskUiResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DescribeHumanTaskUiResponse 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.SM.GetSMHumanTaskUiCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the HumanTaskUiName parameter.
            The -PassThru parameter is deprecated, use -Select '^HumanTaskUiName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SM.GetSMHumanTaskUiListCmdlet">
            <summary>
            Returns information about the human task user interfaces in your 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.SM.GetSMHumanTaskUiListCmdlet.CreationTimeAfter">
            <summary>
            <para>
            <para>A filter that returns only human task user interfaces with a creation time greater
            than or equal to the specified timestamp.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMHumanTaskUiListCmdlet.CreationTimeBefore">
            <summary>
            <para>
            <para>A filter that returns only human task user interfaces that were created before the
            specified timestamp.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMHumanTaskUiListCmdlet.SortOrder">
            <summary>
            <para>
            <para>An optional value that specifies whether you want the results sorted in <code>Ascending</code>
            or <code>Descending</code> order.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMHumanTaskUiListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The total number of items to return. If the total number of available items is more
            than the value specified in <code>MaxResults</code>, then a <code>NextToken</code>
            will be provided in the output that you can use to resume pagination.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>100</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMHumanTaskUiListCmdlet.NextToken">
            <summary>
            <para>
            <para>A token to resume pagination.</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.SM.GetSMHumanTaskUiListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'HumanTaskUiSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListHumanTaskUisResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListHumanTaskUisResponse 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.SM.GetSMHumanTaskUiListCmdlet.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.SM.GetSMHyperParameterTuningJobCmdlet">
            <summary>
            Gets a description of a hyperparameter tuning job.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMHyperParameterTuningJobCmdlet.HyperParameterTuningJobName">
            <summary>
            <para>
            <para>The name of the tuning job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMHyperParameterTuningJobCmdlet.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.SageMaker.Model.DescribeHyperParameterTuningJobResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DescribeHyperParameterTuningJobResponse 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.SM.GetSMHyperParameterTuningJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the HyperParameterTuningJobName parameter.
            The -PassThru parameter is deprecated, use -Select '^HyperParameterTuningJobName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SM.GetSMHyperParameterTuningJobListCmdlet">
            <summary>
            Gets a list of <a>HyperParameterTuningJobSummary</a> objects that describe the hyperparameter
            tuning jobs launched in your 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.SM.GetSMHyperParameterTuningJobListCmdlet.CreationTimeAfter">
            <summary>
            <para>
            <para>A filter that returns only tuning jobs that were created after the specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMHyperParameterTuningJobListCmdlet.CreationTimeBefore">
            <summary>
            <para>
            <para>A filter that returns only tuning jobs that were created before the specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMHyperParameterTuningJobListCmdlet.LastModifiedTimeAfter">
            <summary>
            <para>
            <para>A filter that returns only tuning jobs that were modified after the specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMHyperParameterTuningJobListCmdlet.LastModifiedTimeBefore">
            <summary>
            <para>
            <para>A filter that returns only tuning jobs that were modified before the specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMHyperParameterTuningJobListCmdlet.NameContain">
            <summary>
            <para>
            <para>A string in the tuning job name. This filter returns only tuning jobs whose name contains
            the specified string.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMHyperParameterTuningJobListCmdlet.SortBy">
            <summary>
            <para>
            <para>The field to sort results by. The default is <code>Name</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMHyperParameterTuningJobListCmdlet.SortOrder">
            <summary>
            <para>
            <para>The sort order for results. The default is <code>Ascending</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMHyperParameterTuningJobListCmdlet.StatusEqual">
            <summary>
            <para>
            <para>A filter that returns only tuning jobs with the specified status.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMHyperParameterTuningJobListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of tuning jobs to return. The default value is 10.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>100</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMHyperParameterTuningJobListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the result of the previous <code>ListHyperParameterTuningJobs</code> request was
            truncated, the response includes a <code>NextToken</code>. To retrieve the next set
            of tuning jobs, use the token in the next request.</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.SM.GetSMHyperParameterTuningJobListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'HyperParameterTuningJobSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListHyperParameterTuningJobsResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListHyperParameterTuningJobsResponse 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.SM.GetSMHyperParameterTuningJobListCmdlet.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.SM.GetSMImageCmdlet">
            <summary>
            Describes a SageMaker image.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMImageCmdlet.ImageName">
            <summary>
            <para>
            <para>The name of the image to describe.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMImageCmdlet.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.SageMaker.Model.DescribeImageResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DescribeImageResponse 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.SM.GetSMImageCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ImageName parameter.
            The -PassThru parameter is deprecated, use -Select '^ImageName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SM.GetSMImageListCmdlet">
            <summary>
            Lists the images in your account and their properties. The list can be filtered by
            creation time or modified time, and whether the image name contains a specified string.<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.SM.GetSMImageListCmdlet.CreationTimeAfter">
            <summary>
            <para>
            <para>A filter that returns only images created on or after the specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMImageListCmdlet.CreationTimeBefore">
            <summary>
            <para>
            <para>A filter that returns only images created on or before the specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMImageListCmdlet.LastModifiedTimeAfter">
            <summary>
            <para>
            <para>A filter that returns only images modified on or after the specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMImageListCmdlet.LastModifiedTimeBefore">
            <summary>
            <para>
            <para>A filter that returns only images modified on or before the specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMImageListCmdlet.NameContain">
            <summary>
            <para>
            <para>A filter that returns only images whose name contains the specified string.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMImageListCmdlet.SortBy">
            <summary>
            <para>
            <para>The property used to sort results. The default value is <code>CREATION_TIME</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMImageListCmdlet.SortOrder">
            <summary>
            <para>
            <para>The sort order. The default value is <code>DESCENDING</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMImageListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of images to return in the response. The default value is 10. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMImageListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the previous call to <code>ListImages</code> didn't return the full set of images,
            the call returns a token for getting the next set of images.</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.SM.GetSMImageListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Images'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListImagesResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListImagesResponse 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.SM.GetSMImageListCmdlet.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.SM.GetSMImageVersionCmdlet">
            <summary>
            Describes a version of a SageMaker image.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMImageVersionCmdlet.ImageName">
            <summary>
            <para>
            <para>The name of the image.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMImageVersionCmdlet.Version">
            <summary>
            <para>
            <para>The version of the image. If not specified, the latest version is described.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMImageVersionCmdlet.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.SageMaker.Model.DescribeImageVersionResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DescribeImageVersionResponse 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.SM.GetSMImageVersionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ImageName parameter.
            The -PassThru parameter is deprecated, use -Select '^ImageName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SM.GetSMImageVersionListCmdlet">
            <summary>
            Lists the versions of a specified image and their properties. The list can be filtered
            by creation time or modified time.<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.SM.GetSMImageVersionListCmdlet.CreationTimeAfter">
            <summary>
            <para>
            <para>A filter that returns only versions created on or after the specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMImageVersionListCmdlet.CreationTimeBefore">
            <summary>
            <para>
            <para>A filter that returns only versions created on or before the specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMImageVersionListCmdlet.ImageName">
            <summary>
            <para>
            <para>The name of the image to list the versions of.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMImageVersionListCmdlet.LastModifiedTimeAfter">
            <summary>
            <para>
            <para>A filter that returns only versions modified on or after the specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMImageVersionListCmdlet.LastModifiedTimeBefore">
            <summary>
            <para>
            <para>A filter that returns only versions modified on or before the specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMImageVersionListCmdlet.SortBy">
            <summary>
            <para>
            <para>The property used to sort results. The default value is <code>CREATION_TIME</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMImageVersionListCmdlet.SortOrder">
            <summary>
            <para>
            <para>The sort order. The default value is <code>DESCENDING</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMImageVersionListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of versions to return in the response. The default value is 10.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMImageVersionListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the previous call to <code>ListImageVersions</code> didn't return the full set
            of versions, the call returns a token for getting the next set of versions.</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.SM.GetSMImageVersionListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ImageVersions'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListImageVersionsResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListImageVersionsResponse 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.SM.GetSMImageVersionListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ImageName parameter.
            The -PassThru parameter is deprecated, use -Select '^ImageName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMImageVersionListCmdlet.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.SM.GetSMLabelingJobCmdlet">
            <summary>
            Gets information about a labeling job.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMLabelingJobCmdlet.LabelingJobName">
            <summary>
            <para>
            <para>The name of the labeling job to return information for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMLabelingJobCmdlet.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.SageMaker.Model.DescribeLabelingJobResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DescribeLabelingJobResponse 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.SM.GetSMLabelingJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the LabelingJobName parameter.
            The -PassThru parameter is deprecated, use -Select '^LabelingJobName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SM.GetSMLabelingJobListCmdlet">
            <summary>
            Gets a list of labeling jobs.<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.SM.GetSMLabelingJobListCmdlet.CreationTimeAfter">
            <summary>
            <para>
            <para>A filter that returns only labeling jobs created after the specified time (timestamp).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMLabelingJobListCmdlet.CreationTimeBefore">
            <summary>
            <para>
            <para>A filter that returns only labeling jobs created before the specified time (timestamp).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMLabelingJobListCmdlet.LastModifiedTimeAfter">
            <summary>
            <para>
            <para>A filter that returns only labeling jobs modified after the specified time (timestamp).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMLabelingJobListCmdlet.LastModifiedTimeBefore">
            <summary>
            <para>
            <para>A filter that returns only labeling jobs modified before the specified time (timestamp).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMLabelingJobListCmdlet.NameContain">
            <summary>
            <para>
            <para>A string in the labeling job name. This filter returns only labeling jobs whose name
            contains the specified string.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMLabelingJobListCmdlet.SortBy">
            <summary>
            <para>
            <para>The field to sort results by. The default is <code>CreationTime</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMLabelingJobListCmdlet.SortOrder">
            <summary>
            <para>
            <para>The sort order for results. The default is <code>Ascending</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMLabelingJobListCmdlet.StatusEqual">
            <summary>
            <para>
            <para>A filter that retrieves only labeling jobs with a specific status.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMLabelingJobListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of labeling jobs to return in each page of the response.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>100</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMLabelingJobListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the result of the previous <code>ListLabelingJobs</code> request was truncated,
            the response includes a <code>NextToken</code>. To retrieve the next set of labeling
            jobs, use the token in the next request.</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.SM.GetSMLabelingJobListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'LabelingJobSummaryList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListLabelingJobsResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListLabelingJobsResponse 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.SM.GetSMLabelingJobListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the NameContain parameter.
            The -PassThru parameter is deprecated, use -Select '^NameContain' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMLabelingJobListCmdlet.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.SM.GetSMLabelingJobListForWorkteamCmdlet">
            <summary>
            Gets a list of labeling jobs assigned to a specified work team.<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.SM.GetSMLabelingJobListForWorkteamCmdlet.CreationTimeAfter">
            <summary>
            <para>
            <para>A filter that returns only labeling jobs created after the specified time (timestamp).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMLabelingJobListForWorkteamCmdlet.CreationTimeBefore">
            <summary>
            <para>
            <para>A filter that returns only labeling jobs created before the specified time (timestamp).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMLabelingJobListForWorkteamCmdlet.JobReferenceCodeContain">
            <summary>
            <para>
            <para>A filter the limits jobs to only the ones whose job reference code contains the specified
            string.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMLabelingJobListForWorkteamCmdlet.SortBy">
            <summary>
            <para>
            <para>The field to sort results by. The default is <code>CreationTime</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMLabelingJobListForWorkteamCmdlet.SortOrder">
            <summary>
            <para>
            <para>The sort order for results. The default is <code>Ascending</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMLabelingJobListForWorkteamCmdlet.WorkteamArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the work team for which you want to see labeling
            jobs for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMLabelingJobListForWorkteamCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of labeling jobs to return in each page of the response.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>100</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMLabelingJobListForWorkteamCmdlet.NextToken">
            <summary>
            <para>
            <para>If the result of the previous <code>ListLabelingJobsForWorkteam</code> request was
            truncated, the response includes a <code>NextToken</code>. To retrieve the next set
            of labeling jobs, use the token in the next request.</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.SM.GetSMLabelingJobListForWorkteamCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'LabelingJobSummaryList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListLabelingJobsForWorkteamResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListLabelingJobsForWorkteamResponse 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.SM.GetSMLabelingJobListForWorkteamCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the WorkteamArn parameter.
            The -PassThru parameter is deprecated, use -Select '^WorkteamArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMLabelingJobListForWorkteamCmdlet.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.SM.GetSMModelCmdlet">
            <summary>
            Describes a model that you created using the <code>CreateModel</code> API.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelCmdlet.ModelName">
            <summary>
            <para>
            <para>The name of the model.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelCmdlet.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.SageMaker.Model.DescribeModelResponse).
            Specifying the name of a property of type Amazon.SageMaker.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="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ModelName parameter.
            The -PassThru parameter is deprecated, use -Select '^ModelName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SM.GetSMModelBiasJobDefinitionCmdlet">
            <summary>
            Returns a description of a model bias job definition.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelBiasJobDefinitionCmdlet.JobDefinitionName">
            <summary>
            <para>
            <para>The name of the model bias job definition. The name must be unique within an Amazon
            Web Services Region in the Amazon Web Services account.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelBiasJobDefinitionCmdlet.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.SageMaker.Model.DescribeModelBiasJobDefinitionResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DescribeModelBiasJobDefinitionResponse 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.SM.GetSMModelBiasJobDefinitionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the JobDefinitionName parameter.
            The -PassThru parameter is deprecated, use -Select '^JobDefinitionName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SM.GetSMModelBiasJobDefinitionListCmdlet">
            <summary>
            Lists model bias jobs definitions that satisfy various filters.<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.SM.GetSMModelBiasJobDefinitionListCmdlet.CreationTimeAfter">
            <summary>
            <para>
            <para>A filter that returns only model bias jobs created after a specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelBiasJobDefinitionListCmdlet.CreationTimeBefore">
            <summary>
            <para>
            <para>A filter that returns only model bias jobs created before a specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelBiasJobDefinitionListCmdlet.EndpointName">
            <summary>
            <para>
            <para>Name of the endpoint to monitor for model bias.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelBiasJobDefinitionListCmdlet.NameContain">
            <summary>
            <para>
            <para>Filter for model bias jobs whose name contains a specified string.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelBiasJobDefinitionListCmdlet.SortBy">
            <summary>
            <para>
            <para>Whether to sort results by the <code>Name</code> or <code>CreationTime</code> field.
            The default is <code>CreationTime</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelBiasJobDefinitionListCmdlet.SortOrder">
            <summary>
            <para>
            <para>Whether to sort the results in <code>Ascending</code> or <code>Descending</code> order.
            The default is <code>Descending</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelBiasJobDefinitionListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of model bias jobs to return in the response. The default value
            is 10.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelBiasJobDefinitionListCmdlet.NextToken">
            <summary>
            <para>
            <para>The token returned if the response is truncated. To retrieve the next set of job executions,
            use it in the next request.</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.SM.GetSMModelBiasJobDefinitionListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'JobDefinitionSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListModelBiasJobDefinitionsResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListModelBiasJobDefinitionsResponse 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.SM.GetSMModelBiasJobDefinitionListCmdlet.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.SM.GetSMModelExplainabilityJobDefinitionCmdlet">
            <summary>
            Returns a description of a model explainability job definition.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelExplainabilityJobDefinitionCmdlet.JobDefinitionName">
            <summary>
            <para>
            <para>The name of the model explainability job definition. The name must be unique within
            an Amazon Web Services Region in the Amazon Web Services account.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelExplainabilityJobDefinitionCmdlet.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.SageMaker.Model.DescribeModelExplainabilityJobDefinitionResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DescribeModelExplainabilityJobDefinitionResponse 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.SM.GetSMModelExplainabilityJobDefinitionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the JobDefinitionName parameter.
            The -PassThru parameter is deprecated, use -Select '^JobDefinitionName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SM.GetSMModelExplainabilityJobDefinitionListCmdlet">
            <summary>
            Lists model explainability job definitions that satisfy various filters.<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.SM.GetSMModelExplainabilityJobDefinitionListCmdlet.CreationTimeAfter">
            <summary>
            <para>
            <para>A filter that returns only model explainability jobs created after a specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelExplainabilityJobDefinitionListCmdlet.CreationTimeBefore">
            <summary>
            <para>
            <para>A filter that returns only model explainability jobs created before a specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelExplainabilityJobDefinitionListCmdlet.EndpointName">
            <summary>
            <para>
            <para>Name of the endpoint to monitor for model explainability.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelExplainabilityJobDefinitionListCmdlet.NameContain">
            <summary>
            <para>
            <para>Filter for model explainability jobs whose name contains a specified string.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelExplainabilityJobDefinitionListCmdlet.SortBy">
            <summary>
            <para>
            <para>Whether to sort results by the <code>Name</code> or <code>CreationTime</code> field.
            The default is <code>CreationTime</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelExplainabilityJobDefinitionListCmdlet.SortOrder">
            <summary>
            <para>
            <para>Whether to sort the results in <code>Ascending</code> or <code>Descending</code> order.
            The default is <code>Descending</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelExplainabilityJobDefinitionListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of jobs to return in the response. The default value is 10.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelExplainabilityJobDefinitionListCmdlet.NextToken">
            <summary>
            <para>
            <para>The token returned if the response is truncated. To retrieve the next set of job executions,
            use it in the next request.</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.SM.GetSMModelExplainabilityJobDefinitionListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'JobDefinitionSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListModelExplainabilityJobDefinitionsResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListModelExplainabilityJobDefinitionsResponse 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.SM.GetSMModelExplainabilityJobDefinitionListCmdlet.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.SM.GetSMModelListCmdlet">
            <summary>
            Lists models created with the <code>CreateModel</code> API.<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.SM.GetSMModelListCmdlet.CreationTimeAfter">
            <summary>
            <para>
            <para>A filter that returns only models with a creation time greater than or equal to the
            specified time (timestamp).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelListCmdlet.CreationTimeBefore">
            <summary>
            <para>
            <para>A filter that returns only models created before the specified time (timestamp).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelListCmdlet.NameContain">
            <summary>
            <para>
            <para>A string in the model name. This filter returns only models whose name contains the
            specified string.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelListCmdlet.SortBy">
            <summary>
            <para>
            <para>Sorts the list of results. The default is <code>CreationTime</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelListCmdlet.SortOrder">
            <summary>
            <para>
            <para>The sort order for results. The default is <code>Descending</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of models to return in the response.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>100</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the response to a previous <code>ListModels</code> request was truncated, the response
            includes a <code>NextToken</code>. To retrieve the next set of models, use the token
            in the next request.</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.SM.GetSMModelListCmdlet.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.SageMaker.Model.ListModelsResponse).
            Specifying the name of a property of type Amazon.SageMaker.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.SM.GetSMModelListCmdlet.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.SM.GetSMModelPackageCmdlet">
            <summary>
            Returns a description of the specified model package, which is used to create SageMaker
            models or list them on Amazon Web Services Marketplace.
             
              
            <para>
            To create models in SageMaker, buyers can subscribe to model packages listed on Amazon
            Web Services Marketplace.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelPackageCmdlet.ModelPackageName">
            <summary>
            <para>
            <para>The name or Amazon Resource Name (ARN) of the model package to describe.</para><para>When you specify a name, the name must have 1 to 63 characters. Valid characters are
            a-z, A-Z, 0-9, and - (hyphen).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelPackageCmdlet.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.SageMaker.Model.DescribeModelPackageResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DescribeModelPackageResponse 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.SM.GetSMModelPackageCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ModelPackageName parameter.
            The -PassThru parameter is deprecated, use -Select '^ModelPackageName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SM.GetSMModelPackageGroupCmdlet">
            <summary>
            Gets a description for the specified model group.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelPackageGroupCmdlet.ModelPackageGroupName">
            <summary>
            <para>
            <para>The name of the model group to describe.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelPackageGroupCmdlet.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.SageMaker.Model.DescribeModelPackageGroupResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DescribeModelPackageGroupResponse 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.SM.GetSMModelPackageGroupCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ModelPackageGroupName parameter.
            The -PassThru parameter is deprecated, use -Select '^ModelPackageGroupName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SM.GetSMModelPackageGroupListCmdlet">
            <summary>
            Gets a list of the model groups in your Amazon Web Services 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.SM.GetSMModelPackageGroupListCmdlet.CreationTimeAfter">
            <summary>
            <para>
            <para>A filter that returns only model groups created after the specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelPackageGroupListCmdlet.CreationTimeBefore">
            <summary>
            <para>
            <para>A filter that returns only model groups created before the specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelPackageGroupListCmdlet.NameContain">
            <summary>
            <para>
            <para>A string in the model group name. This filter returns only model groups whose name
            contains the specified string.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelPackageGroupListCmdlet.SortBy">
            <summary>
            <para>
            <para>The field to sort results by. The default is <code>CreationTime</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelPackageGroupListCmdlet.SortOrder">
            <summary>
            <para>
            <para>The sort order for results. The default is <code>Ascending</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelPackageGroupListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return in the response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelPackageGroupListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the result of the previous <code>ListModelPackageGroups</code> request was truncated,
            the response includes a <code>NextToken</code>. To retrieve the next set of model
            groups, use the token in the next request.</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.SM.GetSMModelPackageGroupListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ModelPackageGroupSummaryList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListModelPackageGroupsResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListModelPackageGroupsResponse 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.SM.GetSMModelPackageGroupListCmdlet.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.SM.GetSMModelPackageGroupPolicyCmdlet">
            <summary>
            Gets a resource policy that manages access for a model group. For information about
            resource policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_identity-vs-resource.html">Identity-based
            policies and resource-based policies</a> in the <i>Amazon Web Services Identity and
            Access Management User Guide.</i>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelPackageGroupPolicyCmdlet.ModelPackageGroupName">
            <summary>
            <para>
            <para>The name of the model group for which to get the resource policy.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelPackageGroupPolicyCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ResourcePolicy'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.GetModelPackageGroupPolicyResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.GetModelPackageGroupPolicyResponse 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.SM.GetSMModelPackageGroupPolicyCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ModelPackageGroupName parameter.
            The -PassThru parameter is deprecated, use -Select '^ModelPackageGroupName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SM.GetSMModelPackageListCmdlet">
            <summary>
            Lists the model packages that have been created.<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.SM.GetSMModelPackageListCmdlet.CreationTimeAfter">
            <summary>
            <para>
            <para>A filter that returns only model packages created after the specified time (timestamp).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelPackageListCmdlet.CreationTimeBefore">
            <summary>
            <para>
            <para>A filter that returns only model packages created before the specified time (timestamp).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelPackageListCmdlet.ModelApprovalStatus">
            <summary>
            <para>
            <para>A filter that returns only the model packages with the specified approval status.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelPackageListCmdlet.ModelPackageGroupName">
            <summary>
            <para>
            <para>A filter that returns only model versions that belong to the specified model group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelPackageListCmdlet.ModelPackageType">
            <summary>
            <para>
            <para>A filter that returns onlyl the model packages of the specified type. This can be
            one of the following values.</para><ul><li><para><code>VERSIONED</code> - List only versioned models.</para></li><li><para><code>UNVERSIONED</code> - List only unversioined models.</para></li><li><para><code>BOTH</code> - List both versioned and unversioned models.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelPackageListCmdlet.NameContain">
            <summary>
            <para>
            <para>A string in the model package name. This filter returns only model packages whose
            name contains the specified string.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelPackageListCmdlet.SortBy">
            <summary>
            <para>
            <para>The parameter by which to sort the results. The default is <code>CreationTime</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelPackageListCmdlet.SortOrder">
            <summary>
            <para>
            <para>The sort order for the results. The default is <code>Ascending</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelPackageListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of model packages to return in the response.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>100</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelPackageListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the response to a previous <code>ListModelPackages</code> request was truncated,
            the response includes a <code>NextToken</code>. To retrieve the next set of model
            packages, use the token in the next request.</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.SM.GetSMModelPackageListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ModelPackageSummaryList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListModelPackagesResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListModelPackagesResponse 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.SM.GetSMModelPackageListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the NameContain parameter.
            The -PassThru parameter is deprecated, use -Select '^NameContain' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelPackageListCmdlet.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.SM.GetSMModelQualityJobDefinitionCmdlet">
            <summary>
            Returns a description of a model quality job definition.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelQualityJobDefinitionCmdlet.JobDefinitionName">
            <summary>
            <para>
            <para>The name of the model quality job. The name must be unique within an Amazon Web Services
            Region in the Amazon Web Services account.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelQualityJobDefinitionCmdlet.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.SageMaker.Model.DescribeModelQualityJobDefinitionResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DescribeModelQualityJobDefinitionResponse 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.SM.GetSMModelQualityJobDefinitionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the JobDefinitionName parameter.
            The -PassThru parameter is deprecated, use -Select '^JobDefinitionName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SM.GetSMModelQualityJobDefinitionListCmdlet">
            <summary>
            Gets a list of model quality monitoring job definitions in your 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.SM.GetSMModelQualityJobDefinitionListCmdlet.CreationTimeAfter">
            <summary>
            <para>
            <para>A filter that returns only model quality monitoring job definitions created after
            the specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelQualityJobDefinitionListCmdlet.CreationTimeBefore">
            <summary>
            <para>
            <para>A filter that returns only model quality monitoring job definitions created before
            the specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelQualityJobDefinitionListCmdlet.EndpointName">
            <summary>
            <para>
            <para>A filter that returns only model quality monitoring job definitions that are associated
            with the specified endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelQualityJobDefinitionListCmdlet.NameContain">
            <summary>
            <para>
            <para>A string in the transform job name. This filter returns only model quality monitoring
            job definitions whose name contains the specified string.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelQualityJobDefinitionListCmdlet.SortBy">
            <summary>
            <para>
            <para>The field to sort results by. The default is <code>CreationTime</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelQualityJobDefinitionListCmdlet.SortOrder">
            <summary>
            <para>
            <para>The sort order for results. The default is <code>Descending</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelQualityJobDefinitionListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return in a call to <code>ListModelQualityJobDefinitions</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMModelQualityJobDefinitionListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the result of the previous <code>ListModelQualityJobDefinitions</code> request
            was truncated, the response includes a <code>NextToken</code>. To retrieve the next
            set of model quality monitoring job definitions, use the token in the next request.</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.SM.GetSMModelQualityJobDefinitionListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'JobDefinitionSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListModelQualityJobDefinitionsResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListModelQualityJobDefinitionsResponse 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.SM.GetSMModelQualityJobDefinitionListCmdlet.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.SM.GetSMMonitoringExecutionListCmdlet">
            <summary>
            Returns list of all monitoring job executions.<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.SM.GetSMMonitoringExecutionListCmdlet.CreationTimeAfter">
            <summary>
            <para>
            <para>A filter that returns only jobs created after a specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMMonitoringExecutionListCmdlet.CreationTimeBefore">
            <summary>
            <para>
            <para>A filter that returns only jobs created before a specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMMonitoringExecutionListCmdlet.EndpointName">
            <summary>
            <para>
            <para>Name of a specific endpoint to fetch jobs for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMMonitoringExecutionListCmdlet.LastModifiedTimeAfter">
            <summary>
            <para>
            <para>A filter that returns only jobs modified before a specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMMonitoringExecutionListCmdlet.LastModifiedTimeBefore">
            <summary>
            <para>
            <para>A filter that returns only jobs modified after a specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMMonitoringExecutionListCmdlet.MonitoringJobDefinitionName">
            <summary>
            <para>
            <para>Gets a list of the monitoring job runs of the specified monitoring job definitions.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMMonitoringExecutionListCmdlet.MonitoringScheduleName">
            <summary>
            <para>
            <para>Name of a specific schedule to fetch jobs for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMMonitoringExecutionListCmdlet.MonitoringTypeEqual">
            <summary>
            <para>
            <para>A filter that returns only the monitoring job runs of the specified monitoring type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMMonitoringExecutionListCmdlet.ScheduledTimeAfter">
            <summary>
            <para>
            <para>Filter for jobs scheduled after a specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMMonitoringExecutionListCmdlet.ScheduledTimeBefore">
            <summary>
            <para>
            <para>Filter for jobs scheduled before a specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMMonitoringExecutionListCmdlet.SortBy">
            <summary>
            <para>
            <para>Whether to sort results by <code>Status</code>, <code>CreationTime</code>, <code>ScheduledTime</code>
            field. The default is <code>CreationTime</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMMonitoringExecutionListCmdlet.SortOrder">
            <summary>
            <para>
            <para>Whether to sort the results in <code>Ascending</code> or <code>Descending</code> order.
            The default is <code>Descending</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMMonitoringExecutionListCmdlet.StatusEqual">
            <summary>
            <para>
            <para>A filter that retrieves only jobs with a specific status.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMMonitoringExecutionListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of jobs to return in the response. The default value is 10.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>100</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMMonitoringExecutionListCmdlet.NextToken">
            <summary>
            <para>
            <para>The token returned if the response is truncated. To retrieve the next set of job executions,
            use it in the next request.</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.SM.GetSMMonitoringExecutionListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'MonitoringExecutionSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListMonitoringExecutionsResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListMonitoringExecutionsResponse 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.SM.GetSMMonitoringExecutionListCmdlet.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.SM.GetSMMonitoringScheduleCmdlet">
            <summary>
            Describes the schedule for a monitoring job.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMMonitoringScheduleCmdlet.MonitoringScheduleName">
            <summary>
            <para>
            <para>Name of a previously created monitoring schedule.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMMonitoringScheduleCmdlet.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.SageMaker.Model.DescribeMonitoringScheduleResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DescribeMonitoringScheduleResponse 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.SM.GetSMMonitoringScheduleCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the MonitoringScheduleName parameter.
            The -PassThru parameter is deprecated, use -Select '^MonitoringScheduleName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SM.GetSMMonitoringScheduleListCmdlet">
            <summary>
            Returns list of all monitoring schedules.<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.SM.GetSMMonitoringScheduleListCmdlet.CreationTimeAfter">
            <summary>
            <para>
            <para>A filter that returns only monitoring schedules created after a specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMMonitoringScheduleListCmdlet.CreationTimeBefore">
            <summary>
            <para>
            <para>A filter that returns only monitoring schedules created before a specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMMonitoringScheduleListCmdlet.EndpointName">
            <summary>
            <para>
            <para>Name of a specific endpoint to fetch schedules for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMMonitoringScheduleListCmdlet.LastModifiedTimeAfter">
            <summary>
            <para>
            <para>A filter that returns only monitoring schedules modified after a specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMMonitoringScheduleListCmdlet.LastModifiedTimeBefore">
            <summary>
            <para>
            <para>A filter that returns only monitoring schedules modified before a specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMMonitoringScheduleListCmdlet.MonitoringJobDefinitionName">
            <summary>
            <para>
            <para>Gets a list of the monitoring schedules for the specified monitoring job definition.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMMonitoringScheduleListCmdlet.MonitoringTypeEqual">
            <summary>
            <para>
            <para>A filter that returns only the monitoring schedules for the specified monitoring type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMMonitoringScheduleListCmdlet.NameContain">
            <summary>
            <para>
            <para>Filter for monitoring schedules whose name contains a specified string.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMMonitoringScheduleListCmdlet.SortBy">
            <summary>
            <para>
            <para>Whether to sort results by <code>Status</code>, <code>CreationTime</code>, <code>ScheduledTime</code>
            field. The default is <code>CreationTime</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMMonitoringScheduleListCmdlet.SortOrder">
            <summary>
            <para>
            <para>Whether to sort the results in <code>Ascending</code> or <code>Descending</code> order.
            The default is <code>Descending</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMMonitoringScheduleListCmdlet.StatusEqual">
            <summary>
            <para>
            <para>A filter that returns only monitoring schedules modified before a specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMMonitoringScheduleListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of jobs to return in the response. The default value is 10.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>100</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMMonitoringScheduleListCmdlet.NextToken">
            <summary>
            <para>
            <para>The token returned if the response is truncated. To retrieve the next set of job executions,
            use it in the next request.</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.SM.GetSMMonitoringScheduleListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'MonitoringScheduleSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListMonitoringSchedulesResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListMonitoringSchedulesResponse 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.SM.GetSMMonitoringScheduleListCmdlet.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.SM.GetSMNotebookInstanceCmdlet">
            <summary>
            Returns information about a notebook instance.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMNotebookInstanceCmdlet.NotebookInstanceName">
            <summary>
            <para>
            <para>The name of the notebook instance that you want information about.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMNotebookInstanceCmdlet.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.SageMaker.Model.DescribeNotebookInstanceResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DescribeNotebookInstanceResponse 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.SM.GetSMNotebookInstanceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the NotebookInstanceName parameter.
            The -PassThru parameter is deprecated, use -Select '^NotebookInstanceName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SM.GetSMNotebookInstanceLifecycleConfigCmdlet">
            <summary>
            Returns a description of a notebook instance lifecycle configuration.
             
              
            <para>
            For information about notebook instance lifestyle configurations, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/notebook-lifecycle-config.html">Step
            2.1: (Optional) Customize a Notebook Instance</a>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMNotebookInstanceLifecycleConfigCmdlet.NotebookInstanceLifecycleConfigName">
            <summary>
            <para>
            <para>The name of the lifecycle configuration to describe.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMNotebookInstanceLifecycleConfigCmdlet.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.SageMaker.Model.DescribeNotebookInstanceLifecycleConfigResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DescribeNotebookInstanceLifecycleConfigResponse 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.SM.GetSMNotebookInstanceLifecycleConfigCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the NotebookInstanceLifecycleConfigName parameter.
            The -PassThru parameter is deprecated, use -Select '^NotebookInstanceLifecycleConfigName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SM.GetSMNotebookInstanceLifecycleConfigListCmdlet">
            <summary>
            Lists notebook instance lifestyle configurations created with the <a>CreateNotebookInstanceLifecycleConfig</a>
            API.<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.SM.GetSMNotebookInstanceLifecycleConfigListCmdlet.CreationTimeAfter">
            <summary>
            <para>
            <para>A filter that returns only lifecycle configurations that were created after the specified
            time (timestamp).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMNotebookInstanceLifecycleConfigListCmdlet.CreationTimeBefore">
            <summary>
            <para>
            <para>A filter that returns only lifecycle configurations that were created before the specified
            time (timestamp).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMNotebookInstanceLifecycleConfigListCmdlet.LastModifiedTimeAfter">
            <summary>
            <para>
            <para>A filter that returns only lifecycle configurations that were modified after the specified
            time (timestamp).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMNotebookInstanceLifecycleConfigListCmdlet.LastModifiedTimeBefore">
            <summary>
            <para>
            <para>A filter that returns only lifecycle configurations that were modified before the
            specified time (timestamp).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMNotebookInstanceLifecycleConfigListCmdlet.NameContain">
            <summary>
            <para>
            <para>A string in the lifecycle configuration name. This filter returns only lifecycle configurations
            whose name contains the specified string.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMNotebookInstanceLifecycleConfigListCmdlet.SortBy">
            <summary>
            <para>
            <para>Sorts the list of results. The default is <code>CreationTime</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMNotebookInstanceLifecycleConfigListCmdlet.SortOrder">
            <summary>
            <para>
            <para>The sort order for results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMNotebookInstanceLifecycleConfigListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of lifecycle configurations to return in the response.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>100</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMNotebookInstanceLifecycleConfigListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the result of a <code>ListNotebookInstanceLifecycleConfigs</code> request was truncated,
            the response includes a <code>NextToken</code>. To get the next set of lifecycle configurations,
            use the token in the next request.</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.SM.GetSMNotebookInstanceLifecycleConfigListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'NotebookInstanceLifecycleConfigs'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListNotebookInstanceLifecycleConfigsResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListNotebookInstanceLifecycleConfigsResponse 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.SM.GetSMNotebookInstanceLifecycleConfigListCmdlet.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.SM.GetSMNotebookInstanceListCmdlet">
            <summary>
            Returns a list of the Amazon SageMaker notebook instances in the requester's account
            in an Amazon Web Services Region.<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.SM.GetSMNotebookInstanceListCmdlet.AdditionalCodeRepositoryEqual">
            <summary>
            <para>
            <para>A filter that returns only notebook instances with associated with the specified git
            repository.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMNotebookInstanceListCmdlet.CreationTimeAfter">
            <summary>
            <para>
            <para>A filter that returns only notebook instances that were created after the specified
            time (timestamp).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMNotebookInstanceListCmdlet.CreationTimeBefore">
            <summary>
            <para>
            <para>A filter that returns only notebook instances that were created before the specified
            time (timestamp). </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMNotebookInstanceListCmdlet.DefaultCodeRepositoryContain">
            <summary>
            <para>
            <para>A string in the name or URL of a Git repository associated with this notebook instance.
            This filter returns only notebook instances associated with a git repository with
            a name that contains the specified string.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMNotebookInstanceListCmdlet.LastModifiedTimeAfter">
            <summary>
            <para>
            <para>A filter that returns only notebook instances that were modified after the specified
            time (timestamp).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMNotebookInstanceListCmdlet.LastModifiedTimeBefore">
            <summary>
            <para>
            <para>A filter that returns only notebook instances that were modified before the specified
            time (timestamp).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMNotebookInstanceListCmdlet.NameContain">
            <summary>
            <para>
            <para>A string in the notebook instances' name. This filter returns only notebook instances
            whose name contains the specified string.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMNotebookInstanceListCmdlet.NotebookInstanceLifecycleConfigNameContain">
            <summary>
            <para>
            <para>A string in the name of a notebook instances lifecycle configuration associated with
            this notebook instance. This filter returns only notebook instances associated with
            a lifecycle configuration with a name that contains the specified string.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMNotebookInstanceListCmdlet.SortBy">
            <summary>
            <para>
            <para>The field to sort results by. The default is <code>Name</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMNotebookInstanceListCmdlet.SortOrder">
            <summary>
            <para>
            <para>The sort order for results. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMNotebookInstanceListCmdlet.StatusEqual">
            <summary>
            <para>
            <para>A filter that returns only notebook instances with the specified status.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMNotebookInstanceListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of notebook instances to return.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>100</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMNotebookInstanceListCmdlet.NextToken">
            <summary>
            <para>
            <para> If the previous call to the <code>ListNotebookInstances</code> is truncated, the
            response includes a <code>NextToken</code>. You can use this token in your subsequent
            <code>ListNotebookInstances</code> request to fetch the next set of notebook instances.
            </para><note><para>You might specify a filter or a sort order in your request. When response is truncated,
            you must use the same values for the filer and sort order in the next request. </para></note>
            </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.SM.GetSMNotebookInstanceListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'NotebookInstances'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListNotebookInstancesResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListNotebookInstancesResponse 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.SM.GetSMNotebookInstanceListCmdlet.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.SM.GetSMPipelineCmdlet">
            <summary>
            Describes the details of a pipeline.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMPipelineCmdlet.PipelineName">
            <summary>
            <para>
            <para>The name of the pipeline to describe.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMPipelineCmdlet.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.SageMaker.Model.DescribePipelineResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DescribePipelineResponse 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.SM.GetSMPipelineCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the PipelineName parameter.
            The -PassThru parameter is deprecated, use -Select '^PipelineName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SM.GetSMPipelineDefinitionForExecutionCmdlet">
            <summary>
            Describes the details of an execution's pipeline definition.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMPipelineDefinitionForExecutionCmdlet.PipelineExecutionArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the pipeline execution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMPipelineDefinitionForExecutionCmdlet.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.SageMaker.Model.DescribePipelineDefinitionForExecutionResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DescribePipelineDefinitionForExecutionResponse 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.SM.GetSMPipelineDefinitionForExecutionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the PipelineExecutionArn parameter.
            The -PassThru parameter is deprecated, use -Select '^PipelineExecutionArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SM.GetSMPipelineExecutionCmdlet">
            <summary>
            Describes the details of a pipeline execution.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMPipelineExecutionCmdlet.PipelineExecutionArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the pipeline execution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMPipelineExecutionCmdlet.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.SageMaker.Model.DescribePipelineExecutionResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DescribePipelineExecutionResponse 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.SM.GetSMPipelineExecutionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the PipelineExecutionArn parameter.
            The -PassThru parameter is deprecated, use -Select '^PipelineExecutionArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SM.GetSMPipelineExecutionListCmdlet">
            <summary>
            Gets a list of the pipeline executions.<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.SM.GetSMPipelineExecutionListCmdlet.CreatedAfter">
            <summary>
            <para>
            <para>A filter that returns the pipeline executions that were created after a specified
            time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMPipelineExecutionListCmdlet.CreatedBefore">
            <summary>
            <para>
            <para>A filter that returns the pipeline executions that were created before a specified
            time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMPipelineExecutionListCmdlet.PipelineName">
            <summary>
            <para>
            <para>The name of the pipeline.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMPipelineExecutionListCmdlet.SortBy">
            <summary>
            <para>
            <para>The field by which to sort results. The default is <code>CreatedTime</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMPipelineExecutionListCmdlet.SortOrder">
            <summary>
            <para>
            <para>The sort order for results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMPipelineExecutionListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of pipeline executions to return in the response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMPipelineExecutionListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the result of the previous <code>ListPipelineExecutions</code> request was truncated,
            the response includes a <code>NextToken</code>. To retrieve the next set of pipeline
            executions, use the token in the next request.</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.SM.GetSMPipelineExecutionListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'PipelineExecutionSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListPipelineExecutionsResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListPipelineExecutionsResponse 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.SM.GetSMPipelineExecutionListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the PipelineName parameter.
            The -PassThru parameter is deprecated, use -Select '^PipelineName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMPipelineExecutionListCmdlet.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.SM.GetSMPipelineExecutionStepListCmdlet">
            <summary>
            Gets a list of <code>PipeLineExecutionStep</code> objects.<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.SM.GetSMPipelineExecutionStepListCmdlet.PipelineExecutionArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the pipeline execution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMPipelineExecutionStepListCmdlet.SortOrder">
            <summary>
            <para>
            <para>The field by which to sort results. The default is <code>CreatedTime</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMPipelineExecutionStepListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of pipeline execution steps to return in the response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMPipelineExecutionStepListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the result of the previous <code>ListPipelineExecutionSteps</code> request was
            truncated, the response includes a <code>NextToken</code>. To retrieve the next set
            of pipeline execution steps, use the token in the next request.</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.SM.GetSMPipelineExecutionStepListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'PipelineExecutionSteps'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListPipelineExecutionStepsResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListPipelineExecutionStepsResponse 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.SM.GetSMPipelineExecutionStepListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the PipelineExecutionArn parameter.
            The -PassThru parameter is deprecated, use -Select '^PipelineExecutionArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMPipelineExecutionStepListCmdlet.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.SM.GetSMPipelineListCmdlet">
            <summary>
            Gets a list of pipelines.<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.SM.GetSMPipelineListCmdlet.CreatedAfter">
            <summary>
            <para>
            <para>A filter that returns the pipelines that were created after a specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMPipelineListCmdlet.CreatedBefore">
            <summary>
            <para>
            <para>A filter that returns the pipelines that were created before a specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMPipelineListCmdlet.PipelineNamePrefix">
            <summary>
            <para>
            <para>The prefix of the pipeline name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMPipelineListCmdlet.SortBy">
            <summary>
            <para>
            <para>The field by which to sort results. The default is <code>CreatedTime</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMPipelineListCmdlet.SortOrder">
            <summary>
            <para>
            <para>The sort order for results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMPipelineListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of pipelines to return in the response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMPipelineListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the result of the previous <code>ListPipelines</code> request was truncated, the
            response includes a <code>NextToken</code>. To retrieve the next set of pipelines,
            use the token in the next request.</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.SM.GetSMPipelineListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'PipelineSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListPipelinesResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListPipelinesResponse 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.SM.GetSMPipelineListCmdlet.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.SM.GetSMPipelineParametersForExecutionListCmdlet">
            <summary>
            Gets a list of parameters for a pipeline execution.<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.SM.GetSMPipelineParametersForExecutionListCmdlet.PipelineExecutionArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the pipeline execution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMPipelineParametersForExecutionListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of parameters to return in the response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMPipelineParametersForExecutionListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the result of the previous <code>ListPipelineParametersForExecution</code> request
            was truncated, the response includes a <code>NextToken</code>. To retrieve the next
            set of parameters, use the token in the next request.</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.SM.GetSMPipelineParametersForExecutionListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'PipelineParameters'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListPipelineParametersForExecutionResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListPipelineParametersForExecutionResponse 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.SM.GetSMPipelineParametersForExecutionListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the PipelineExecutionArn parameter.
            The -PassThru parameter is deprecated, use -Select '^PipelineExecutionArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMPipelineParametersForExecutionListCmdlet.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.SM.GetSMProcessingJobCmdlet">
            <summary>
            Returns a description of a processing job.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMProcessingJobCmdlet.ProcessingJobName">
            <summary>
            <para>
            <para>The name of the processing job. The name must be unique within an Amazon Web Services
            Region in the Amazon Web Services account.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMProcessingJobCmdlet.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.SageMaker.Model.DescribeProcessingJobResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DescribeProcessingJobResponse 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.SM.GetSMProcessingJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ProcessingJobName parameter.
            The -PassThru parameter is deprecated, use -Select '^ProcessingJobName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SM.GetSMProcessingJobListCmdlet">
            <summary>
            Lists processing jobs that satisfy various filters.<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.SM.GetSMProcessingJobListCmdlet.CreationTimeAfter">
            <summary>
            <para>
            <para>A filter that returns only processing jobs created after the specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMProcessingJobListCmdlet.CreationTimeBefore">
            <summary>
            <para>
            <para>A filter that returns only processing jobs created after the specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMProcessingJobListCmdlet.LastModifiedTimeAfter">
            <summary>
            <para>
            <para>A filter that returns only processing jobs modified after the specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMProcessingJobListCmdlet.LastModifiedTimeBefore">
            <summary>
            <para>
            <para>A filter that returns only processing jobs modified before the specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMProcessingJobListCmdlet.NameContain">
            <summary>
            <para>
            <para>A string in the processing job name. This filter returns only processing jobs whose
            name contains the specified string.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMProcessingJobListCmdlet.SortBy">
            <summary>
            <para>
            <para>The field to sort results by. The default is <code>CreationTime</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMProcessingJobListCmdlet.SortOrder">
            <summary>
            <para>
            <para>The sort order for results. The default is <code>Ascending</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMProcessingJobListCmdlet.StatusEqual">
            <summary>
            <para>
            <para>A filter that retrieves only processing jobs with a specific status.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMProcessingJobListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of processing jobs to return in the response.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>100</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMProcessingJobListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the result of the previous <code>ListProcessingJobs</code> request was truncated,
            the response includes a <code>NextToken</code>. To retrieve the next set of processing
            jobs, use the token in the next request.</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.SM.GetSMProcessingJobListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ProcessingJobSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListProcessingJobsResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListProcessingJobsResponse 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.SM.GetSMProcessingJobListCmdlet.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.SM.GetSMProjectCmdlet">
            <summary>
            Describes the details of a project.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMProjectCmdlet.ProjectName">
            <summary>
            <para>
            <para>The name of the project to describe.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMProjectCmdlet.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.SageMaker.Model.DescribeProjectResponse).
            Specifying the name of a property of type Amazon.SageMaker.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="P:Amazon.PowerShell.Cmdlets.SM.GetSMProjectCmdlet.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="T:Amazon.PowerShell.Cmdlets.SM.GetSMProjectListCmdlet">
            <summary>
            Gets a list of the projects in an Amazon Web Services 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.SM.GetSMProjectListCmdlet.CreationTimeAfter">
            <summary>
            <para>
            <para>A filter that returns the projects that were created after a specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMProjectListCmdlet.CreationTimeBefore">
            <summary>
            <para>
            <para>A filter that returns the projects that were created before a specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMProjectListCmdlet.NameContain">
            <summary>
            <para>
            <para>A filter that returns the projects whose name contains a specified string.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMProjectListCmdlet.SortBy">
            <summary>
            <para>
            <para>The field by which to sort results. The default is <code>CreationTime</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMProjectListCmdlet.SortOrder">
            <summary>
            <para>
            <para>The sort order for results. The default is <code>Ascending</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMProjectListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of projects to return in the response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMProjectListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the result of the previous <code>ListProjects</code> request was truncated, the
            response includes a <code>NextToken</code>. To retrieve the next set of projects,
            use the token in the next request.</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.SM.GetSMProjectListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ProjectSummaryList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListProjectsResponse).
            Specifying the name of a property of type Amazon.SageMaker.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.SM.GetSMProjectListCmdlet.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.SM.GetSMResourceTagListCmdlet">
            <summary>
            Returns the tags for the specified Amazon SageMaker resource.<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.SM.GetSMResourceTagListCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resource whose tags you want to retrieve.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMResourceTagListCmdlet.MaxResult">
            <summary>
            <para>
            <para>Maximum number of tags to return.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>100</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMResourceTagListCmdlet.NextToken">
            <summary>
            <para>
            <para> If the response to the previous <code>ListTags</code> request is truncated, Amazon
            SageMaker returns this token. To retrieve the next set of tags, use it in the subsequent
            request. </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.SM.GetSMResourceTagListCmdlet.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.SageMaker.Model.ListTagsResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListTagsResponse 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.SM.GetSMResourceTagListCmdlet.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.SM.GetSMResourceTagListCmdlet.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.SM.GetSMSagemakerServicecatalogPortfolioStatusCmdlet">
            <summary>
            Gets the status of Service Catalog in SageMaker. Service Catalog is used to create
            SageMaker projects.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMSagemakerServicecatalogPortfolioStatusCmdlet.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.SageMaker.Model.GetSagemakerServicecatalogPortfolioStatusResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.GetSagemakerServicecatalogPortfolioStatusResponse 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.SM.GetSMSearchSuggestionCmdlet">
            <summary>
            An auto-complete API for the search functionality in the Amazon SageMaker console.
            It returns suggestions of possible matches for the property name to use in <code>Search</code>
            queries. Provides suggestions for <code>HyperParameters</code>, <code>Tags</code>,
            and <code>Metrics</code>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMSearchSuggestionCmdlet.PropertyNameQuery_PropertyNameHint">
            <summary>
            <para>
            <para>Text that begins a property's name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMSearchSuggestionCmdlet.Resource">
            <summary>
            <para>
            <para>The name of the Amazon SageMaker resource to search for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMSearchSuggestionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'PropertyNameSuggestions'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.GetSearchSuggestionsResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.GetSearchSuggestionsResponse 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.SM.GetSMSearchSuggestionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Resource parameter.
            The -PassThru parameter is deprecated, use -Select '^Resource' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SM.GetSMStudioLifecycleConfigCmdlet">
            <summary>
            Describes the Studio Lifecycle Configuration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMStudioLifecycleConfigCmdlet.StudioLifecycleConfigName">
            <summary>
            <para>
            <para>The name of the Studio Lifecycle Configuration to describe.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMStudioLifecycleConfigCmdlet.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.SageMaker.Model.DescribeStudioLifecycleConfigResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DescribeStudioLifecycleConfigResponse 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.SM.GetSMStudioLifecycleConfigCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StudioLifecycleConfigName parameter.
            The -PassThru parameter is deprecated, use -Select '^StudioLifecycleConfigName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SM.GetSMStudioLifecycleConfigListCmdlet">
            <summary>
            Lists the Studio Lifecycle Configurations in your Amazon Web Services 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.SM.GetSMStudioLifecycleConfigListCmdlet.AppTypeEqual">
            <summary>
            <para>
            <para>A parameter to search for the App Type to which the Lifecycle Configuration is attached.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMStudioLifecycleConfigListCmdlet.CreationTimeAfter">
            <summary>
            <para>
            <para>A filter that returns only Lifecycle Configurations created on or after the specified
            time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMStudioLifecycleConfigListCmdlet.CreationTimeBefore">
            <summary>
            <para>
            <para>A filter that returns only Lifecycle Configurations created on or before the specified
            time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMStudioLifecycleConfigListCmdlet.ModifiedTimeAfter">
            <summary>
            <para>
            <para>A filter that returns only Lifecycle Configurations modified after the specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMStudioLifecycleConfigListCmdlet.ModifiedTimeBefore">
            <summary>
            <para>
            <para>A filter that returns only Lifecycle Configurations modified before the specified
            time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMStudioLifecycleConfigListCmdlet.NameContain">
            <summary>
            <para>
            <para>A string in the Lifecycle Configuration name. This filter returns only Lifecycle Configurations
            whose name contains the specified string.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMStudioLifecycleConfigListCmdlet.SortBy">
            <summary>
            <para>
            <para>The property used to sort results. The default value is CreationTime.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMStudioLifecycleConfigListCmdlet.SortOrder">
            <summary>
            <para>
            <para>The sort order. The default value is Descending.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMStudioLifecycleConfigListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of Studio Lifecycle Configurations to return in the response. The
            default value is 10.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMStudioLifecycleConfigListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the previous call to ListStudioLifecycleConfigs didn't return the full set of Lifecycle
            Configurations, the call returns a token for getting the next set of Lifecycle Configurations.</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.SM.GetSMStudioLifecycleConfigListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'StudioLifecycleConfigs'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListStudioLifecycleConfigsResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListStudioLifecycleConfigsResponse 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.SM.GetSMStudioLifecycleConfigListCmdlet.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.SM.GetSMSubscribedWorkteamCmdlet">
            <summary>
            Gets information about a work team provided by a vendor. It returns details about
            the subscription with a vendor in the Amazon Web Services Marketplace.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMSubscribedWorkteamCmdlet.WorkteamArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the subscribed work team to describe.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMSubscribedWorkteamCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'SubscribedWorkteam'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.DescribeSubscribedWorkteamResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DescribeSubscribedWorkteamResponse 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.SM.GetSMSubscribedWorkteamCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the WorkteamArn parameter.
            The -PassThru parameter is deprecated, use -Select '^WorkteamArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SM.GetSMSubscribedWorkteamListCmdlet">
            <summary>
            Gets a list of the work teams that you are subscribed to in the Amazon Web Services
            Marketplace. The list may be empty if no work team satisfies the filter specified
            in the <code>NameContains</code> parameter.<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.SM.GetSMSubscribedWorkteamListCmdlet.NameContain">
            <summary>
            <para>
            <para>A string in the work team name. This filter returns only work teams whose name contains
            the specified string.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMSubscribedWorkteamListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of work teams to return in each page of the response.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>100</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMSubscribedWorkteamListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the result of the previous <code>ListSubscribedWorkteams</code> request was truncated,
            the response includes a <code>NextToken</code>. To retrieve the next set of labeling
            jobs, use the token in the next request.</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.SM.GetSMSubscribedWorkteamListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'SubscribedWorkteams'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListSubscribedWorkteamsResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListSubscribedWorkteamsResponse 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.SM.GetSMSubscribedWorkteamListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the NameContain parameter.
            The -PassThru parameter is deprecated, use -Select '^NameContain' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMSubscribedWorkteamListCmdlet.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.SM.GetSMTrainingJobCmdlet">
            <summary>
            Returns information about a training job.
             
              
            <para>
            Some of the attributes below only appear if the training job successfully starts.
            If the training job fails, <code>TrainingJobStatus</code> is <code>Failed</code> and,
            depending on the <code>FailureReason</code>, attributes like <code>TrainingStartTime</code>,
            <code>TrainingTimeInSeconds</code>, <code>TrainingEndTime</code>, and <code>BillableTimeInSeconds</code>
            may not be present in the response.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMTrainingJobCmdlet.TrainingJobName">
            <summary>
            <para>
            <para>The name of the training job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMTrainingJobCmdlet.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.SageMaker.Model.DescribeTrainingJobResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DescribeTrainingJobResponse 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.SM.GetSMTrainingJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TrainingJobName parameter.
            The -PassThru parameter is deprecated, use -Select '^TrainingJobName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SM.GetSMTrainingJobListCmdlet">
            <summary>
            Lists training jobs.
             
             <note><para>
            When <code>StatusEquals</code> and <code>MaxResults</code> are set at the same time,
            the <code>MaxResults</code> number of training jobs are first retrieved ignoring the
            <code>StatusEquals</code> parameter and then they are filtered by the <code>StatusEquals</code>
            parameter, which is returned as a response.
            </para><para>
            For example, if <code>ListTrainingJobs</code> is invoked with the following parameters:
            </para><para><code>{ ... MaxResults: 100, StatusEquals: InProgress ... }</code></para><para>
            First, 100 trainings jobs with any status, including those other than <code>InProgress</code>,
            are selected (sorted according to the creation time, from the most current to the
            oldest). Next, those with a status of <code>InProgress</code> are returned.
            </para><para>
            You can quickly test the API using the following Amazon Web Services CLI code.
            </para><para><code>aws sagemaker list-training-jobs --max-results 100 --status-equals InProgress</code></para></note><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.SM.GetSMTrainingJobListCmdlet.CreationTimeAfter">
            <summary>
            <para>
            <para>A filter that returns only training jobs created after the specified time (timestamp).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMTrainingJobListCmdlet.CreationTimeBefore">
            <summary>
            <para>
            <para>A filter that returns only training jobs created before the specified time (timestamp).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMTrainingJobListCmdlet.LastModifiedTimeAfter">
            <summary>
            <para>
            <para>A filter that returns only training jobs modified after the specified time (timestamp).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMTrainingJobListCmdlet.LastModifiedTimeBefore">
            <summary>
            <para>
            <para>A filter that returns only training jobs modified before the specified time (timestamp).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMTrainingJobListCmdlet.NameContain">
            <summary>
            <para>
            <para>A string in the training job name. This filter returns only training jobs whose name
            contains the specified string.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMTrainingJobListCmdlet.SortBy">
            <summary>
            <para>
            <para>The field to sort results by. The default is <code>CreationTime</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMTrainingJobListCmdlet.SortOrder">
            <summary>
            <para>
            <para>The sort order for results. The default is <code>Ascending</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMTrainingJobListCmdlet.StatusEqual">
            <summary>
            <para>
            <para>A filter that retrieves only training jobs with a specific status.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMTrainingJobListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of training jobs to return in the response.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>100</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMTrainingJobListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the result of the previous <code>ListTrainingJobs</code> request was truncated,
            the response includes a <code>NextToken</code>. To retrieve the next set of training
            jobs, use the token in the next request. </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.SM.GetSMTrainingJobListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'TrainingJobSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListTrainingJobsResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListTrainingJobsResponse 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.SM.GetSMTrainingJobListCmdlet.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.SM.GetSMTrainingJobsForHyperParameterTuningJobListCmdlet">
            <summary>
            Gets a list of <a>TrainingJobSummary</a> objects that describe the training jobs that
            a hyperparameter tuning job launched.<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.SM.GetSMTrainingJobsForHyperParameterTuningJobListCmdlet.HyperParameterTuningJobName">
            <summary>
            <para>
            <para>The name of the tuning job whose training jobs you want to list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMTrainingJobsForHyperParameterTuningJobListCmdlet.SortBy">
            <summary>
            <para>
            <para>The field to sort results by. The default is <code>Name</code>.</para><para>If the value of this field is <code>FinalObjectiveMetricValue</code>, any training
            jobs that did not return an objective metric are not listed.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMTrainingJobsForHyperParameterTuningJobListCmdlet.SortOrder">
            <summary>
            <para>
            <para>The sort order for results. The default is <code>Ascending</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMTrainingJobsForHyperParameterTuningJobListCmdlet.StatusEqual">
            <summary>
            <para>
            <para>A filter that returns only training jobs with the specified status.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMTrainingJobsForHyperParameterTuningJobListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of training jobs to return. The default value is 10.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>100</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMTrainingJobsForHyperParameterTuningJobListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the result of the previous <code>ListTrainingJobsForHyperParameterTuningJob</code>
            request was truncated, the response includes a <code>NextToken</code>. To retrieve
            the next set of training jobs, use the token in the next request.</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.SM.GetSMTrainingJobsForHyperParameterTuningJobListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'TrainingJobSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListTrainingJobsForHyperParameterTuningJobResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListTrainingJobsForHyperParameterTuningJobResponse 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.SM.GetSMTrainingJobsForHyperParameterTuningJobListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the HyperParameterTuningJobName parameter.
            The -PassThru parameter is deprecated, use -Select '^HyperParameterTuningJobName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMTrainingJobsForHyperParameterTuningJobListCmdlet.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.SM.GetSMTransformJobCmdlet">
            <summary>
            Returns information about a transform job.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMTransformJobCmdlet.TransformJobName">
            <summary>
            <para>
            <para>The name of the transform job that you want to view details of.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMTransformJobCmdlet.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.SageMaker.Model.DescribeTransformJobResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DescribeTransformJobResponse 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.SM.GetSMTransformJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TransformJobName parameter.
            The -PassThru parameter is deprecated, use -Select '^TransformJobName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SM.GetSMTransformJobListCmdlet">
            <summary>
            Lists transform jobs.<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.SM.GetSMTransformJobListCmdlet.CreationTimeAfter">
            <summary>
            <para>
            <para>A filter that returns only transform jobs created after the specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMTransformJobListCmdlet.CreationTimeBefore">
            <summary>
            <para>
            <para>A filter that returns only transform jobs created before the specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMTransformJobListCmdlet.LastModifiedTimeAfter">
            <summary>
            <para>
            <para>A filter that returns only transform jobs modified after the specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMTransformJobListCmdlet.LastModifiedTimeBefore">
            <summary>
            <para>
            <para>A filter that returns only transform jobs modified before the specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMTransformJobListCmdlet.NameContain">
            <summary>
            <para>
            <para>A string in the transform job name. This filter returns only transform jobs whose
            name contains the specified string.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMTransformJobListCmdlet.SortBy">
            <summary>
            <para>
            <para>The field to sort results by. The default is <code>CreationTime</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMTransformJobListCmdlet.SortOrder">
            <summary>
            <para>
            <para>The sort order for results. The default is <code>Descending</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMTransformJobListCmdlet.StatusEqual">
            <summary>
            <para>
            <para>A filter that retrieves only transform jobs with a specific status.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMTransformJobListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of transform jobs to return in the response. The default value
            is <code>10</code>.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>100</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMTransformJobListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the result of the previous <code>ListTransformJobs</code> request was truncated,
            the response includes a <code>NextToken</code>. To retrieve the next set of transform
            jobs, use the token in the next request.</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.SM.GetSMTransformJobListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'TransformJobSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListTransformJobsResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListTransformJobsResponse 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.SM.GetSMTransformJobListCmdlet.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.SM.GetSMTrialCmdlet">
            <summary>
            Provides a list of a trial's properties.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMTrialCmdlet.TrialName">
            <summary>
            <para>
            <para>The name of the trial to describe.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMTrialCmdlet.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.SageMaker.Model.DescribeTrialResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DescribeTrialResponse 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.SM.GetSMTrialCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TrialName parameter.
            The -PassThru parameter is deprecated, use -Select '^TrialName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SM.GetSMTrialComponentCmdlet">
            <summary>
            Provides a list of a trials component's properties.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMTrialComponentCmdlet.TrialComponentName">
            <summary>
            <para>
            <para>The name of the trial component to describe.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMTrialComponentCmdlet.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.SageMaker.Model.DescribeTrialComponentResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DescribeTrialComponentResponse 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.SM.GetSMTrialComponentCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TrialComponentName parameter.
            The -PassThru parameter is deprecated, use -Select '^TrialComponentName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SM.GetSMTrialComponentListCmdlet">
            <summary>
            Lists the trial components in your account. You can sort the list by trial component
            name or creation time. You can filter the list to show only components that were created
            in a specific time range. You can also filter on one of the following:
             
             <ul><li><para><code>ExperimentName</code></para></li><li><para><code>SourceArn</code></para></li><li><para><code>TrialName</code></para></li></ul><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.SM.GetSMTrialComponentListCmdlet.CreatedAfter">
            <summary>
            <para>
            <para>A filter that returns only components created after the specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMTrialComponentListCmdlet.CreatedBefore">
            <summary>
            <para>
            <para>A filter that returns only components created before the specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMTrialComponentListCmdlet.ExperimentName">
            <summary>
            <para>
            <para>A filter that returns only components that are part of the specified experiment. If
            you specify <code>ExperimentName</code>, you can't filter by <code>SourceArn</code>
            or <code>TrialName</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMTrialComponentListCmdlet.SortBy">
            <summary>
            <para>
            <para>The property used to sort results. The default value is <code>CreationTime</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMTrialComponentListCmdlet.SortOrder">
            <summary>
            <para>
            <para>The sort order. The default value is <code>Descending</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMTrialComponentListCmdlet.SourceArn">
            <summary>
            <para>
            <para>A filter that returns only components that have the specified source Amazon Resource
            Name (ARN). If you specify <code>SourceArn</code>, you can't filter by <code>ExperimentName</code>
            or <code>TrialName</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMTrialComponentListCmdlet.TrialName">
            <summary>
            <para>
            <para>A filter that returns only components that are part of the specified trial. If you
            specify <code>TrialName</code>, you can't filter by <code>ExperimentName</code> or
            <code>SourceArn</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMTrialComponentListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of components to return in the response. The default value is 10.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>100</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMTrialComponentListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the previous call to <code>ListTrialComponents</code> didn't return the full set
            of components, the call returns a token for getting the next set of components.</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.SM.GetSMTrialComponentListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'TrialComponentSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListTrialComponentsResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListTrialComponentsResponse 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.SM.GetSMTrialComponentListCmdlet.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.SM.GetSMTrialListCmdlet">
            <summary>
            Lists the trials in your account. Specify an experiment name to limit the list to
            the trials that are part of that experiment. Specify a trial component name to limit
            the list to the trials that associated with that trial component. The list can be
            filtered to show only trials that were created in a specific time range. The list
            can be sorted by trial name or creation time.<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.SM.GetSMTrialListCmdlet.CreatedAfter">
            <summary>
            <para>
            <para>A filter that returns only trials created after the specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMTrialListCmdlet.CreatedBefore">
            <summary>
            <para>
            <para>A filter that returns only trials created before the specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMTrialListCmdlet.ExperimentName">
            <summary>
            <para>
            <para>A filter that returns only trials that are part of the specified experiment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMTrialListCmdlet.SortBy">
            <summary>
            <para>
            <para>The property used to sort results. The default value is <code>CreationTime</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMTrialListCmdlet.SortOrder">
            <summary>
            <para>
            <para>The sort order. The default value is <code>Descending</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMTrialListCmdlet.TrialComponentName">
            <summary>
            <para>
            <para>A filter that returns only trials that are associated with the specified trial component.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMTrialListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of trials to return in the response. The default value is 10.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>100</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMTrialListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the previous call to <code>ListTrials</code> didn't return the full set of trials,
            the call returns a token for getting the next set of trials.</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.SM.GetSMTrialListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'TrialSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListTrialsResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListTrialsResponse 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.SM.GetSMTrialListCmdlet.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.SM.GetSMUserProfileCmdlet">
            <summary>
            Describes a user profile. For more information, see <code>CreateUserProfile</code>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMUserProfileCmdlet.DomainId">
            <summary>
            <para>
            <para>The domain ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMUserProfileCmdlet.UserProfileName">
            <summary>
            <para>
            <para>The user profile name. This value is not case sensitive.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMUserProfileCmdlet.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.SageMaker.Model.DescribeUserProfileResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DescribeUserProfileResponse 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.SM.GetSMUserProfileCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the UserProfileName parameter.
            The -PassThru parameter is deprecated, use -Select '^UserProfileName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SM.GetSMUserProfileListCmdlet">
            <summary>
            Lists user profiles.<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.SM.GetSMUserProfileListCmdlet.DomainIdEqual">
            <summary>
            <para>
            <para>A parameter by which to filter the results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMUserProfileListCmdlet.SortBy">
            <summary>
            <para>
            <para>The parameter by which to sort the results. The default is CreationTime.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMUserProfileListCmdlet.SortOrder">
            <summary>
            <para>
            <para>The sort order for the results. The default is Ascending.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMUserProfileListCmdlet.UserProfileNameContain">
            <summary>
            <para>
            <para>A parameter by which to filter the results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMUserProfileListCmdlet.MaxResult">
            <summary>
            <para>
            <para>Returns a list up to a specified limit.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>100</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMUserProfileListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the previous response was truncated, you will receive this token. Use it in your
            next request to receive 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.SM.GetSMUserProfileListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'UserProfiles'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListUserProfilesResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListUserProfilesResponse 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.SM.GetSMUserProfileListCmdlet.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.SM.GetSMWorkforceCmdlet">
            <summary>
            Lists private workforce information, including workforce name, Amazon Resource Name
            (ARN), and, if applicable, allowed IP address ranges (<a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html">CIDRs</a>).
            Allowable IP address ranges are the IP addresses that workers can use to access tasks.
             
             
             <important><para>
            This operation applies only to private workforces.
            </para></important>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMWorkforceCmdlet.WorkforceName">
            <summary>
            <para>
            <para>The name of the private workforce whose access you want to restrict. <code>WorkforceName</code>
            is automatically set to <code>default</code> when a workforce is created and cannot
            be modified. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMWorkforceCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Workforce'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.DescribeWorkforceResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DescribeWorkforceResponse 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.SM.GetSMWorkforceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the WorkforceName parameter.
            The -PassThru parameter is deprecated, use -Select '^WorkforceName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SM.GetSMWorkforceListCmdlet">
            <summary>
            Use this operation to list all private and vendor workforces in an Amazon Web Services
            Region. Note that you can only have one private workforce per Amazon Web Services
            Region.<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.SM.GetSMWorkforceListCmdlet.NameContain">
            <summary>
            <para>
            <para>A filter you can use to search for workforces using part of the workforce name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMWorkforceListCmdlet.SortBy">
            <summary>
            <para>
            <para>Sort workforces using the workforce name or creation date.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMWorkforceListCmdlet.SortOrder">
            <summary>
            <para>
            <para>Sort workforces in ascending or descending order.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMWorkforceListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of workforces returned in the response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMWorkforceListCmdlet.NextToken">
            <summary>
            <para>
            <para>A token to resume pagination.</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.SM.GetSMWorkforceListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Workforces'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListWorkforcesResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListWorkforcesResponse 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.SM.GetSMWorkforceListCmdlet.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.SM.GetSMWorkteamCmdlet">
            <summary>
            Gets information about a specific work team. You can see information such as the create
            date, the last updated date, membership information, and the work team's Amazon Resource
            Name (ARN).
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMWorkteamCmdlet.WorkteamName">
            <summary>
            <para>
            <para>The name of the work team to return a description of.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMWorkteamCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Workteam'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.DescribeWorkteamResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DescribeWorkteamResponse 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.SM.GetSMWorkteamCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the WorkteamName parameter.
            The -PassThru parameter is deprecated, use -Select '^WorkteamName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SM.GetSMWorkteamListCmdlet">
            <summary>
            Gets a list of private work teams that you have defined in a region. The list may
            be empty if no work team satisfies the filter specified in the <code>NameContains</code>
            parameter.<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.SM.GetSMWorkteamListCmdlet.NameContain">
            <summary>
            <para>
            <para>A string in the work team's name. This filter returns only work teams whose name contains
            the specified string.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMWorkteamListCmdlet.SortBy">
            <summary>
            <para>
            <para>The field to sort results by. The default is <code>CreationTime</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMWorkteamListCmdlet.SortOrder">
            <summary>
            <para>
            <para>The sort order for results. The default is <code>Ascending</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMWorkteamListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of work teams to return in each page of the response.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>100</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.GetSMWorkteamListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the result of the previous <code>ListWorkteams</code> request was truncated, the
            response includes a <code>NextToken</code>. To retrieve the next set of labeling jobs,
            use the token in the next request.</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.SM.GetSMWorkteamListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Workteams'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.ListWorkteamsResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.ListWorkteamsResponse 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.SM.GetSMWorkteamListCmdlet.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.SM.InvokeSMUiTemplateRenderingCmdlet">
            <summary>
            Renders the UI template so that you can preview the worker's experience.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.InvokeSMUiTemplateRenderingCmdlet.UiTemplate_Content">
            <summary>
            <para>
            <para>The content of the Liquid template for the worker user interface.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.InvokeSMUiTemplateRenderingCmdlet.HumanTaskUiArn">
            <summary>
            <para>
            <para>The <code>HumanTaskUiArn</code> of the worker UI that you want to render. Do not provide
            a <code>HumanTaskUiArn</code> if you use the <code>UiTemplate</code> parameter.</para><para>See a list of available Human Ui Amazon Resource Names (ARNs) in <a>UiConfig</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.InvokeSMUiTemplateRenderingCmdlet.Task_Input">
            <summary>
            <para>
            <para>A JSON object that contains values for the variables defined in the template. It is
            made available to the template under the substitution variable <code>task.input</code>.
            For example, if you define a variable <code>task.input.text</code> in your template,
            you can supply the variable in the JSON object as <code>"text": "sample text"</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.InvokeSMUiTemplateRenderingCmdlet.RoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) that has access to the S3 objects that are used by
            the template.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.InvokeSMUiTemplateRenderingCmdlet.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.SageMaker.Model.RenderUiTemplateResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.RenderUiTemplateResponse 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.SM.InvokeSMUiTemplateRenderingCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the UiTemplate_Content parameter.
            The -PassThru parameter is deprecated, use -Select '^UiTemplate_Content' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.InvokeSMUiTemplateRenderingCmdlet.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.SM.NewSMActionCmdlet">
            <summary>
            Creates an <i>action</i>. An action is a lineage tracking entity that represents an
            action or activity. For example, a model deployment or an HPO job. Generally, an action
            involves at least one input or output artifact. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/lineage-tracking.html">Amazon
            SageMaker ML Lineage Tracking</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMActionCmdlet.ActionName">
            <summary>
            <para>
            <para>The name of the action. Must be unique to your account in an Amazon Web Services Region.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMActionCmdlet.ActionType">
            <summary>
            <para>
            <para>The action type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMActionCmdlet.MetadataProperties_CommitId">
            <summary>
            <para>
            <para>The commit ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMActionCmdlet.Description">
            <summary>
            <para>
            <para>The description of the action.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMActionCmdlet.MetadataProperties_GeneratedBy">
            <summary>
            <para>
            <para>The entity this entity was generated by.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMActionCmdlet.MetadataProperties_ProjectId">
            <summary>
            <para>
            <para>The project ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMActionCmdlet.Property">
            <summary>
            <para>
            <para>A list of properties to add to the action.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMActionCmdlet.MetadataProperties_Repository">
            <summary>
            <para>
            <para>The repository.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMActionCmdlet.Source_SourceId">
            <summary>
            <para>
            <para>The ID of the source.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMActionCmdlet.Source_SourceType">
            <summary>
            <para>
            <para>The type of the source.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMActionCmdlet.Source_SourceUri">
            <summary>
            <para>
            <para>The URI of the source.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMActionCmdlet.Status">
            <summary>
            <para>
            <para>The status of the action.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMActionCmdlet.Tag">
            <summary>
            <para>
            <para>A list of tags to apply to the action.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMActionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ActionArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.CreateActionResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.CreateActionResponse 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.SM.NewSMActionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ActionName parameter.
            The -PassThru parameter is deprecated, use -Select '^ActionName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMActionCmdlet.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.SM.NewSMAlgorithmCmdlet">
            <summary>
            Create a machine learning algorithm that you can use in Amazon SageMaker and list
            in the Amazon Web Services Marketplace.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAlgorithmCmdlet.AlgorithmDescription">
            <summary>
            <para>
            <para>A description of the algorithm.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAlgorithmCmdlet.AlgorithmName">
            <summary>
            <para>
            <para>The name of the algorithm.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAlgorithmCmdlet.CertifyForMarketplace">
            <summary>
            <para>
            <para>Whether to certify the algorithm so that it can be listed in Amazon Web Services Marketplace.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAlgorithmCmdlet.InferenceSpecification_Container">
            <summary>
            <para>
            <para>The Amazon ECR registry path of the Docker image that contains the inference code.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAlgorithmCmdlet.TrainingSpecification_MetricDefinition">
            <summary>
            <para>
            <para>A list of <code>MetricDefinition</code> objects, which are used for parsing metrics
            generated by the algorithm.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAlgorithmCmdlet.InferenceSpecification_SupportedContentType">
            <summary>
            <para>
            <para>The supported MIME types for the input data.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAlgorithmCmdlet.TrainingSpecification_SupportedHyperParameter">
            <summary>
            <para>
            <para>A list of the <code>HyperParameterSpecification</code> objects, that define the supported
            hyperparameters. This is required if the algorithm supports automatic model tuning.&gt;</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAlgorithmCmdlet.InferenceSpecification_SupportedRealtimeInferenceInstanceType">
            <summary>
            <para>
            <para>A list of the instance types that are used to generate inferences in real-time.</para><para>This parameter is required for unversioned models, and optional for versioned models.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAlgorithmCmdlet.InferenceSpecification_SupportedResponseMIMEType">
            <summary>
            <para>
            <para>The supported MIME types for the output data.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAlgorithmCmdlet.TrainingSpecification_SupportedTrainingInstanceType">
            <summary>
            <para>
            <para>A list of the instance types that this algorithm can use for training.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAlgorithmCmdlet.InferenceSpecification_SupportedTransformInstanceType">
            <summary>
            <para>
            <para>A list of the instance types on which a transformation job can be run or on which
            an endpoint can be deployed.</para><para>This parameter is required for unversioned models, and optional for versioned models.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAlgorithmCmdlet.TrainingSpecification_SupportedTuningJobObjectiveMetric">
            <summary>
            <para>
            <para>A list of the metrics that the algorithm emits that can be used as the objective metric
            in a hyperparameter tuning job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAlgorithmCmdlet.TrainingSpecification_SupportsDistributedTraining">
            <summary>
            <para>
            <para>Indicates whether the algorithm supports distributed training. If set to false, buyers
            can't request more than one instance during training.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAlgorithmCmdlet.Tag">
            <summary>
            <para>
            <para>An array of key-value pairs. You can use tags to categorize your Amazon Web Services
            resources in different ways, for example, by purpose, owner, or environment. For more
            information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging
            Amazon Web Services Resources</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAlgorithmCmdlet.TrainingSpecification_TrainingChannel">
            <summary>
            <para>
            <para>A list of <code>ChannelSpecification</code> objects, which specify the input sources
            to be used by the algorithm.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAlgorithmCmdlet.TrainingSpecification_TrainingImage">
            <summary>
            <para>
            <para>The Amazon ECR registry path of the Docker image that contains the training algorithm.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAlgorithmCmdlet.TrainingSpecification_TrainingImageDigest">
            <summary>
            <para>
            <para>An MD5 hash of the training algorithm that identifies the Docker image used for training.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAlgorithmCmdlet.ValidationSpecification_ValidationProfile">
            <summary>
            <para>
            <para>An array of <code>AlgorithmValidationProfile</code> objects, each of which specifies
            a training job and batch transform job that Amazon SageMaker runs to validate your
            algorithm.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAlgorithmCmdlet.ValidationSpecification_ValidationRole">
            <summary>
            <para>
            <para>The IAM roles that Amazon SageMaker uses to run the training jobs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAlgorithmCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'AlgorithmArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.CreateAlgorithmResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.CreateAlgorithmResponse 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.SM.NewSMAlgorithmCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AlgorithmName parameter.
            The -PassThru parameter is deprecated, use -Select '^AlgorithmName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAlgorithmCmdlet.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.SM.NewSMAppCmdlet">
            <summary>
            Creates a running app for the specified UserProfile. Supported apps are <code>JupyterServer</code>
            and <code>KernelGateway</code>. This operation is automatically invoked by Amazon
            SageMaker Studio upon access to the associated Domain, and when new kernel configurations
            are selected by the user. A user may have multiple Apps active simultaneously.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAppCmdlet.AppName">
            <summary>
            <para>
            <para>The name of the app.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAppCmdlet.AppType">
            <summary>
            <para>
            <para>The type of app. Supported apps are <code>JupyterServer</code> and <code>KernelGateway</code>.
            <code>TensorBoard</code> is not supported.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAppCmdlet.DomainId">
            <summary>
            <para>
            <para>The domain ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAppCmdlet.ResourceSpec_InstanceType">
            <summary>
            <para>
            <para>The instance type that the image version runs on.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAppCmdlet.ResourceSpec_LifecycleConfigArn">
            <summary>
            <para>
            <para> The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAppCmdlet.ResourceSpec_SageMakerImageArn">
            <summary>
            <para>
            <para>The ARN of the SageMaker image that the image version belongs to.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAppCmdlet.ResourceSpec_SageMakerImageVersionArn">
            <summary>
            <para>
            <para>The ARN of the image version created on the instance.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAppCmdlet.Tag">
            <summary>
            <para>
            <para>Each tag consists of a key and an optional value. Tag keys must be unique per resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAppCmdlet.UserProfileName">
            <summary>
            <para>
            <para>The user profile name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAppCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'AppArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.CreateAppResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.CreateAppResponse 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.SM.NewSMAppCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppName parameter.
            The -PassThru parameter is deprecated, use -Select '^AppName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAppCmdlet.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.SM.NewSMAppImageConfigCmdlet">
            <summary>
            Creates a configuration for running a SageMaker image as a KernelGateway app. The
            configuration specifies the Amazon Elastic File System (EFS) storage volume on the
            image, and a list of the kernels in the image.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAppImageConfigCmdlet.AppImageConfigName">
            <summary>
            <para>
            <para>The name of the AppImageConfig. Must be unique to your account.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAppImageConfigCmdlet.FileSystemConfig_DefaultGid">
            <summary>
            <para>
            <para>The default POSIX group ID (GID). If not specified, defaults to <code>100</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAppImageConfigCmdlet.FileSystemConfig_DefaultUid">
            <summary>
            <para>
            <para>The default POSIX user ID (UID). If not specified, defaults to <code>1000</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAppImageConfigCmdlet.KernelGatewayImageConfig_KernelSpec">
            <summary>
            <para>
            <para>The specification of the Jupyter kernels in the image.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAppImageConfigCmdlet.FileSystemConfig_MountPath">
            <summary>
            <para>
            <para>The path within the image to mount the user's EFS home directory. The directory should
            be empty. If not specified, defaults to <i>/home/sagemaker-user</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAppImageConfigCmdlet.Tag">
            <summary>
            <para>
            <para>A list of tags to apply to the AppImageConfig.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAppImageConfigCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'AppImageConfigArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.CreateAppImageConfigResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.CreateAppImageConfigResponse 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.SM.NewSMAppImageConfigCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppImageConfigName parameter.
            The -PassThru parameter is deprecated, use -Select '^AppImageConfigName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAppImageConfigCmdlet.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.SM.NewSMArtifactCmdlet">
            <summary>
            Creates an <i>artifact</i>. An artifact is a lineage tracking entity that represents
            a URI addressable object or data. Some examples are the S3 URI of a dataset and the
            ECR registry path of an image. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/lineage-tracking.html">Amazon
            SageMaker ML Lineage Tracking</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMArtifactCmdlet.ArtifactName">
            <summary>
            <para>
            <para>The name of the artifact. Must be unique to your account in an Amazon Web Services
            Region.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMArtifactCmdlet.ArtifactType">
            <summary>
            <para>
            <para>The artifact type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMArtifactCmdlet.MetadataProperties_CommitId">
            <summary>
            <para>
            <para>The commit ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMArtifactCmdlet.MetadataProperties_GeneratedBy">
            <summary>
            <para>
            <para>The entity this entity was generated by.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMArtifactCmdlet.MetadataProperties_ProjectId">
            <summary>
            <para>
            <para>The project ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMArtifactCmdlet.Property">
            <summary>
            <para>
            <para>A list of properties to add to the artifact.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMArtifactCmdlet.MetadataProperties_Repository">
            <summary>
            <para>
            <para>The repository.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMArtifactCmdlet.Source_SourceType">
            <summary>
            <para>
            <para>A list of source types.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMArtifactCmdlet.Source_SourceUri">
            <summary>
            <para>
            <para>The URI of the source.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMArtifactCmdlet.Tag">
            <summary>
            <para>
            <para>A list of tags to apply to the artifact.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMArtifactCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ArtifactArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.CreateArtifactResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.CreateArtifactResponse 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.SM.NewSMArtifactCmdlet.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.SM.NewSMAutoMLJobCmdlet">
            <summary>
            Creates an Autopilot job.
             
              
            <para>
            Find the best-performing model after you run an Autopilot job by calling .
            </para><para>
            For information about how to use Autopilot, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-automate-model-development.html">Automate
            Model Development with Amazon SageMaker Autopilot</a>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAutoMLJobCmdlet.ModelDeployConfig_AutoGenerateEndpointName">
            <summary>
            <para>
            <para>Set to <code>True</code> to automatically generate an endpoint name for a one-click
            Autopilot model deployment; set to <code>False</code> otherwise. The default value
            is <code>False</code>.</para><note><para>If you set <code>AutoGenerateEndpointName</code> to <code>True</code>, do not specify
            the <code>EndpointName</code>; otherwise a 400 error is thrown.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAutoMLJobCmdlet.AutoMLJobName">
            <summary>
            <para>
            <para>Identifies an Autopilot job. The name must be unique to your account and is case-insensitive.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAutoMLJobCmdlet.SecurityConfig_EnableInterContainerTrafficEncryption">
            <summary>
            <para>
            <para>Whether to use traffic encryption between the container layers.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAutoMLJobCmdlet.ModelDeployConfig_EndpointName">
            <summary>
            <para>
            <para>Specifies the endpoint name to use for a one-click Autopilot model deployment if the
            endpoint name is not generated automatically.</para><note><para>Specify the <code>EndpointName</code> if and only if you set <code>AutoGenerateEndpointName</code>
            to <code>False</code>; otherwise a 400 error is thrown.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAutoMLJobCmdlet.GenerateCandidateDefinitionsOnly">
            <summary>
            <para>
            <para>Generates possible candidates without training the models. A candidate is a combination
            of data preprocessors, algorithms, and algorithm parameter settings.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAutoMLJobCmdlet.InputDataConfig">
            <summary>
            <para>
            <para>An array of channel objects that describes the input data and its location. Each channel
            is a named input source. Similar to <code>InputDataConfig</code> supported by . Format(s)
            supported: CSV. Minimum of 500 rows.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAutoMLJobCmdlet.OutputDataConfig_KmsKeyId">
            <summary>
            <para>
            <para>The Amazon Web Services KMS encryption key ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAutoMLJobCmdlet.CompletionCriteria_MaxAutoMLJobRuntimeInSecond">
            <summary>
            <para>
            <para>The maximum runtime, in seconds, an AutoML job has to complete.</para><para>If an AutoML job exceeds the maximum runtime, the job is stopped automatically and
            its processing is ended gracefully. The AutoML job identifies the best model whose
            training was completed and marks it as the best-performing model. Any unfinished steps
            of the job, such as automatic one-click Autopilot model deployment, will not be completed.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAutoMLJobCmdlet.CompletionCriteria_MaxCandidate">
            <summary>
            <para>
            <para>The maximum number of times a training job is allowed to run.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAutoMLJobCmdlet.CompletionCriteria_MaxRuntimePerTrainingJobInSecond">
            <summary>
            <para>
            <para>The maximum time, in seconds, that each training job is allowed to run as part of
            a hyperparameter tuning job. For more information, see the used by the action.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAutoMLJobCmdlet.AutoMLJobObjective_MetricName">
            <summary>
            <para>
            <para>The name of the objective metric used to measure the predictive quality of a machine
            learning system. This metric is optimized during training to provide the best estimate
            for model parameter values from data.</para><para>Here are the options:</para><ul><li><para><code>MSE</code>: The mean squared error (MSE) is the average of the squared differences
            between the predicted and actual values. It is used for regression. MSE values are
            always positive: the better a model is at predicting the actual values, the smaller
            the MSE value is. When the data contains outliers, they tend to dominate the MSE,
            which might cause subpar prediction performance.</para></li><li><para><code>Accuracy</code>: The ratio of the number of correctly classified items to the
            total number of (correctly and incorrectly) classified items. It is used for binary
            and multiclass classification. It measures how close the predicted class values are
            to the actual values. Accuracy values vary between zero and one: one indicates perfect
            accuracy and zero indicates perfect inaccuracy.</para></li><li><para><code>F1</code>: The F1 score is the harmonic mean of the precision and recall. It
            is used for binary classification into classes traditionally referred to as positive
            and negative. Predictions are said to be true when they match their actual (correct)
            class and false when they do not. Precision is the ratio of the true positive predictions
            to all positive predictions (including the false positives) in a data set and measures
            the quality of the prediction when it predicts the positive class. Recall (or sensitivity)
            is the ratio of the true positive predictions to all actual positive instances and
            measures how completely a model predicts the actual class members in a data set. The
            standard F1 score weighs precision and recall equally. But which metric is paramount
            typically depends on specific aspects of a problem. F1 scores vary between zero and
            one: one indicates the best possible performance and zero the worst.</para></li><li><para><code>AUC</code>: The area under the curve (AUC) metric is used to compare and evaluate
            binary classification by algorithms such as logistic regression that return probabilities.
            A threshold is needed to map the probabilities into classifications. The relevant
            curve is the receiver operating characteristic curve that plots the true positive
            rate (TPR) of predictions (or recall) against the false positive rate (FPR) as a function
            of the threshold value, above which a prediction is considered positive. Increasing
            the threshold results in fewer false positives but more false negatives. AUC is the
            area under this receiver operating characteristic curve and so provides an aggregated
            measure of the model performance across all possible classification thresholds. The
            AUC score can also be interpreted as the probability that a randomly selected positive
            data point is more likely to be predicted positive than a randomly selected negative
            example. AUC scores vary between zero and one: a score of one indicates perfect accuracy
            and a score of one half indicates that the prediction is not better than a random
            classifier. Values under one half predict less accurately than a random predictor.
            But such consistently bad predictors can simply be inverted to obtain better than
            random predictors.</para></li><li><para><code>F1macro</code>: The F1macro score applies F1 scoring to multiclass classification.
            In this context, you have multiple classes to predict. You just calculate the precision
            and recall for each class as you did for the positive class in binary classification.
            Then, use these values to calculate the F1 score for each class and average them to
            obtain the F1macro score. F1macro scores vary between zero and one: one indicates
            the best possible performance and zero the worst.</para></li></ul><para>If you do not specify a metric explicitly, the default behavior is to automatically
            use:</para><ul><li><para><code>MSE</code>: for regression.</para></li><li><para><code>F1</code>: for binary classification</para></li><li><para><code>Accuracy</code>: for multiclass classification.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAutoMLJobCmdlet.ProblemType">
            <summary>
            <para>
            <para>Defines the type of supervised learning available for the candidates. Options include:
            <code>BinaryClassification</code>, <code>MulticlassClassification</code>, and <code>Regression</code>.
            For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-automate-model-development-problem-types.html">
            Amazon SageMaker Autopilot problem types and algorithm support</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAutoMLJobCmdlet.RoleArn">
            <summary>
            <para>
            <para>The ARN of the role that is used to access the data.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAutoMLJobCmdlet.OutputDataConfig_S3OutputPath">
            <summary>
            <para>
            <para>The Amazon S3 output path. Must be 128 characters or less.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAutoMLJobCmdlet.VpcConfig_SecurityGroupId">
            <summary>
            <para>
            <para>The VPC security group IDs, in the form sg-xxxxxxxx. Specify the security groups for
            the VPC that is specified in the <code>Subnets</code> field.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAutoMLJobCmdlet.VpcConfig_Subnet">
            <summary>
            <para>
            <para>The ID of the subnets in the VPC to which you want to connect your training job or
            model. For information about the availability of specific instance types, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/instance-types-az.html">Supported
            Instance Types and Availability Zones</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAutoMLJobCmdlet.Tag">
            <summary>
            <para>
            <para>Each tag consists of a key and an optional value. Tag keys must be unique per resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAutoMLJobCmdlet.SecurityConfig_VolumeKmsKeyId">
            <summary>
            <para>
            <para>The key used to encrypt stored data.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAutoMLJobCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'AutoMLJobArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.CreateAutoMLJobResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.CreateAutoMLJobResponse 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.SM.NewSMAutoMLJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AutoMLJobName parameter.
            The -PassThru parameter is deprecated, use -Select '^AutoMLJobName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMAutoMLJobCmdlet.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.SM.NewSMCodeRepositoryCmdlet">
            <summary>
            Creates a Git repository as a resource in your Amazon SageMaker account. You can associate
            the repository with notebook instances so that you can use Git source control for
            the notebooks you create. The Git repository is a resource in your Amazon SageMaker
            account, so it can be associated with more than one notebook instance, and it persists
            independently from the lifecycle of any notebook instances it is associated with.
             
              
            <para>
            The repository can be hosted either in <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">Amazon
            Web Services CodeCommit</a> or in any other Git repository.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMCodeRepositoryCmdlet.GitConfig_Branch">
            <summary>
            <para>
            <para>The default branch for the Git repository.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMCodeRepositoryCmdlet.CodeRepositoryName">
            <summary>
            <para>
            <para>The name of the Git repository. The name must have 1 to 63 characters. Valid characters
            are a-z, A-Z, 0-9, and - (hyphen).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMCodeRepositoryCmdlet.GitConfig_RepositoryUrl">
            <summary>
            <para>
            <para>The URL where the Git repository is located.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMCodeRepositoryCmdlet.GitConfig_SecretArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that
            contains the credentials used to access the git repository. The secret must have a
            staging label of <code>AWSCURRENT</code> and must be in the following format:</para><para><code>{"username": <i>UserName</i>, "password": <i>Password</i>}</code></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMCodeRepositoryCmdlet.Tag">
            <summary>
            <para>
            <para>An array of key-value pairs. You can use tags to categorize your Amazon Web Services
            resources in different ways, for example, by purpose, owner, or environment. For more
            information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging
            Amazon Web Services Resources</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMCodeRepositoryCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'CodeRepositoryArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.CreateCodeRepositoryResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.CreateCodeRepositoryResponse 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.SM.NewSMCodeRepositoryCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the CodeRepositoryName parameter.
            The -PassThru parameter is deprecated, use -Select '^CodeRepositoryName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMCodeRepositoryCmdlet.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.SM.NewSMCompilationJobCmdlet">
            <summary>
            Starts a model compilation job. After the model has been compiled, Amazon SageMaker
            saves the resulting model artifacts to an Amazon Simple Storage Service (Amazon S3)
            bucket that you specify.
             
              
            <para>
            If you choose to host your model using Amazon SageMaker hosting services, you can
            use the resulting model artifacts as part of the model. You can also use the artifacts
            with Amazon Web Services IoT Greengrass. In that case, deploy them as an ML resource.
            </para><para>
            In the request body, you provide the following:
            </para><ul><li><para>
            A name for the compilation job
            </para></li><li><para>
             Information about the input model artifacts
            </para></li><li><para>
            The output location for the compiled model and the device (target) that the model
            runs on
            </para></li><li><para>
            The Amazon Resource Name (ARN) of the IAM role that Amazon SageMaker assumes to perform
            the model compilation job.
            </para></li></ul><para>
            You can also provide a <code>Tag</code> to track the model compilation job's resource
            use and costs. The response body contains the <code>CompilationJobArn</code> for the
            compiled job.
            </para><para>
            To stop a model compilation job, use <a>StopCompilationJob</a>. To get information
            about a particular model compilation job, use <a>DescribeCompilationJob</a>. To get
            information about multiple model compilation jobs, use <a>ListCompilationJobs</a>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMCompilationJobCmdlet.TargetPlatform_Accelerator">
            <summary>
            <para>
            <para>Specifies a target platform accelerator (optional).</para><ul><li><para><code>NVIDIA</code>: Nvidia graphics processing unit. It also requires <code>gpu-code</code>,
            <code>trt-ver</code>, <code>cuda-ver</code> compiler options</para></li><li><para><code>MALI</code>: ARM Mali graphics processor</para></li><li><para><code>INTEL_GRAPHICS</code>: Integrated Intel graphics</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMCompilationJobCmdlet.TargetPlatform_Arch">
            <summary>
            <para>
            <para>Specifies a target platform architecture.</para><ul><li><para><code>X86_64</code>: 64-bit version of the x86 instruction set.</para></li><li><para><code>X86</code>: 32-bit version of the x86 instruction set.</para></li><li><para><code>ARM64</code>: ARMv8 64-bit CPU.</para></li><li><para><code>ARM_EABIHF</code>: ARMv7 32-bit, Hard Float.</para></li><li><para><code>ARM_EABI</code>: ARMv7 32-bit, Soft Float. Used by Android 32-bit ARM platform.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMCompilationJobCmdlet.CompilationJobName">
            <summary>
            <para>
            <para>A name for the model compilation job. The name must be unique within the Amazon Web
            Services Region and within your Amazon Web Services account. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMCompilationJobCmdlet.OutputConfig_CompilerOption">
            <summary>
            <para>
            <para>Specifies additional parameters for compiler options in JSON format. The compiler
            options are <code>TargetPlatform</code> specific. It is required for NVIDIA accelerators
            and highly recommended for CPU compilations. For any other cases, it is optional to
            specify <code>CompilerOptions.</code></para><ul><li><para><code>DTYPE</code>: Specifies the data type for the input. When compiling for <code>ml_*</code>
            (except for <code>ml_inf</code>) instances using PyTorch framework, provide the data
            type (dtype) of the model's input. <code>"float32"</code> is used if <code>"DTYPE"</code>
            is not specified. Options for data type are:</para><ul><li><para>float32: Use either <code>"float"</code> or <code>"float32"</code>.</para></li><li><para>int64: Use either <code>"int64"</code> or <code>"long"</code>.</para></li></ul><para> For example, <code>{"dtype" : "float32"}</code>.</para></li><li><para><code>CPU</code>: Compilation for CPU supports the following compiler options.</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></li><li><para><code>ARM</code>: Details of ARM CPU compilations.</para><ul><li><para><code>NEON</code>: NEON is an implementation of the Advanced SIMD extension used
            in ARMv7 processors.</para><para>For example, add <code>{'mattr': ['+neon']}</code> to the compiler options if compiling
            for ARM 32-bit platform with the NEON support.</para></li></ul></li><li><para><code>NVIDIA</code>: Compilation for NVIDIA GPU supports the following compiler options.</para><ul><li><para><code>gpu_code</code>: Specifies the targeted architecture.</para></li><li><para><code>trt-ver</code>: Specifies the TensorRT versions in x.y.z. format.</para></li><li><para><code>cuda-ver</code>: Specifies the CUDA version in x.y format.</para></li></ul><para>For example, <code>{'gpu-code': 'sm_72', 'trt-ver': '6.0.1', 'cuda-ver': '10.1'}</code></para></li><li><para><code>ANDROID</code>: Compilation for the Android OS supports the following compiler
            options:</para><ul><li><para><code>ANDROID_PLATFORM</code>: Specifies the Android API levels. Available levels
            range from 21 to 29. For example, <code>{'ANDROID_PLATFORM': 28}</code>.</para></li><li><para><code>mattr</code>: Add <code>{'mattr': ['+neon']}</code> to compiler options if
            compiling for ARM 32-bit platform with NEON support.</para></li></ul></li><li><para><code>INFERENTIA</code>: Compilation for target ml_inf1 uses compiler options passed
            in as a JSON string. For example, <code>"CompilerOptions": "\"--verbose 1 --num-neuroncores
            2 -O2\""</code>. </para><para>For information about supported compiler options, see <a href="https://github.com/aws/aws-neuron-sdk/blob/master/docs/neuron-cc/command-line-reference.md">
            Neuron Compiler CLI</a>. </para></li><li><para><code>CoreML</code>: Compilation for the CoreML <a>OutputConfig$TargetDevice</a>
            supports the following compiler options:</para><ul><li><para><code>class_labels</code>: Specifies the classification labels file name inside input
            tar.gz file. For example, <code>{"class_labels": "imagenet_labels_1000.txt"}</code>.
            Labels inside the txt file should be separated by newlines.</para></li></ul></li><li><para><code>EIA</code>: Compilation for the Elastic Inference Accelerator supports the
            following compiler options:</para><ul><li><para><code>precision_mode</code>: Specifies the precision of compiled artifacts. Supported
            values are <code>"FP16"</code> and <code>"FP32"</code>. Default is <code>"FP32"</code>.</para></li><li><para><code>signature_def_key</code>: Specifies the signature to use for models in SavedModel
            format. Defaults is TensorFlow's default signature def key.</para></li><li><para><code>output_names</code>: Specifies a list of output tensor names for models in
            FrozenGraph format. Set at most one API field, either: <code>signature_def_key</code>
            or <code>output_names</code>.</para></li></ul><para>For example: <code>{"precision_mode": "FP32", "output_names": ["output:0"]}</code></para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMCompilationJobCmdlet.InputConfig_DataInputConfig">
            <summary>
            <para>
            <para>Specifies the name and shape of the expected data inputs for your trained model with
            a JSON dictionary form. The data inputs are <a>InputConfig$Framework</a> specific.
            </para><ul><li><para><code>TensorFlow</code>: You must specify the name and shape (NHWC format) of the
            expected data inputs using a dictionary format for your trained model. The dictionary
            formats required for the console and CLI are different.</para><ul><li><para>Examples for one input:</para><ul><li><para>If using the console, <code>{"input":[1,1024,1024,3]}</code></para></li><li><para>If using the CLI, <code>{\"input\":[1,1024,1024,3]}</code></para></li></ul></li><li><para>Examples for two inputs:</para><ul><li><para>If using the console, <code>{"data1": [1,28,28,1], "data2":[1,28,28,1]}</code></para></li><li><para>If using the CLI, <code>{\"data1\": [1,28,28,1], \"data2\":[1,28,28,1]}</code></para></li></ul></li></ul></li><li><para><code>KERAS</code>: You must specify the name and shape (NCHW format) of expected
            data inputs using a dictionary format for your trained model. Note that while Keras
            model artifacts should be uploaded in NHWC (channel-last) format, <code>DataInputConfig</code>
            should be specified in NCHW (channel-first) format. The dictionary formats required
            for the console and CLI are different.</para><ul><li><para>Examples for one input:</para><ul><li><para>If using the console, <code>{"input_1":[1,3,224,224]}</code></para></li><li><para>If using the CLI, <code>{\"input_1\":[1,3,224,224]}</code></para></li></ul></li><li><para>Examples for two inputs:</para><ul><li><para>If using the console, <code>{"input_1": [1,3,224,224], "input_2":[1,3,224,224]} </code></para></li><li><para>If using the CLI, <code>{\"input_1\": [1,3,224,224], \"input_2\":[1,3,224,224]}</code></para></li></ul></li></ul></li><li><para><code>MXNET/ONNX/DARKNET</code>: You must specify the name and shape (NCHW format)
            of the expected data inputs in order using a dictionary format for your trained model.
            The dictionary formats required for the console and CLI are different.</para><ul><li><para>Examples for one input:</para><ul><li><para>If using the console, <code>{"data":[1,3,1024,1024]}</code></para></li><li><para>If using the CLI, <code>{\"data\":[1,3,1024,1024]}</code></para></li></ul></li><li><para>Examples for two inputs:</para><ul><li><para>If using the console, <code>{"var1": [1,1,28,28], "var2":[1,1,28,28]} </code></para></li><li><para>If using the CLI, <code>{\"var1\": [1,1,28,28], \"var2\":[1,1,28,28]}</code></para></li></ul></li></ul></li><li><para><code>PyTorch</code>: You can either specify the name and shape (NCHW format) of
            expected data inputs in order using a dictionary format for your trained model or
            you can specify the shape only using a list format. The dictionary formats required
            for the console and CLI are different. The list formats for the console and CLI are
            the same.</para><ul><li><para>Examples for one input in dictionary format:</para><ul><li><para>If using the console, <code>{"input0":[1,3,224,224]}</code></para></li><li><para>If using the CLI, <code>{\"input0\":[1,3,224,224]}</code></para></li></ul></li><li><para>Example for one input in list format: <code>[[1,3,224,224]]</code></para></li><li><para>Examples for two inputs in dictionary format:</para><ul><li><para>If using the console, <code>{"input0":[1,3,224,224], "input1":[1,3,224,224]}</code></para></li><li><para>If using the CLI, <code>{\"input0\":[1,3,224,224], \"input1\":[1,3,224,224]} </code></para></li></ul></li><li><para>Example for two inputs in list format: <code>[[1,3,224,224], [1,3,224,224]]</code></para></li></ul></li><li><para><code>XGBOOST</code>: input data name and shape are not needed.</para></li></ul><para><code>DataInputConfig</code> supports the following parameters for <code>CoreML</code><a>OutputConfig$TargetDevice</a> (ML Model format):</para><ul><li><para><code>shape</code>: Input shape, for example <code>{"input_1": {"shape": [1,224,224,3]}}</code>.
            In addition to static input shapes, CoreML converter supports Flexible input shapes:</para><ul><li><para>Range Dimension. You can use the Range Dimension feature if you know the input shape
            will be within some specific interval in that dimension, for example: <code>{"input_1":
            {"shape": ["1..10", 224, 224, 3]}}</code></para></li><li><para>Enumerated shapes. Sometimes, the models are trained to work only on a select set
            of inputs. You can enumerate all supported input shapes, for example: <code>{"input_1":
            {"shape": [[1, 224, 224, 3], [1, 160, 160, 3]]}}</code></para></li></ul></li><li><para><code>default_shape</code>: Default input shape. You can set a default shape during
            conversion for both Range Dimension and Enumerated Shapes. For example <code>{"input_1":
            {"shape": ["1..10", 224, 224, 3], "default_shape": [1, 224, 224, 3]}}</code></para></li><li><para><code>type</code>: Input type. Allowed values: <code>Image</code> and <code>Tensor</code>.
            By default, the converter generates an ML Model with inputs of type Tensor (MultiArray).
            User can set input type to be Image. Image input type requires additional input parameters
            such as <code>bias</code> and <code>scale</code>.</para></li><li><para><code>bias</code>: If the input type is an Image, you need to provide the bias vector.</para></li><li><para><code>scale</code>: If the input type is an Image, you need to provide a scale factor.</para></li></ul><para>CoreML <code>ClassifierConfig</code> parameters can be specified using <a>OutputConfig$CompilerOptions</a>.
            CoreML converter supports Tensorflow and PyTorch models. CoreML conversion examples:</para><ul><li><para>Tensor type input:</para><ul><li><para><code>"DataInputConfig": {"input_1": {"shape": [[1,224,224,3], [1,160,160,3]], "default_shape":
            [1,224,224,3]}}</code></para></li></ul></li><li><para>Tensor type input without input name (PyTorch):</para><ul><li><para><code>"DataInputConfig": [{"shape": [[1,3,224,224], [1,3,160,160]], "default_shape":
            [1,3,224,224]}]</code></para></li></ul></li><li><para>Image type input:</para><ul><li><para><code>"DataInputConfig": {"input_1": {"shape": [[1,224,224,3], [1,160,160,3]], "default_shape":
            [1,224,224,3], "type": "Image", "bias": [-1,-1,-1], "scale": 0.007843137255}}</code></para></li><li><para><code>"CompilerOptions": {"class_labels": "imagenet_labels_1000.txt"}</code></para></li></ul></li><li><para>Image type input without input name (PyTorch):</para><ul><li><para><code>"DataInputConfig": [{"shape": [[1,3,224,224], [1,3,160,160]], "default_shape":
            [1,3,224,224], "type": "Image", "bias": [-1,-1,-1], "scale": 0.007843137255}]</code></para></li><li><para><code>"CompilerOptions": {"class_labels": "imagenet_labels_1000.txt"}</code></para></li></ul></li></ul><para>Depending on the model format, <code>DataInputConfig</code> requires the following
            parameters for <code>ml_eia2</code><a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_OutputConfig.html#sagemaker-Type-OutputConfig-TargetDevice">OutputConfig:TargetDevice</a>.</para><ul><li><para>For TensorFlow models saved in the SavedModel format, specify the input names from
            <code>signature_def_key</code> and the input model shapes for <code>DataInputConfig</code>.
            Specify the <code>signature_def_key</code> in <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_OutputConfig.html#sagemaker-Type-OutputConfig-CompilerOptions"><code>OutputConfig:CompilerOptions</code></a> if the model does not use TensorFlow's
            default signature def key. For example:</para><ul><li><para><code>"DataInputConfig": {"inputs": [1, 224, 224, 3]}</code></para></li><li><para><code>"CompilerOptions": {"signature_def_key": "serving_custom"}</code></para></li></ul></li><li><para>For TensorFlow models saved as a frozen graph, specify the input tensor names and
            shapes in <code>DataInputConfig</code> and the output tensor names for <code>output_names</code>
            in <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_OutputConfig.html#sagemaker-Type-OutputConfig-CompilerOptions"><code>OutputConfig:CompilerOptions</code></a>. For example:</para><ul><li><para><code>"DataInputConfig": {"input_tensor:0": [1, 224, 224, 3]}</code></para></li><li><para><code>"CompilerOptions": {"output_names": ["output_tensor:0"]}</code></para></li></ul></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMCompilationJobCmdlet.InputConfig_Framework">
            <summary>
            <para>
            <para>Identifies the framework in which the model was trained. For example: TENSORFLOW.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMCompilationJobCmdlet.InputConfig_FrameworkVersion">
            <summary>
            <para>
            <para>Specifies the framework version to use.</para><para>This API field is only supported for PyTorch framework versions <code>1.4</code>,
            <code>1.5</code>, and <code>1.6</code> for cloud instance target devices: <code>ml_c4</code>,
            <code>ml_c5</code>, <code>ml_m4</code>, <code>ml_m5</code>, <code>ml_p2</code>, <code>ml_p3</code>,
            and <code>ml_g4dn</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMCompilationJobCmdlet.OutputConfig_KmsKeyId">
            <summary>
            <para>
            <para>The Amazon Web Services Key Management Service key (Amazon Web Services KMS) that
            Amazon SageMaker uses to encrypt your output models with Amazon S3 server-side encryption
            after compilation job. If you don't provide a KMS key ID, Amazon SageMaker uses the
            default KMS key for Amazon S3 for your role's account. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingKMSEncryption.html">KMS-Managed
            Encryption Keys</a> in the <i>Amazon Simple Storage Service Developer Guide.</i></para><para>The KmsKeyId can be any of the following formats: </para><ul><li><para>Key ID: <code>1234abcd-12ab-34cd-56ef-1234567890ab</code></para></li><li><para>Key ARN: <code>arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</code></para></li><li><para>Alias name: <code>alias/ExampleAlias</code></para></li><li><para>Alias name ARN: <code>arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias</code></para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMCompilationJobCmdlet.StoppingCondition_MaxRuntimeInSecond">
            <summary>
            <para>
            <para>The maximum length of time, in seconds, that a training or compilation job can run.</para><para>For compilation jobs, if the job does not complete during this time, you will receive
            a <code>TimeOut</code> error. We recommend starting with 900 seconds and increase
            as necessary based on your model.</para><para>For all other jobs, if the job does not complete during this time, Amazon SageMaker
            ends the job. When <code>RetryStrategy</code> is specified in the job request, <code>MaxRuntimeInSeconds</code>
            specifies the maximum time for all of the attempts in total, not each individual attempt.
            The default value is 1 day. The maximum value is 28 days.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMCompilationJobCmdlet.StoppingCondition_MaxWaitTimeInSecond">
            <summary>
            <para>
            <para>The maximum length of time, in seconds, that a managed Spot training job has to complete.
            It is the amount of time spent waiting for Spot capacity plus the amount of time the
            job can run. It must be equal to or greater than <code>MaxRuntimeInSeconds</code>.
            If the job does not complete during this time, Amazon SageMaker ends the job.</para><para>When <code>RetryStrategy</code> is specified in the job request, <code>MaxWaitTimeInSeconds</code>
            specifies the maximum time for all of the attempts in total, not each individual attempt.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMCompilationJobCmdlet.TargetPlatform_Os">
            <summary>
            <para>
            <para>Specifies a target platform OS.</para><ul><li><para><code>LINUX</code>: Linux-based operating systems.</para></li><li><para><code>ANDROID</code>: Android operating systems. Android API level can be specified
            using the <code>ANDROID_PLATFORM</code> compiler option. For example, <code>"CompilerOptions":
            {'ANDROID_PLATFORM': 28}</code></para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMCompilationJobCmdlet.RoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform
            tasks on your behalf. </para><para>During model compilation, Amazon SageMaker needs your permission to:</para><ul><li><para>Read input data from an S3 bucket</para></li><li><para>Write model artifacts to an S3 bucket</para></li><li><para>Write logs to Amazon CloudWatch Logs</para></li><li><para>Publish metrics to Amazon CloudWatch</para></li></ul><para>You grant permissions for all of these tasks to an IAM role. To pass this role to
            Amazon SageMaker, the caller of this API must have the <code>iam:PassRole</code> permission.
            For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-roles.html">Amazon
            SageMaker Roles.</a></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMCompilationJobCmdlet.OutputConfig_S3OutputLocation">
            <summary>
            <para>
            <para>Identifies the S3 bucket where you want Amazon SageMaker to store the model artifacts.
            For example, <code>s3://bucket-name/key-name-prefix</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMCompilationJobCmdlet.InputConfig_S3Uri">
            <summary>
            <para>
            <para>The S3 path where the model artifacts, which result from model training, are stored.
            This path must point to a single gzip compressed tar archive (.tar.gz suffix).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMCompilationJobCmdlet.VpcConfig_SecurityGroupId">
            <summary>
            <para>
            <para>The VPC security group IDs. IDs have the form of <code>sg-xxxxxxxx</code>. Specify
            the security groups for the VPC that is specified in the <code>Subnets</code> field.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMCompilationJobCmdlet.VpcConfig_Subnet">
            <summary>
            <para>
            <para>The ID of the subnets in the VPC that you want to connect the compilation job to for
            accessing the model in Amazon S3.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMCompilationJobCmdlet.Tag">
            <summary>
            <para>
            <para>An array of key-value pairs. You can use tags to categorize your Amazon Web Services
            resources in different ways, for example, by purpose, owner, or environment. For more
            information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging
            Amazon Web Services Resources</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMCompilationJobCmdlet.OutputConfig_TargetDevice">
            <summary>
            <para>
            <para>Identifies the target device or the machine learning instance that you want to run
            your model on after the compilation has completed. Alternatively, you can specify
            OS, architecture, and accelerator using <a>TargetPlatform</a> fields. It can be used
            instead of <code>TargetPlatform</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMCompilationJobCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'CompilationJobArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.CreateCompilationJobResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.CreateCompilationJobResponse 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.SM.NewSMCompilationJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the CompilationJobName parameter.
            The -PassThru parameter is deprecated, use -Select '^CompilationJobName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMCompilationJobCmdlet.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.SM.NewSMContextCmdlet">
            <summary>
            Creates a <i>context</i>. A context is a lineage tracking entity that represents a
            logical grouping of other tracking or experiment entities. Some examples are an endpoint
            and a model package. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/lineage-tracking.html">Amazon
            SageMaker ML Lineage Tracking</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMContextCmdlet.ContextName">
            <summary>
            <para>
            <para>The name of the context. Must be unique to your account in an Amazon Web Services
            Region.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMContextCmdlet.ContextType">
            <summary>
            <para>
            <para>The context type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMContextCmdlet.Description">
            <summary>
            <para>
            <para>The description of the context.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMContextCmdlet.Property">
            <summary>
            <para>
            <para>A list of properties to add to the context.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMContextCmdlet.Source_SourceId">
            <summary>
            <para>
            <para>The ID of the source.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMContextCmdlet.Source_SourceType">
            <summary>
            <para>
            <para>The type of the source.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMContextCmdlet.Source_SourceUri">
            <summary>
            <para>
            <para>The URI of the source.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMContextCmdlet.Tag">
            <summary>
            <para>
            <para>A list of tags to apply to the context.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMContextCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ContextArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.CreateContextResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.CreateContextResponse 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.SM.NewSMContextCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ContextName parameter.
            The -PassThru parameter is deprecated, use -Select '^ContextName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMContextCmdlet.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.SM.NewSMDataQualityJobDefinitionCmdlet">
            <summary>
            Creates a definition for a job that monitors data quality and drift. For information
            about model monitor, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor.html">Amazon
            SageMaker Model Monitor</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDataQualityJobDefinitionCmdlet.DataQualityBaselineConfig_BaseliningJobName">
            <summary>
            <para>
            <para>The name of the job that performs baselining for the data quality monitoring job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDataQualityJobDefinitionCmdlet.DataQualityAppSpecification_ContainerArgument">
            <summary>
            <para>
            <para>The arguments to send to the container that the monitoring job runs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDataQualityJobDefinitionCmdlet.DataQualityAppSpecification_ContainerEntrypoint">
            <summary>
            <para>
            <para>The entrypoint for a container used to run a monitoring job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDataQualityJobDefinitionCmdlet.NetworkConfig_EnableInterContainerTrafficEncryption">
            <summary>
            <para>
            <para>Whether to encrypt all communications between the instances used for the monitoring
            jobs. Choose <code>True</code> to encrypt communications. Encryption provides greater
            security for distributed jobs, but the processing might take longer.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDataQualityJobDefinitionCmdlet.NetworkConfig_EnableNetworkIsolation">
            <summary>
            <para>
            <para>Whether to allow inbound and outbound network calls to and from the containers used
            for the monitoring job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDataQualityJobDefinitionCmdlet.EndpointInput_EndpointName">
            <summary>
            <para>
            <para>An endpoint in customer's account which has enabled <code>DataCaptureConfig</code>
            enabled.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDataQualityJobDefinitionCmdlet.EndpointInput_EndTimeOffset">
            <summary>
            <para>
            <para>If specified, monitoring jobs substract this time from the end time. For information
            about using offsets for scheduling monitoring jobs, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor-model-quality-schedule.html">Schedule
            Model Quality Monitoring Jobs</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDataQualityJobDefinitionCmdlet.DataQualityAppSpecification_Environment">
            <summary>
            <para>
            <para>Sets the environment variables in the container that the monitoring job runs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDataQualityJobDefinitionCmdlet.EndpointInput_FeaturesAttribute">
            <summary>
            <para>
            <para>The attributes of the input data that are the input features.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDataQualityJobDefinitionCmdlet.DataQualityAppSpecification_ImageUri">
            <summary>
            <para>
            <para>The container image that the data quality monitoring job runs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDataQualityJobDefinitionCmdlet.EndpointInput_InferenceAttribute">
            <summary>
            <para>
            <para>The attribute of the input data that represents the ground truth label.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDataQualityJobDefinitionCmdlet.ClusterConfig_InstanceCount">
            <summary>
            <para>
            <para>The number of ML compute instances to use in the model monitoring job. For distributed
            processing jobs, specify a value greater than 1. The default value is 1.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDataQualityJobDefinitionCmdlet.ClusterConfig_InstanceType">
            <summary>
            <para>
            <para>The ML compute instance type for the processing job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDataQualityJobDefinitionCmdlet.JobDefinitionName">
            <summary>
            <para>
            <para>The name for the monitoring job definition.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDataQualityJobDefinitionCmdlet.DataQualityJobOutputConfig_KmsKeyId">
            <summary>
            <para>
            <para>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that
            Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side
            encryption.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDataQualityJobDefinitionCmdlet.EndpointInput_LocalPath">
            <summary>
            <para>
            <para>Path to the filesystem where the endpoint data is available to the container.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDataQualityJobDefinitionCmdlet.StoppingCondition_MaxRuntimeInSecond">
            <summary>
            <para>
            <para>The maximum runtime allowed in seconds.</para><note><para>The <code>MaxRuntimeInSeconds</code> cannot exceed the frequency of the job. For data
            quality and model explainability, this can be up to 3600 seconds for an hourly schedule.
            For model bias and model quality hourly schedules, this can be up to 1800 seconds.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDataQualityJobDefinitionCmdlet.DataQualityJobOutputConfig_MonitoringOutput">
            <summary>
            <para>
            <para>Monitoring outputs for monitoring jobs. This is where the output of the periodic monitoring
            jobs is uploaded.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDataQualityJobDefinitionCmdlet.DataQualityAppSpecification_PostAnalyticsProcessorSourceUri">
            <summary>
            <para>
            <para>An Amazon S3 URI to a script that is called after analysis has been performed. Applicable
            only for the built-in (first party) containers.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDataQualityJobDefinitionCmdlet.EndpointInput_ProbabilityAttribute">
            <summary>
            <para>
            <para>In a classification problem, the attribute that represents the class probability.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDataQualityJobDefinitionCmdlet.EndpointInput_ProbabilityThresholdAttribute">
            <summary>
            <para>
            <para>The threshold for the class probability to be evaluated as a positive result.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDataQualityJobDefinitionCmdlet.DataQualityAppSpecification_RecordPreprocessorSourceUri">
            <summary>
            <para>
            <para>An Amazon S3 URI to a script that is called per row prior to running analysis. It
            can base64 decode the payload and convert it into a flatted json so that the built-in
            container can use the converted data. Applicable only for the built-in (first party)
            containers.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDataQualityJobDefinitionCmdlet.RoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to
            perform tasks on your behalf.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDataQualityJobDefinitionCmdlet.EndpointInput_S3DataDistributionType">
            <summary>
            <para>
            <para>Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3
            key. Defaults to <code>FullyReplicated</code></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDataQualityJobDefinitionCmdlet.EndpointInput_S3InputMode">
            <summary>
            <para>
            <para>Whether the <code>Pipe</code> or <code>File</code> is used as the input mode for transferring
            data for the monitoring job. <code>Pipe</code> mode is recommended for large datasets.
            <code>File</code> mode is useful for small files that fit in memory. Defaults to <code>File</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDataQualityJobDefinitionCmdlet.ConstraintsResource_S3Uri">
            <summary>
            <para>
            <para>The Amazon S3 URI for the constraints resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDataQualityJobDefinitionCmdlet.StatisticsResource_S3Uri">
            <summary>
            <para>
            <para>The Amazon S3 URI for the statistics resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDataQualityJobDefinitionCmdlet.VpcConfig_SecurityGroupId">
            <summary>
            <para>
            <para>The VPC security group IDs, in the form sg-xxxxxxxx. Specify the security groups for
            the VPC that is specified in the <code>Subnets</code> field.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDataQualityJobDefinitionCmdlet.EndpointInput_StartTimeOffset">
            <summary>
            <para>
            <para>If specified, monitoring jobs substract this time from the start time. For information
            about using offsets for scheduling monitoring jobs, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor-model-quality-schedule.html">Schedule
            Model Quality Monitoring Jobs</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDataQualityJobDefinitionCmdlet.VpcConfig_Subnet">
            <summary>
            <para>
            <para>The ID of the subnets in the VPC to which you want to connect your training job or
            model. For information about the availability of specific instance types, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/instance-types-az.html">Supported
            Instance Types and Availability Zones</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDataQualityJobDefinitionCmdlet.Tag">
            <summary>
            <para>
            <para>(Optional) An array of key-value pairs. For more information, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL">Using
            Cost Allocation Tags</a> in the <i>Amazon Web Services Billing and Cost Management
            User Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDataQualityJobDefinitionCmdlet.ClusterConfig_VolumeKmsKeyId">
            <summary>
            <para>
            <para>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that
            Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute
            instance(s) that run the model monitoring job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDataQualityJobDefinitionCmdlet.ClusterConfig_VolumeSizeInGB">
            <summary>
            <para>
            <para>The size of the ML storage volume, in gigabytes, that you want to provision. You must
            specify sufficient ML storage for your scenario.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDataQualityJobDefinitionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'JobDefinitionArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.CreateDataQualityJobDefinitionResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.CreateDataQualityJobDefinitionResponse 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.SM.NewSMDataQualityJobDefinitionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the JobDefinitionName parameter.
            The -PassThru parameter is deprecated, use -Select '^JobDefinitionName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDataQualityJobDefinitionCmdlet.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.SM.NewSMDeviceFleetCmdlet">
            <summary>
            Creates a device fleet.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDeviceFleetCmdlet.Description">
            <summary>
            <para>
            <para>A description of the fleet.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDeviceFleetCmdlet.DeviceFleetName">
            <summary>
            <para>
            <para>The name of the fleet that the device belongs to.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDeviceFleetCmdlet.EnableIotRoleAlias">
            <summary>
            <para>
            <para>Whether to create an Amazon Web Services IoT Role Alias during device fleet creation.
            The name of the role alias generated will match this pattern: "SageMakerEdge-{DeviceFleetName}".</para><para>For example, if your device fleet is called "demo-fleet", the name of the role alias
            will be "SageMakerEdge-demo-fleet".</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDeviceFleetCmdlet.OutputConfig_KmsKeyId">
            <summary>
            <para>
            <para>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that
            Amazon SageMaker uses to encrypt data on the storage volume after compilation job.
            If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon
            S3 for your role's account.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDeviceFleetCmdlet.OutputConfig_PresetDeploymentConfig">
            <summary>
            <para>
            <para>The configuration used to create deployment artifacts. Specify configuration options
            with a JSON string. The available configuration options for each type are:</para><ul><li><para><code>ComponentName</code> (optional) - Name of the GreenGrass V2 component. If not
            specified, the default name generated consists of "SagemakerEdgeManager" and the name
            of your SageMaker Edge Manager packaging job.</para></li><li><para><code>ComponentDescription</code> (optional) - Description of the component.</para></li><li><para><code>ComponentVersion</code> (optional) - The version of the component.</para><note><para>Amazon Web Services IoT Greengrass uses semantic versions for components. Semantic
            versions follow a<i> major.minor.patch</i> number system. For example, version 1.0.0
            represents the first major release for a component. For more information, see the
            <a href="https://semver.org/">semantic version specification</a>.</para></note></li><li><para><code>PlatformOS</code> (optional) - The name of the operating system for the platform.
            Supported platforms include Windows and Linux.</para></li><li><para><code>PlatformArchitecture</code> (optional) - The processor architecture for the
            platform. </para><para>Supported architectures Windows include: Windows32_x86, Windows64_x64.</para><para>Supported architectures for Linux include: Linux x86_64, Linux ARMV8.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDeviceFleetCmdlet.OutputConfig_PresetDeploymentType">
            <summary>
            <para>
            <para>The deployment type SageMaker Edge Manager will create. Currently only supports Amazon
            Web Services IoT Greengrass Version 2 components.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDeviceFleetCmdlet.RoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) that has access to Amazon Web Services Internet of
            Things (IoT).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDeviceFleetCmdlet.OutputConfig_S3OutputLocation">
            <summary>
            <para>
            <para>The Amazon Simple Storage (S3) bucker URI.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDeviceFleetCmdlet.Tag">
            <summary>
            <para>
            <para>Creates tags for the specified fleet.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDeviceFleetCmdlet.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.SageMaker.Model.CreateDeviceFleetResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDeviceFleetCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DeviceFleetName parameter.
            The -PassThru parameter is deprecated, use -Select '^DeviceFleetName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDeviceFleetCmdlet.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.SM.NewSMDomainCmdlet">
            <summary>
            Creates a <code>Domain</code> used by Amazon SageMaker Studio. A domain consists of
            an associated Amazon Elastic File System (EFS) volume, a list of authorized users,
            and a variety of security, application, policy, and Amazon Virtual Private Cloud (VPC)
            configurations. An Amazon Web Services account is limited to one domain per region.
            Users within a domain can share notebook files and other artifacts with each other.
             
              
            <para><b>EFS storage</b></para><para>
            When a domain is created, an EFS volume is created for use by all of the users within
            the domain. Each user receives a private home directory within the EFS volume for
            notebooks, Git repositories, and data files.
            </para><para>
            SageMaker uses the Amazon Web Services Key Management Service (Amazon Web Services
            KMS) to encrypt the EFS volume attached to the domain with an Amazon Web Services
            managed key by default. For more control, you can specify a customer managed key.
            For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/encryption-at-rest.html">Protect
            Data at Rest Using Encryption</a>.
            </para><para><b>VPC configuration</b></para><para>
            All SageMaker Studio traffic between the domain and the EFS volume is through the
            specified VPC and subnets. For other Studio traffic, you can specify the <code>AppNetworkAccessType</code>
            parameter. <code>AppNetworkAccessType</code> corresponds to the network access type
            that you choose when you onboard to Studio. The following options are available:
            </para><ul><li><para><code>PublicInternetOnly</code> - Non-EFS traffic goes through a VPC managed by Amazon
            SageMaker, which allows internet access. This is the default value.
            </para></li><li><para><code>VpcOnly</code> - All Studio traffic is through the specified VPC and subnets.
            Internet access is disabled by default. To allow internet access, you must specify
            a NAT gateway.
            </para><para>
            When internet access is disabled, you won't be able to run a Studio notebook or to
            train or host models unless your VPC has an interface endpoint to the SageMaker API
            and runtime or a NAT gateway and your security groups allow outbound connections.
            </para></li></ul><important><para>
            NFS traffic over TCP on port 2049 needs to be allowed in both inbound and outbound
            rules in order to launch a SageMaker Studio app successfully.
            </para></important><para>
            For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/studio-notebooks-and-internet-access.html">Connect
            SageMaker Studio Notebooks to Resources in a VPC</a>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDomainCmdlet.AppNetworkAccessType">
            <summary>
            <para>
            <para>Specifies the VPC used for non-EFS traffic. The default value is <code>PublicInternetOnly</code>.</para><ul><li><para><code>PublicInternetOnly</code> - Non-EFS traffic is through a VPC managed by Amazon
            SageMaker, which allows direct internet access</para></li><li><para><code>VpcOnly</code> - All Studio traffic is through the specified VPC and subnets</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDomainCmdlet.AppSecurityGroupManagement">
            <summary>
            <para>
            <para>The entity that creates and manages the required security groups for inter-app communication
            in <code>VPCOnly</code> mode. Required when <code>CreateDomain.AppNetworkAccessType</code>
            is <code>VPCOnly</code> and <code>DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn</code>
            is provided.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDomainCmdlet.AuthMode">
            <summary>
            <para>
            <para>The mode of authentication that members use to access the domain.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDomainCmdlet.DefaultUserSetting">
            <summary>
            <para>
            <para>The default settings to use to create a user profile when <code>UserSettings</code>
            isn't specified in the call to the <code>CreateUserProfile</code> API.</para><para><code>SecurityGroups</code> is aggregated when specified in both calls. For all other
            settings in <code>UserSettings</code>, the values specified in <code>CreateUserProfile</code>
            take precedence over those specified in <code>CreateDomain</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDomainCmdlet.RStudioServerProDomainSettings_DomainExecutionRoleArn">
            <summary>
            <para>
            <para>The ARN of the execution role for the <code>RStudioServerPro</code> Domain-level app.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDomainCmdlet.DomainName">
            <summary>
            <para>
            <para>A name for the domain.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDomainCmdlet.DefaultResourceSpec_InstanceType">
            <summary>
            <para>
            <para>The instance type that the image version runs on.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDomainCmdlet.KmsKeyId">
            <summary>
            <para>
            <para>SageMaker uses Amazon Web Services KMS to encrypt the EFS volume attached to the domain
            with an Amazon Web Services managed key by default. For more control, specify a customer
            managed key.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDomainCmdlet.DefaultResourceSpec_LifecycleConfigArn">
            <summary>
            <para>
            <para> The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDomainCmdlet.RStudioServerProDomainSettings_RStudioConnectUrl">
            <summary>
            <para>
            <para>A URL pointing to an RStudio Connect server.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDomainCmdlet.RStudioServerProDomainSettings_RStudioPackageManagerUrl">
            <summary>
            <para>
            <para>A URL pointing to an RStudio Package Manager server.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDomainCmdlet.DefaultResourceSpec_SageMakerImageArn">
            <summary>
            <para>
            <para>The ARN of the SageMaker image that the image version belongs to.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDomainCmdlet.DefaultResourceSpec_SageMakerImageVersionArn">
            <summary>
            <para>
            <para>The ARN of the image version created on the instance.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDomainCmdlet.DomainSettings_SecurityGroupId">
            <summary>
            <para>
            <para>The security groups for the Amazon Virtual Private Cloud that the <code>Domain</code>
            uses for communication between Domain-level apps and user apps.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDomainCmdlet.SubnetId">
            <summary>
            <para>
            <para>The VPC subnets that Studio uses for communication.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDomainCmdlet.Tag">
            <summary>
            <para>
            <para>Tags to associated with the Domain. Each tag consists of a key and an optional value.
            Tag keys must be unique per resource. Tags are searchable using the <code>Search</code>
            API.</para><para>Tags that you specify for the Domain are also added to all Apps that the Domain launches.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDomainCmdlet.VpcId">
            <summary>
            <para>
            <para>The ID of the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDomainCmdlet.HomeEfsFileSystemKmsKeyId">
            <summary>
            <para>
            <para>This member is deprecated and replaced with <code>KmsKeyId</code>.</para>
            </para>
            <para>This parameter is deprecated.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDomainCmdlet.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.SageMaker.Model.CreateDomainResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.CreateDomainResponse 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.SM.NewSMDomainCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DomainName parameter.
            The -PassThru parameter is deprecated, use -Select '^DomainName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMDomainCmdlet.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.SM.NewSMEdgePackagingJobCmdlet">
            <summary>
            Starts a SageMaker Edge Manager model packaging job. Edge Manager will use the model
            artifacts from the Amazon Simple Storage Service bucket that you specify. After the
            model has been packaged, Amazon SageMaker saves the resulting artifacts to an S3 bucket
            that you specify.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMEdgePackagingJobCmdlet.CompilationJobName">
            <summary>
            <para>
            <para>The name of the SageMaker Neo compilation job that will be used to locate model artifacts
            for packaging.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMEdgePackagingJobCmdlet.EdgePackagingJobName">
            <summary>
            <para>
            <para>The name of the edge packaging job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMEdgePackagingJobCmdlet.OutputConfig_KmsKeyId">
            <summary>
            <para>
            <para>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that
            Amazon SageMaker uses to encrypt data on the storage volume after compilation job.
            If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon
            S3 for your role's account.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMEdgePackagingJobCmdlet.ModelName">
            <summary>
            <para>
            <para>The name of the model.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMEdgePackagingJobCmdlet.ModelVersion">
            <summary>
            <para>
            <para>The version of the model.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMEdgePackagingJobCmdlet.OutputConfig_PresetDeploymentConfig">
            <summary>
            <para>
            <para>The configuration used to create deployment artifacts. Specify configuration options
            with a JSON string. The available configuration options for each type are:</para><ul><li><para><code>ComponentName</code> (optional) - Name of the GreenGrass V2 component. If not
            specified, the default name generated consists of "SagemakerEdgeManager" and the name
            of your SageMaker Edge Manager packaging job.</para></li><li><para><code>ComponentDescription</code> (optional) - Description of the component.</para></li><li><para><code>ComponentVersion</code> (optional) - The version of the component.</para><note><para>Amazon Web Services IoT Greengrass uses semantic versions for components. Semantic
            versions follow a<i> major.minor.patch</i> number system. For example, version 1.0.0
            represents the first major release for a component. For more information, see the
            <a href="https://semver.org/">semantic version specification</a>.</para></note></li><li><para><code>PlatformOS</code> (optional) - The name of the operating system for the platform.
            Supported platforms include Windows and Linux.</para></li><li><para><code>PlatformArchitecture</code> (optional) - The processor architecture for the
            platform. </para><para>Supported architectures Windows include: Windows32_x86, Windows64_x64.</para><para>Supported architectures for Linux include: Linux x86_64, Linux ARMV8.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMEdgePackagingJobCmdlet.OutputConfig_PresetDeploymentType">
            <summary>
            <para>
            <para>The deployment type SageMaker Edge Manager will create. Currently only supports Amazon
            Web Services IoT Greengrass Version 2 components.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMEdgePackagingJobCmdlet.ResourceKey">
            <summary>
            <para>
            <para>The Amazon Web Services KMS key to use when encrypting the EBS volume the edge packaging
            job runs on.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMEdgePackagingJobCmdlet.RoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to download
            and upload the model, and to contact SageMaker Neo.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMEdgePackagingJobCmdlet.OutputConfig_S3OutputLocation">
            <summary>
            <para>
            <para>The Amazon Simple Storage (S3) bucker URI.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMEdgePackagingJobCmdlet.Tag">
            <summary>
            <para>
            <para>Creates tags for the packaging job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMEdgePackagingJobCmdlet.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.SageMaker.Model.CreateEdgePackagingJobResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMEdgePackagingJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the EdgePackagingJobName parameter.
            The -PassThru parameter is deprecated, use -Select '^EdgePackagingJobName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMEdgePackagingJobCmdlet.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.SM.NewSMEndpointCmdlet">
            <summary>
            Creates an endpoint using the endpoint configuration specified in the request. Amazon
            SageMaker uses the endpoint to provision resources and deploy models. You create the
            endpoint configuration with the <a>CreateEndpointConfig</a> API.
             
              
            <para>
             Use this API to deploy models using Amazon SageMaker hosting services.
            </para><para>
            For an example that calls this method when deploying a model to Amazon SageMaker hosting
            services, see the <a href="https://github.com/aws/amazon-sagemaker-examples/blob/master/sagemaker-fundamentals/create-endpoint/create_endpoint.ipynb">Create
            Endpoint example notebook.</a></para><note><para>
             You must not delete an <code>EndpointConfig</code> that is in use by an endpoint
            that is live or while the <code>UpdateEndpoint</code> or <code>CreateEndpoint</code>
            operations are being performed on the endpoint. To update an endpoint, you must create
            a new <code>EndpointConfig</code>.
            </para></note><para>
            The endpoint name must be unique within an Amazon Web Services Region in your Amazon
            Web Services account.
            </para><para>
            When it receives the request, Amazon SageMaker creates the endpoint, launches the
            resources (ML compute instances), and deploys the model(s) on them.
            </para><note><para>
            When you call <a>CreateEndpoint</a>, a load call is made to DynamoDB to verify that
            your endpoint configuration exists. When you read data from a DynamoDB table supporting
            <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.ReadConsistency.html"><code>Eventually Consistent Reads</code></a>, the response might not reflect the
            results of a recently completed write operation. The response might include some stale
            data. If the dependent entities are not yet in DynamoDB, this causes a validation
            error. If you repeat your read request after a short time, the response should return
            the latest data. So retry logic is recommended to handle these possible issues. We
            also recommend that customers call <a>DescribeEndpointConfig</a> before calling <a>CreateEndpoint</a>
            to minimize the potential impact of a DynamoDB eventually consistent read.
            </para></note><para>
            When Amazon SageMaker receives the request, it sets the endpoint status to <code>Creating</code>.
            After it creates the endpoint, it sets the status to <code>InService</code>. Amazon
            SageMaker can then process incoming requests for inferences. To check the status of
            an endpoint, use the <a>DescribeEndpoint</a> API.
            </para><para>
            If any of the models hosted at this endpoint get model data from an Amazon S3 location,
            Amazon SageMaker uses Amazon Web Services Security Token Service to download model
            artifacts from the S3 path you provided. Amazon Web Services STS is activated in your
            IAM user account by default. If you previously deactivated Amazon Web Services STS
            for a region, you need to reactivate Amazon Web Services STS for that region. For
            more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html">Activating
            and Deactivating Amazon Web Services STS in an Amazon Web Services Region</a> in the
            <i>Amazon Web Services Identity and Access Management User Guide</i>.
            </para><note><para>
             To add the IAM role policies for using this API operation, go to the <a href="https://console.aws.amazon.com/iam/">IAM
            console</a>, and choose Roles in the left navigation pane. Search the IAM role that
            you want to grant access to use the <a>CreateEndpoint</a> and <a>CreateEndpointConfig</a>
            API operations, add the following policies to the role.
            </para><ul><li><para>
            Option 1: For a full SageMaker access, search and attach the <code>AmazonSageMakerFullAccess</code>
            policy.
            </para></li><li><para>
            Option 2: For granting a limited access to an IAM role, paste the following Action
            elements manually into the JSON file of the IAM role:
            </para><para><code>"Action": ["sagemaker:CreateEndpoint", "sagemaker:CreateEndpointConfig"]</code></para><para><code>"Resource": [</code></para><para><code>"arn:aws:sagemaker:region:account-id:endpoint/endpointName"</code></para><para><code>"arn:aws:sagemaker:region:account-id:endpoint-config/endpointConfigName"</code></para><para><code>]</code></para><para>
            For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/api-permissions-reference.html">SageMaker
            API Permissions: Actions, Permissions, and Resources Reference</a>.
            </para></li></ul></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMEndpointCmdlet.AutoRollbackConfiguration_Alarm">
            <summary>
            <para>
            <para>List of CloudWatch alarms in your account that are configured to monitor metrics on
            an endpoint. If any alarms are tripped during a deployment, SageMaker rolls back the
            deployment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMEndpointCmdlet.EndpointConfigName">
            <summary>
            <para>
            <para>The name of an endpoint configuration. For more information, see <a>CreateEndpointConfig</a>.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMEndpointCmdlet.EndpointName">
            <summary>
            <para>
            <para>The name of the endpoint.The name must be unique within an Amazon Web Services Region
            in your Amazon Web Services account. The name is case-insensitive in <code>CreateEndpoint</code>,
            but the case is preserved and must be matched in .</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMEndpointCmdlet.BlueGreenUpdatePolicy_MaximumExecutionTimeoutInSecond">
            <summary>
            <para>
            <para>Maximum execution timeout for the deployment. Note that the timeout value should be
            larger than the total waiting time specified in <code>TerminationWaitInSeconds</code>
            and <code>WaitIntervalInSeconds</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMEndpointCmdlet.Tag">
            <summary>
            <para>
            <para>An array of key-value pairs. You can use tags to categorize your Amazon Web Services
            resources in different ways, for example, by purpose, owner, or environment. For more
            information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging
            Amazon Web Services Resources</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMEndpointCmdlet.BlueGreenUpdatePolicy_TerminationWaitInSecond">
            <summary>
            <para>
            <para>Additional waiting time in seconds after the completion of an endpoint deployment
            before terminating the old endpoint fleet. Default is 0.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMEndpointCmdlet.CanarySize_Type">
            <summary>
            <para>
            <para>Specifies the endpoint capacity type.</para><ul><li><para><code>INSTANCE_COUNT</code>: The endpoint activates based on the number of instances.</para></li><li><para><code>CAPACITY_PERCENT</code>: The endpoint activates based on the specified percentage
            of capacity.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMEndpointCmdlet.LinearStepSize_Type">
            <summary>
            <para>
            <para>Specifies the endpoint capacity type.</para><ul><li><para><code>INSTANCE_COUNT</code>: The endpoint activates based on the number of instances.</para></li><li><para><code>CAPACITY_PERCENT</code>: The endpoint activates based on the specified percentage
            of capacity.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMEndpointCmdlet.TrafficRoutingConfiguration_Type">
            <summary>
            <para>
            <para>Traffic routing strategy type.</para><ul><li><para><code>ALL_AT_ONCE</code>: Endpoint traffic shifts to the new fleet in a single step.
            </para></li><li><para><code>CANARY</code>: Endpoint traffic shifts to the new fleet in two steps. The first
            step is the canary, which is a small portion of the traffic. The second step is the
            remainder of the traffic. </para></li><li><para><code>LINEAR</code>: Endpoint traffic shifts to the new fleet in n steps of a configurable
            size. </para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMEndpointCmdlet.CanarySize_Value">
            <summary>
            <para>
            <para>Defines the capacity size, either as a number of instances or a capacity percentage.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMEndpointCmdlet.LinearStepSize_Value">
            <summary>
            <para>
            <para>Defines the capacity size, either as a number of instances or a capacity percentage.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMEndpointCmdlet.TrafficRoutingConfiguration_WaitIntervalInSecond">
            <summary>
            <para>
            <para>The waiting time (in seconds) between incremental steps to turn on traffic on the
            new endpoint fleet.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMEndpointCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'EndpointArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.CreateEndpointResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.CreateEndpointResponse 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.SM.NewSMEndpointCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the EndpointConfigName parameter.
            The -PassThru parameter is deprecated, use -Select '^EndpointConfigName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMEndpointCmdlet.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.SM.NewSMEndpointConfigCmdlet">
            <summary>
            Creates an endpoint configuration that Amazon SageMaker hosting services uses to deploy
            models. In the configuration, you identify one or more models, created using the <code>CreateModel</code>
            API, to deploy and the resources that you want Amazon SageMaker to provision. Then
            you call the <a>CreateEndpoint</a> API.
             
             <note><para>
             Use this API if you want to use Amazon SageMaker hosting services to deploy models
            into production.
            </para></note><para>
            In the request, you define a <code>ProductionVariant</code>, for each model that you
            want to deploy. Each <code>ProductionVariant</code> parameter also describes the resources
            that you want Amazon SageMaker to provision. This includes the number and type of
            ML compute instances to deploy.
            </para><para>
            If you are hosting multiple models, you also assign a <code>VariantWeight</code> to
            specify how much traffic you want to allocate to each model. For example, suppose
            that you want to host two models, A and B, and you assign traffic weight 2 for model
            A and 1 for model B. Amazon SageMaker distributes two-thirds of the traffic to Model
            A, and one-third to model B.
            </para><note><para>
            When you call <a>CreateEndpoint</a>, a load call is made to DynamoDB to verify that
            your endpoint configuration exists. When you read data from a DynamoDB table supporting
            <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.ReadConsistency.html"><code>Eventually Consistent Reads</code></a>, the response might not reflect the
            results of a recently completed write operation. The response might include some stale
            data. If the dependent entities are not yet in DynamoDB, this causes a validation
            error. If you repeat your read request after a short time, the response should return
            the latest data. So retry logic is recommended to handle these possible issues. We
            also recommend that customers call <a>DescribeEndpointConfig</a> before calling <a>CreateEndpoint</a>
            to minimize the potential impact of a DynamoDB eventually consistent read.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMEndpointConfigCmdlet.DataCaptureConfig_CaptureOption">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMEndpointConfigCmdlet.CaptureContentTypeHeader_CsvContentType">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMEndpointConfigCmdlet.DataCaptureConfig_DestinationS3Uri">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMEndpointConfigCmdlet.DataCaptureConfig_EnableCapture">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMEndpointConfigCmdlet.EndpointConfigName">
            <summary>
            <para>
            <para>The name of the endpoint configuration. You specify this name in a <a>CreateEndpoint</a>
            request. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMEndpointConfigCmdlet.NotificationConfig_ErrorTopic">
            <summary>
            <para>
            <para>Amazon SNS topic to post a notification to when inference fails. If no topic is provided,
            no notification is sent on failure.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMEndpointConfigCmdlet.DataCaptureConfig_InitialSamplingPercentage">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMEndpointConfigCmdlet.CaptureContentTypeHeader_JsonContentType">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMEndpointConfigCmdlet.OutputConfig_KmsKeyId">
            <summary>
            <para>
            <para>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that
            Amazon SageMaker uses to encrypt the asynchronous inference output in Amazon S3.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMEndpointConfigCmdlet.DataCaptureConfig_KmsKeyId">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMEndpointConfigCmdlet.KmsKeyId">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key
            that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML
            compute instance that hosts the endpoint.</para><para>The KmsKeyId can be any of the following formats: </para><ul><li><para>Key ID: <code>1234abcd-12ab-34cd-56ef-1234567890ab</code></para></li><li><para>Key ARN: <code>arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</code></para></li><li><para>Alias name: <code>alias/ExampleAlias</code></para></li><li><para>Alias name ARN: <code>arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias</code></para></li></ul><para>The KMS key policy must grant permission to the IAM role that you specify in your
            <code>CreateEndpoint</code>, <code>UpdateEndpoint</code> requests. For more information,
            refer to the Amazon Web Services Key Management Service section<a href="https://docs.aws.amazon.com/kms/latest/developerguide/key-policies.html">
            Using Key Policies in Amazon Web Services KMS </a></para><note><para>Certain Nitro-based instances include local storage, dependent on the instance type.
            Local storage volumes are encrypted using a hardware module on the instance. You can't
            request a <code>KmsKeyId</code> when using an instance type with local storage. If
            any of the models that you specify in the <code>ProductionVariants</code> parameter
            use nitro-based instances with local storage, do not specify a value for the <code>KmsKeyId</code>
            parameter. If you specify a value for <code>KmsKeyId</code> when using any nitro-based
            instances with local storage, the call to <code>CreateEndpointConfig</code> fails.</para><para>For a list of instance types that support local instance storage, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html#instance-store-volumes">Instance
            Store Volumes</a>.</para><para>For more information about local instance storage encryption, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ssd-instance-store.html">SSD
            Instance Store Volumes</a>.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMEndpointConfigCmdlet.ClientConfig_MaxConcurrentInvocationsPerInstance">
            <summary>
            <para>
            <para>The maximum number of concurrent requests sent by the SageMaker client to the model
            container. If no value is provided, Amazon SageMaker will choose an optimal value
            for you.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMEndpointConfigCmdlet.ProductionVariant">
            <summary>
            <para>
            <para>An list of <code>ProductionVariant</code> objects, one for each model that you want
            to host at this endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMEndpointConfigCmdlet.OutputConfig_S3OutputPath">
            <summary>
            <para>
            <para>The Amazon S3 location to upload inference responses to.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMEndpointConfigCmdlet.NotificationConfig_SuccessTopic">
            <summary>
            <para>
            <para>Amazon SNS topic to post a notification to when inference completes successfully.
            If no topic is provided, no notification is sent on success.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMEndpointConfigCmdlet.Tag">
            <summary>
            <para>
            <para>An array of key-value pairs. You can use tags to categorize your Amazon Web Services
            resources in different ways, for example, by purpose, owner, or environment. For more
            information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging
            Amazon Web Services Resources</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMEndpointConfigCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'EndpointConfigArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.CreateEndpointConfigResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.CreateEndpointConfigResponse 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.SM.NewSMEndpointConfigCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the EndpointConfigName parameter.
            The -PassThru parameter is deprecated, use -Select '^EndpointConfigName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMEndpointConfigCmdlet.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.SM.NewSMExperimentCmdlet">
            <summary>
            Creates an SageMaker <i>experiment</i>. An experiment is a collection of <i>trials</i>
            that are observed, compared and evaluated as a group. A trial is a set of steps, called
            <i>trial components</i>, that produce a machine learning model.
             
              
            <para>
            The goal of an experiment is to determine the components that produce the best model.
            Multiple trials are performed, each one isolating and measuring the impact of a change
            to one or more inputs, while keeping the remaining inputs constant.
            </para><para>
            When you use SageMaker Studio or the SageMaker Python SDK, all experiments, trials,
            and trial components are automatically tracked, logged, and indexed. When you use
            the Amazon Web Services SDK for Python (Boto), you must use the logging APIs provided
            by the SDK.
            </para><para>
            You can add tags to experiments, trials, trial components and then use the <a>Search</a>
            API to search for the tags.
            </para><para>
            To add a description to an experiment, specify the optional <code>Description</code>
            parameter. To add a description later, or to change the description, call the <a>UpdateExperiment</a>
            API.
            </para><para>
            To get a list of all your experiments, call the <a>ListExperiments</a> API. To view
            an experiment's properties, call the <a>DescribeExperiment</a> API. To get a list
            of all the trials associated with an experiment, call the <a>ListTrials</a> API. To
            create a trial call the <a>CreateTrial</a> API.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMExperimentCmdlet.Description">
            <summary>
            <para>
            <para>The description of the experiment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMExperimentCmdlet.DisplayName">
            <summary>
            <para>
            <para>The name of the experiment as displayed. The name doesn't need to be unique. If you
            don't specify <code>DisplayName</code>, the value in <code>ExperimentName</code> is
            displayed.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMExperimentCmdlet.ExperimentName">
            <summary>
            <para>
            <para>The name of the experiment. The name must be unique in your Amazon Web Services account
            and is not case-sensitive.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMExperimentCmdlet.Tag">
            <summary>
            <para>
            <para>A list of tags to associate with the experiment. You can use <a>Search</a> API to
            search on the tags.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMExperimentCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ExperimentArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.CreateExperimentResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.CreateExperimentResponse 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.SM.NewSMExperimentCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ExperimentName parameter.
            The -PassThru parameter is deprecated, use -Select '^ExperimentName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMExperimentCmdlet.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.SM.NewSMFeatureGroupCmdlet">
            <summary>
            Create a new <code>FeatureGroup</code>. A <code>FeatureGroup</code> is a group of
            <code>Features</code> defined in the <code>FeatureStore</code> to describe a <code>Record</code>.
             
             
              
            <para>
            The <code>FeatureGroup</code> defines the schema and features contained in the FeatureGroup.
            A <code>FeatureGroup</code> definition is composed of a list of <code>Features</code>,
            a <code>RecordIdentifierFeatureName</code>, an <code>EventTimeFeatureName</code> and
            configurations for its <code>OnlineStore</code> and <code>OfflineStore</code>. Check
            <a href="https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html">Amazon
            Web Services service quotas</a> to see the <code>FeatureGroup</code>s quota for your
            Amazon Web Services account.
            </para><important><para>
            You must include at least one of <code>OnlineStoreConfig</code> and <code>OfflineStoreConfig</code>
            to create a <code>FeatureGroup</code>.
            </para></important>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMFeatureGroupCmdlet.DataCatalogConfig_Catalog">
            <summary>
            <para>
            <para>The name of the Glue table catalog.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMFeatureGroupCmdlet.DataCatalogConfig_Database">
            <summary>
            <para>
            <para>The name of the Glue table database.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMFeatureGroupCmdlet.Description">
            <summary>
            <para>
            <para>A free-form description of a <code>FeatureGroup</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMFeatureGroupCmdlet.OfflineStoreConfig_DisableGlueTableCreation">
            <summary>
            <para>
            <para>Set to <code>True</code> to disable the automatic creation of an Amazon Web Services
            Glue table when configuring an <code>OfflineStore</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMFeatureGroupCmdlet.OnlineStoreConfig_EnableOnlineStore">
            <summary>
            <para>
            <para>Turn <code>OnlineStore</code> off by specifying <code>False</code> for the <code>EnableOnlineStore</code>
            flag. Turn <code>OnlineStore</code> on by specifying <code>True</code> for the <code>EnableOnlineStore</code>
            flag. </para><para>The default value is <code>False</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMFeatureGroupCmdlet.EventTimeFeatureName">
            <summary>
            <para>
            <para>The name of the feature that stores the <code>EventTime</code> of a <code>Record</code>
            in a <code>FeatureGroup</code>.</para><para>An <code>EventTime</code> is a point in time when a new event occurs that corresponds
            to the creation or update of a <code>Record</code> in a <code>FeatureGroup</code>.
            All <code>Records</code> in the <code>FeatureGroup</code> must have a corresponding
            <code>EventTime</code>.</para><para>An <code>EventTime</code> can be a <code>String</code> or <code>Fractional</code>.
            </para><ul><li><para><code>Fractional</code>: <code>EventTime</code> feature values must be a Unix timestamp
            in seconds.</para></li><li><para><code>String</code>: <code>EventTime</code> feature values must be an ISO-8601 string
            in the format. The following formats are supported <code>yyyy-MM-dd'T'HH:mm:ssZ</code>
            and <code>yyyy-MM-dd'T'HH:mm:ss.SSSZ</code> where <code>yyyy</code>, <code>MM</code>,
            and <code>dd</code> represent the year, month, and day respectively and <code>HH</code>,
            <code>mm</code>, <code>ss</code>, and if applicable, <code>SSS</code> represent the
            hour, month, second and milliseconds respsectively. <code>'T'</code> and <code>Z</code>
            are constants.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMFeatureGroupCmdlet.FeatureDefinition">
            <summary>
            <para>
            <para>A list of <code>Feature</code> names and types. <code>Name</code> and <code>Type</code>
            is compulsory per <code>Feature</code>. </para><para>Valid feature <code>FeatureType</code>s are <code>Integral</code>, <code>Fractional</code>
            and <code>String</code>.</para><para><code>FeatureName</code>s cannot be any of the following: <code>is_deleted</code>,
            <code>write_time</code>, <code>api_invocation_time</code></para><para>You can create up to 2,500 <code>FeatureDefinition</code>s per <code>FeatureGroup</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMFeatureGroupCmdlet.FeatureGroupName">
            <summary>
            <para>
            <para>The name of the <code>FeatureGroup</code>. The name must be unique within an Amazon
            Web Services Region in an Amazon Web Services account. The name:</para><ul><li><para>Must start and end with an alphanumeric character.</para></li><li><para>Can only contain alphanumeric character and hyphens. Spaces are not allowed. </para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMFeatureGroupCmdlet.S3StorageConfig_KmsKeyId">
            <summary>
            <para>
            <para>The Amazon Web Services Key Management Service (KMS) key ID of the key used to encrypt
            any objects written into the <code>OfflineStore</code> S3 location.</para><para>The IAM <code>roleARN</code> that is passed as a parameter to <code>CreateFeatureGroup</code>
            must have below permissions to the <code>KmsKeyId</code>:</para><ul><li><para><code>"kms:GenerateDataKey"</code></para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMFeatureGroupCmdlet.SecurityConfig_KmsKeyId">
            <summary>
            <para>
            <para>The ID of the Amazon Web Services Key Management Service (Amazon Web Services KMS)
            key that SageMaker Feature Store uses to encrypt the Amazon S3 objects at rest using
            Amazon S3 server-side encryption.</para><para>The caller (either IAM user or IAM role) of <code>CreateFeatureGroup</code> must have
            below permissions to the <code>OnlineStore</code><code>KmsKeyId</code>:</para><ul><li><para><code>"kms:Encrypt"</code></para></li><li><para><code>"kms:Decrypt"</code></para></li><li><para><code>"kms:DescribeKey"</code></para></li><li><para><code>"kms:CreateGrant"</code></para></li><li><para><code>"kms:RetireGrant"</code></para></li><li><para><code>"kms:ReEncryptFrom"</code></para></li><li><para><code>"kms:ReEncryptTo"</code></para></li><li><para><code>"kms:GenerateDataKey"</code></para></li><li><para><code>"kms:ListAliases"</code></para></li><li><para><code>"kms:ListGrants"</code></para></li><li><para><code>"kms:RevokeGrant"</code></para></li></ul><para>The caller (either IAM user or IAM role) to all DataPlane operations (<code>PutRecord</code>,
            <code>GetRecord</code>, <code>DeleteRecord</code>) must have the following permissions
            to the <code>KmsKeyId</code>:</para><ul><li><para><code>"kms:Decrypt"</code></para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMFeatureGroupCmdlet.RecordIdentifierFeatureName">
            <summary>
            <para>
            <para>The name of the <code>Feature</code> whose value uniquely identifies a <code>Record</code>
            defined in the <code>FeatureStore</code>. Only the latest record per identifier value
            will be stored in the <code>OnlineStore</code>. <code>RecordIdentifierFeatureName</code>
            must be one of feature definitions' names.</para><para>You use the <code>RecordIdentifierFeatureName</code> to access data in a <code>FeatureStore</code>.</para><para>This name:</para><ul><li><para>Must start and end with an alphanumeric character.</para></li><li><para>Can only contains alphanumeric characters, hyphens, underscores. Spaces are not allowed.
            </para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMFeatureGroupCmdlet.S3StorageConfig_ResolvedOutputS3Uri">
            <summary>
            <para>
            <para>The S3 path where offline records are written.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMFeatureGroupCmdlet.RoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the IAM execution role used to persist data into
            the <code>OfflineStore</code> if an <code>OfflineStoreConfig</code> is provided.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMFeatureGroupCmdlet.S3StorageConfig_S3Uri">
            <summary>
            <para>
            <para>The S3 URI, or location in Amazon S3, of <code>OfflineStore</code>.</para><para>S3 URIs have a format similar to the following: <code>s3://example-bucket/prefix/</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMFeatureGroupCmdlet.DataCatalogConfig_TableName">
            <summary>
            <para>
            <para>The name of the Glue table.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMFeatureGroupCmdlet.Tag">
            <summary>
            <para>
            <para>Tags used to identify <code>Features</code> in each <code>FeatureGroup</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMFeatureGroupCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'FeatureGroupArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.CreateFeatureGroupResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.CreateFeatureGroupResponse 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.SM.NewSMFeatureGroupCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the FeatureGroupName parameter.
            The -PassThru parameter is deprecated, use -Select '^FeatureGroupName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMFeatureGroupCmdlet.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.SM.NewSMFlowDefinitionCmdlet">
            <summary>
            Creates a flow definition.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMFlowDefinitionCmdlet.HumanLoopRequestSource_AwsManagedHumanLoopRequestSource">
            <summary>
            <para>
            <para>Specifies whether Amazon Rekognition or Amazon Textract are used as the integration
            source. The default field settings and JSON parsing rules are different based on the
            integration source. Valid values:</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMFlowDefinitionCmdlet.AmountInUsd_Cent">
            <summary>
            <para>
            <para>The fractional portion, in cents, of the amount. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMFlowDefinitionCmdlet.AmountInUsd_Dollar">
            <summary>
            <para>
            <para>The whole number of dollars in the amount.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMFlowDefinitionCmdlet.FlowDefinitionName">
            <summary>
            <para>
            <para>The name of your flow definition.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMFlowDefinitionCmdlet.HumanLoopActivationConditionsConfig_HumanLoopActivationCondition">
            <summary>
            <para>
            <para>JSON expressing use-case specific conditions declaratively. If any condition is matched,
            atomic tasks are created against the configured work team. The set of conditions is
            different for Rekognition and Textract. For more information about how to structure
            the JSON, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/a2i-human-fallback-conditions-json-schema.html">JSON
            Schema for Human Loop Activation Conditions in Amazon Augmented AI</a> in the <i>Amazon
            SageMaker Developer Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMFlowDefinitionCmdlet.HumanLoopConfig_HumanTaskUiArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the human task user interface.</para><para>You can use standard HTML and Crowd HTML Elements to create a custom worker task template.
            You use this template to create a human task UI.</para><para>To learn how to create a custom HTML template, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/a2i-custom-templates.html">Create
            Custom Worker Task Template</a>.</para><para>To learn how to create a human task UI, which is a worker task template that can be
            used in a flow definition, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/a2i-worker-template-console.html">Create
            and Delete a Worker Task Templates</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMFlowDefinitionCmdlet.OutputConfig_KmsKeyId">
            <summary>
            <para>
            <para>The Amazon Key Management Service (KMS) key ID for server-side encryption.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMFlowDefinitionCmdlet.RoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the role needed to call other services on your behalf.
            For example, <code>arn:aws:iam::1234567890:role/service-role/AmazonSageMaker-ExecutionRole-20180111T151298</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMFlowDefinitionCmdlet.OutputConfig_S3OutputPath">
            <summary>
            <para>
            <para>The Amazon S3 path where the object containing human output will be made available.</para><para>To learn more about the format of Amazon A2I output data, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/a2i-output-data.html">Amazon
            A2I Output Data</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMFlowDefinitionCmdlet.Tag">
            <summary>
            <para>
            <para>An array of key-value pairs that contain metadata to help you categorize and organize
            a flow definition. Each tag consists of a key and a value, both of which you define.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMFlowDefinitionCmdlet.HumanLoopConfig_TaskAvailabilityLifetimeInSecond">
            <summary>
            <para>
            <para>The length of time that a task remains available for review by human workers.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMFlowDefinitionCmdlet.HumanLoopConfig_TaskCount">
            <summary>
            <para>
            <para>The number of distinct workers who will perform the same task on each object. For
            example, if <code>TaskCount</code> is set to <code>3</code> for an image classification
            labeling job, three workers will classify each input image. Increasing <code>TaskCount</code>
            can improve label accuracy.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMFlowDefinitionCmdlet.HumanLoopConfig_TaskDescription">
            <summary>
            <para>
            <para>A description for the human worker task.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMFlowDefinitionCmdlet.HumanLoopConfig_TaskKeyword">
            <summary>
            <para>
            <para>Keywords used to describe the task so that workers can discover the task.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMFlowDefinitionCmdlet.HumanLoopConfig_TaskTimeLimitInSecond">
            <summary>
            <para>
            <para>The amount of time that a worker has to complete a task. The default value is 3,600
            seconds (1 hour).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMFlowDefinitionCmdlet.HumanLoopConfig_TaskTitle">
            <summary>
            <para>
            <para>A title for the human worker task.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMFlowDefinitionCmdlet.AmountInUsd_TenthFractionsOfACent">
            <summary>
            <para>
            <para>Fractions of a cent, in tenths.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMFlowDefinitionCmdlet.HumanLoopConfig_WorkteamArn">
            <summary>
            <para>
            <para>Amazon Resource Name (ARN) of a team of workers. To learn more about the types of
            workforces and work teams you can create and use with Amazon A2I, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-workforce-management.html">Create
            and Manage Workforces</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMFlowDefinitionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'FlowDefinitionArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.CreateFlowDefinitionResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.CreateFlowDefinitionResponse 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.SM.NewSMFlowDefinitionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the FlowDefinitionName parameter.
            The -PassThru parameter is deprecated, use -Select '^FlowDefinitionName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMFlowDefinitionCmdlet.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.SM.NewSMHumanTaskUiCmdlet">
            <summary>
            Defines the settings you will use for the human review workflow user interface. Reviewers
            will see a three-panel interface with an instruction area, the item to review, and
            an input area.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMHumanTaskUiCmdlet.UiTemplate_Content">
            <summary>
            <para>
            <para>The content of the Liquid template for the worker user interface.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMHumanTaskUiCmdlet.HumanTaskUiName">
            <summary>
            <para>
            <para>The name of the user interface you are creating.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMHumanTaskUiCmdlet.Tag">
            <summary>
            <para>
            <para>An array of key-value pairs that contain metadata to help you categorize and organize
            a human review workflow user interface. Each tag consists of a key and a value, both
            of which you define.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMHumanTaskUiCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'HumanTaskUiArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.CreateHumanTaskUiResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.CreateHumanTaskUiResponse 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.SM.NewSMHumanTaskUiCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the HumanTaskUiName parameter.
            The -PassThru parameter is deprecated, use -Select '^HumanTaskUiName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMHumanTaskUiCmdlet.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.SM.NewSMHyperParameterTuningJobCmdlet">
            <summary>
            Starts a hyperparameter tuning job. A hyperparameter tuning job finds the best version
            of a model by running many training jobs on your dataset using the algorithm you choose
            and values for hyperparameters within ranges that you specify. It then chooses the
            hyperparameter values that result in a model that performs the best, as measured by
            an objective metric that you choose.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMHyperParameterTuningJobCmdlet.AlgorithmSpecification_AlgorithmName">
            <summary>
            <para>
            <para>The name of the resource algorithm to use for the hyperparameter tuning job. If you
            specify a value for this parameter, do not specify a value for <code>TrainingImage</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMHyperParameterTuningJobCmdlet.ParameterRanges_CategoricalParameterRange">
            <summary>
            <para>
            <para>The array of <a>CategoricalParameterRange</a> objects that specify ranges of categorical
            hyperparameters that a hyperparameter tuning job searches.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMHyperParameterTuningJobCmdlet.HyperParameterRanges_CategoricalParameterRange">
            <summary>
            <para>
            <para>The array of <a>CategoricalParameterRange</a> objects that specify ranges of categorical
            hyperparameters that a hyperparameter tuning job searches.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMHyperParameterTuningJobCmdlet.ParameterRanges_ContinuousParameterRange">
            <summary>
            <para>
            <para>The array of <a>ContinuousParameterRange</a> objects that specify ranges of continuous
            hyperparameters that a hyperparameter tuning job searches.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMHyperParameterTuningJobCmdlet.HyperParameterRanges_ContinuousParameterRange">
            <summary>
            <para>
            <para>The array of <a>ContinuousParameterRange</a> objects that specify ranges of continuous
            hyperparameters that a hyperparameter tuning job searches.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMHyperParameterTuningJobCmdlet.TrainingJobDefinition_DefinitionName">
            <summary>
            <para>
            <para>The job definition name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMHyperParameterTuningJobCmdlet.TrainingJobDefinition_EnableInterContainerTrafficEncryption">
            <summary>
            <para>
            <para>To encrypt all communications between ML compute instances in distributed training,
            choose <code>True</code>. Encryption provides greater security for distributed training,
            but training might take longer. How long it takes depends on the amount of communication
            between compute instances, especially if you use a deep learning algorithm in distributed
            training.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMHyperParameterTuningJobCmdlet.TrainingJobDefinition_EnableManagedSpotTraining">
            <summary>
            <para>
            <para>A Boolean indicating whether managed spot training is enabled (<code>True</code>)
            or not (<code>False</code>).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMHyperParameterTuningJobCmdlet.TrainingJobDefinition_EnableNetworkIsolation">
            <summary>
            <para>
            <para>Isolates the training container. No inbound or outbound network calls can be made,
            except for calls between peers within a training cluster for distributed training.
            If network isolation is used for training jobs that are configured to use a VPC, Amazon
            SageMaker downloads and uploads customer data and model artifacts through the specified
            VPC, but the training container does not have network access.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMHyperParameterTuningJobCmdlet.HyperParameterTuningJobName">
            <summary>
            <para>
            <para>The name of the tuning job. This name is the prefix for the names of all training
            jobs that this tuning job launches. The name must be unique within the same Amazon
            Web Services account and Amazon Web Services Region. The name must have 1 to 32 characters.
            Valid characters are a-z, A-Z, 0-9, and : + = @ _ % - (hyphen). The name is not case
            sensitive.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMHyperParameterTuningJobCmdlet.TrainingJobDefinition_InputDataConfig">
            <summary>
            <para>
            <para>An array of <a>Channel</a> objects that specify the input for the training jobs that
            the tuning job launches.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMHyperParameterTuningJobCmdlet.ParameterRanges_IntegerParameterRange">
            <summary>
            <para>
            <para>The array of <a>IntegerParameterRange</a> objects that specify ranges of integer hyperparameters
            that a hyperparameter tuning job searches.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMHyperParameterTuningJobCmdlet.HyperParameterRanges_IntegerParameterRange">
            <summary>
            <para>
            <para>The array of <a>IntegerParameterRange</a> objects that specify ranges of integer hyperparameters
            that a hyperparameter tuning job searches.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMHyperParameterTuningJobCmdlet.CheckpointConfig_LocalPath">
            <summary>
            <para>
            <para>(Optional) The local directory where checkpoints are written. The default directory
            is <code>/opt/ml/checkpoints/</code>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMHyperParameterTuningJobCmdlet.RetryStrategy_MaximumRetryAttempt">
            <summary>
            <para>
            <para>The number of times to retry the job. When the job is retried, it's <code>SecondaryStatus</code>
            is changed to <code>STARTING</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMHyperParameterTuningJobCmdlet.ResourceLimits_MaxNumberOfTrainingJob">
            <summary>
            <para>
            <para>The maximum number of training jobs that a hyperparameter tuning job can launch.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMHyperParameterTuningJobCmdlet.ResourceLimits_MaxParallelTrainingJob">
            <summary>
            <para>
            <para>The maximum number of concurrent training jobs that a hyperparameter tuning job can
            launch.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMHyperParameterTuningJobCmdlet.StoppingCondition_MaxRuntimeInSecond">
            <summary>
            <para>
            <para>The maximum length of time, in seconds, that a training or compilation job can run.</para><para>For compilation jobs, if the job does not complete during this time, you will receive
            a <code>TimeOut</code> error. We recommend starting with 900 seconds and increase
            as necessary based on your model.</para><para>For all other jobs, if the job does not complete during this time, Amazon SageMaker
            ends the job. When <code>RetryStrategy</code> is specified in the job request, <code>MaxRuntimeInSeconds</code>
            specifies the maximum time for all of the attempts in total, not each individual attempt.
            The default value is 1 day. The maximum value is 28 days.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMHyperParameterTuningJobCmdlet.StoppingCondition_MaxWaitTimeInSecond">
            <summary>
            <para>
            <para>The maximum length of time, in seconds, that a managed Spot training job has to complete.
            It is the amount of time spent waiting for Spot capacity plus the amount of time the
            job can run. It must be equal to or greater than <code>MaxRuntimeInSeconds</code>.
            If the job does not complete during this time, Amazon SageMaker ends the job.</para><para>When <code>RetryStrategy</code> is specified in the job request, <code>MaxWaitTimeInSeconds</code>
            specifies the maximum time for all of the attempts in total, not each individual attempt.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMHyperParameterTuningJobCmdlet.AlgorithmSpecification_MetricDefinition">
            <summary>
            <para>
            <para>An array of <a>MetricDefinition</a> objects that specify the metrics that the algorithm
            emits.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMHyperParameterTuningJobCmdlet.HyperParameterTuningJobObjective_MetricName">
            <summary>
            <para>
            <para>The name of the metric to use for the objective metric.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMHyperParameterTuningJobCmdlet.TuningObjective_MetricName">
            <summary>
            <para>
            <para>The name of the metric to use for the objective metric.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMHyperParameterTuningJobCmdlet.TrainingJobDefinition_OutputDataConfig">
            <summary>
            <para>
            <para>Specifies the path to the Amazon S3 bucket where you store model artifacts from the
            training jobs that the tuning job launches.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMHyperParameterTuningJobCmdlet.WarmStartConfig_ParentHyperParameterTuningJob">
            <summary>
            <para>
            <para>An array of hyperparameter tuning jobs that are used as the starting point for the
            new hyperparameter tuning job. For more information about warm starting a hyperparameter
            tuning job, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/automatic-model-tuning-warm-start.html">Using
            a Previous Hyperparameter Tuning Job as a Starting Point</a>.</para><para>Hyperparameter tuning jobs created before October 1, 2018 cannot be used as parent
            jobs for warm start tuning jobs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMHyperParameterTuningJobCmdlet.TrainingJobDefinition_ResourceConfig">
            <summary>
            <para>
            <para>The resources, including the compute instances and storage volumes, to use for the
            training jobs that the tuning job launches.</para><para>Storage volumes store model artifacts and incremental states. Training algorithms
            might also use storage volumes for scratch space. If you want Amazon SageMaker to
            use the storage volume to store the training data, choose <code>File</code> as the
            <code>TrainingInputMode</code> in the algorithm specification. For distributed training
            algorithms, specify an instance count greater than 1.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMHyperParameterTuningJobCmdlet.TrainingJobDefinition_RoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the IAM role associated with the training jobs that
            the tuning job launches.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMHyperParameterTuningJobCmdlet.CheckpointConfig_S3Uri">
            <summary>
            <para>
            <para>Identifies the S3 path where you want Amazon SageMaker to store checkpoints. For example,
            <code>s3://bucket-name/key-name-prefix</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMHyperParameterTuningJobCmdlet.VpcConfig_SecurityGroupId">
            <summary>
            <para>
            <para>The VPC security group IDs, in the form sg-xxxxxxxx. Specify the security groups for
            the VPC that is specified in the <code>Subnets</code> field.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMHyperParameterTuningJobCmdlet.TrainingJobDefinition_StaticHyperParameter">
            <summary>
            <para>
            <para>Specifies the values of hyperparameters that do not change for the tuning job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMHyperParameterTuningJobCmdlet.HyperParameterTuningJobConfig_Strategy">
            <summary>
            <para>
            <para>Specifies how hyperparameter tuning chooses the combinations of hyperparameter values
            to use for the training job it launches. To use the Bayesian search strategy, set
            this to <code>Bayesian</code>. To randomly search, set it to <code>Random</code>.
            For information about search strategies, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/automatic-model-tuning-how-it-works.html">How
            Hyperparameter Tuning Works</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMHyperParameterTuningJobCmdlet.VpcConfig_Subnet">
            <summary>
            <para>
            <para>The ID of the subnets in the VPC to which you want to connect your training job or
            model. For information about the availability of specific instance types, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/instance-types-az.html">Supported
            Instance Types and Availability Zones</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMHyperParameterTuningJobCmdlet.Tag">
            <summary>
            <para>
            <para>An array of key-value pairs. You can use tags to categorize your Amazon Web Services
            resources in different ways, for example, by purpose, owner, or environment. For more
            information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging
            Amazon Web Services Resources</a>.</para><para>Tags that you specify for the tuning job are also added to all training jobs that
            the tuning job launches.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMHyperParameterTuningJobCmdlet.TuningJobCompletionCriteria_TargetObjectiveMetricValue">
            <summary>
            <para>
            <para>The value of the objective metric.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMHyperParameterTuningJobCmdlet.AlgorithmSpecification_TrainingImage">
            <summary>
            <para>
            <para> The registry path of the Docker image that contains the training algorithm. For information
            about Docker registry paths for built-in algorithms, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-algo-docker-registry-paths.html">Algorithms
            Provided by Amazon SageMaker: Common Parameters</a>. Amazon SageMaker supports both
            <code>registry/repository[:tag]</code> and <code>registry/repository[@digest]</code>
            image path formats. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html">Using
            Your Own Algorithms with Amazon SageMaker</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMHyperParameterTuningJobCmdlet.AlgorithmSpecification_TrainingInputMode">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMHyperParameterTuningJobCmdlet.TrainingJobDefinition">
            <summary>
            <para>
            <para>A list of the <a>HyperParameterTrainingJobDefinition</a> objects launched for this
            tuning job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMHyperParameterTuningJobCmdlet.HyperParameterTuningJobConfig_TrainingJobEarlyStoppingType">
            <summary>
            <para>
            <para>Specifies whether to use early stopping for training jobs launched by the hyperparameter
            tuning job. This can be one of the following values (the default value is <code>OFF</code>):</para><dl><dt>OFF</dt><dd><para>Training jobs launched by the hyperparameter tuning job do not use early stopping.</para></dd><dt>AUTO</dt><dd><para>Amazon SageMaker stops training jobs launched by the hyperparameter tuning job when
            they are unlikely to perform better than previously completed training jobs. For more
            information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/automatic-model-tuning-early-stopping.html">Stop
            Training Jobs Early</a>.</para></dd></dl>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMHyperParameterTuningJobCmdlet.HyperParameterTuningJobObjective_Type">
            <summary>
            <para>
            <para>Whether to minimize or maximize the objective metric.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMHyperParameterTuningJobCmdlet.TuningObjective_Type">
            <summary>
            <para>
            <para>Whether to minimize or maximize the objective metric.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMHyperParameterTuningJobCmdlet.WarmStartConfig_WarmStartType">
            <summary>
            <para>
            <para>Specifies one of the following:</para><dl><dt>IDENTICAL_DATA_AND_ALGORITHM</dt><dd><para>The new hyperparameter tuning job uses the same input data and training image as the
            parent tuning jobs. You can change the hyperparameter ranges to search and the maximum
            number of training jobs that the hyperparameter tuning job launches. You cannot use
            a new version of the training algorithm, unless the changes in the new version do
            not affect the algorithm itself. For example, changes that improve logging or adding
            support for a different data format are allowed. You can also change hyperparameters
            from tunable to static, and from static to tunable, but the total number of static
            plus tunable hyperparameters must remain the same as it is in all parent jobs. The
            objective metric for the new tuning job must be the same as for all parent jobs.</para></dd><dt>TRANSFER_LEARNING</dt><dd><para>The new hyperparameter tuning job can include input data, hyperparameter ranges, maximum
            number of concurrent training jobs, and maximum number of training jobs that are different
            than those of its parent hyperparameter tuning jobs. The training image can also be
            a different version from the version used in the parent hyperparameter tuning job.
            You can also change hyperparameters from tunable to static, and from static to tunable,
            but the total number of static plus tunable hyperparameters must remain the same as
            it is in all parent jobs. The objective metric for the new tuning job must be the
            same as for all parent jobs.</para></dd></dl>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMHyperParameterTuningJobCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'HyperParameterTuningJobArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.CreateHyperParameterTuningJobResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.CreateHyperParameterTuningJobResponse 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.SM.NewSMHyperParameterTuningJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the HyperParameterTuningJobName parameter.
            The -PassThru parameter is deprecated, use -Select '^HyperParameterTuningJobName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMHyperParameterTuningJobCmdlet.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.SM.NewSMImageCmdlet">
            <summary>
            Creates a custom SageMaker image. A SageMaker image is a set of image versions. Each
            image version represents a container image stored in Amazon Container Registry (ECR).
            For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/studio-byoi.html">Bring
            your own SageMaker image</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMImageCmdlet.Description">
            <summary>
            <para>
            <para>The description of the image.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMImageCmdlet.DisplayName">
            <summary>
            <para>
            <para>The display name of the image. If not provided, <code>ImageName</code> is displayed.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMImageCmdlet.ImageName">
            <summary>
            <para>
            <para>The name of the image. Must be unique to your account.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMImageCmdlet.RoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform
            tasks on your behalf.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMImageCmdlet.Tag">
            <summary>
            <para>
            <para>A list of tags to apply to the image.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMImageCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ImageArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.CreateImageResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.CreateImageResponse 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.SM.NewSMImageCmdlet.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.SM.NewSMImageVersionCmdlet">
            <summary>
            Creates a version of the SageMaker image specified by <code>ImageName</code>. The
            version represents the Amazon Container Registry (ECR) container image specified by
            <code>BaseImage</code>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMImageVersionCmdlet.BaseImage">
            <summary>
            <para>
            <para>The registry path of the container image to use as the starting point for this version.
            The path is an Amazon Container Registry (ECR) URI in the following format:</para><para><code>&lt;acct-id&gt;.dkr.ecr.&lt;region&gt;.amazonaws.com/&lt;repo-name[:tag] or
            [@digest]&gt;</code></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMImageVersionCmdlet.ImageName">
            <summary>
            <para>
            <para>The <code>ImageName</code> of the <code>Image</code> to create a version of.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMImageVersionCmdlet.ClientToken">
            <summary>
            <para>
            <para>A unique ID. If not specified, the Amazon Web Services CLI and Amazon Web Services
            SDKs, such as the SDK for Python (Boto3), add a unique value to the call.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMImageVersionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ImageVersionArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.CreateImageVersionResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.CreateImageVersionResponse 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.SM.NewSMImageVersionCmdlet.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.SM.NewSMLabelingJobCmdlet">
            <summary>
            Creates a job that uses workers to label the data objects in your input dataset. You
            can use the labeled data to train machine learning models.
             
              
            <para>
            You can select your workforce from one of three providers:
            </para><ul><li><para>
            A private workforce that you create. It can include employees, contractors, and outside
            experts. Use a private workforce when want the data to stay within your organization
            or when a specific set of skills is required.
            </para></li><li><para>
            One or more vendors that you select from the Amazon Web Services Marketplace. Vendors
            provide expertise in specific areas.
            </para></li><li><para>
            The Amazon Mechanical Turk workforce. This is the largest workforce, but it should
            only be used for public data or data that has been stripped of any personally identifiable
            information.
            </para></li></ul><para>
            You can also use <i>automated data labeling</i> to reduce the number of data objects
            that need to be labeled by a human. Automated data labeling uses <i>active learning</i>
            to determine if a data object can be labeled by machine or if it needs to be sent
            to a human worker. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-automated-labeling.html">Using
            Automated Data Labeling</a>.
            </para><para>
            The data objects to be labeled are contained in an Amazon S3 bucket. You create a
            <i>manifest file</i> that describes the location of each object. For more information,
            see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-data.html">Using
            Input and Output Data</a>.
            </para><para>
            The output can be used as the manifest file for another labeling job or as training
            data for your machine learning models.
            </para><para>
            You can use this operation to create a static labeling job or a streaming labeling
            job. A static labeling job stops if all data objects in the input manifest file identified
            in <code>ManifestS3Uri</code> have been labeled. A streaming labeling job runs perpetually
            until it is manually stopped, or remains idle for 10 days. You can send new data objects
            to an active (<code>InProgress</code>) streaming labeling job in real time. To learn
            how to create a static labeling job, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-create-labeling-job-api.html">Create
            a Labeling Job (API) </a> in the Amazon SageMaker Developer Guide. To learn how to
            create a streaming labeling job, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-streaming-create-job.html">Create
            a Streaming Labeling Job</a>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMLabelingJobCmdlet.AnnotationConsolidationConfig_AnnotationConsolidationLambdaArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of a Lambda function implements the logic for <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-annotation-consolidation.html">annotation
            consolidation</a> and to process output data.</para><para>This parameter is required for all labeling jobs. For <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-task-types.html">built-in
            task types</a>, use one of the following Amazon SageMaker Ground Truth Lambda function
            ARNs for <code>AnnotationConsolidationLambdaArn</code>. For custom labeling workflows,
            see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-custom-templates-step3.html#sms-custom-templates-step3-postlambda">Post-annotation
            Lambda</a>. </para><para><b>Bounding box</b> - Finds the most similar boxes from different workers based on
            the Jaccard index of the boxes.</para><ul><li><para><code>arn:aws:lambda:us-east-1:432418664414:function:ACS-BoundingBox</code></para></li><li><para><code>arn:aws:lambda:us-east-2:266458841044:function:ACS-BoundingBox</code></para></li><li><para><code>arn:aws:lambda:us-west-2:081040173940:function:ACS-BoundingBox</code></para></li><li><para><code>arn:aws:lambda:eu-west-1:568282634449:function:ACS-BoundingBox</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-BoundingBox</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-BoundingBox</code></para></li><li><para><code>arn:aws:lambda:ap-south-1:565803892007:function:ACS-BoundingBox</code></para></li><li><para><code>arn:aws:lambda:eu-central-1:203001061592:function:ACS-BoundingBox</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-BoundingBox</code></para></li><li><para><code>arn:aws:lambda:eu-west-2:487402164563:function:ACS-BoundingBox</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-BoundingBox</code></para></li><li><para><code>arn:aws:lambda:ca-central-1:918755190332:function:ACS-BoundingBox</code></para></li></ul><para><b>Image classification</b> - Uses a variant of the Expectation Maximization approach
            to estimate the true class of an image based on annotations from individual workers.</para><ul><li><para><code>arn:aws:lambda:us-east-1:432418664414:function:ACS-ImageMultiClass</code></para></li><li><para><code>arn:aws:lambda:us-east-2:266458841044:function:ACS-ImageMultiClass</code></para></li><li><para><code>arn:aws:lambda:us-west-2:081040173940:function:ACS-ImageMultiClass</code></para></li><li><para><code>arn:aws:lambda:eu-west-1:568282634449:function:ACS-ImageMultiClass</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-ImageMultiClass</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-ImageMultiClass</code></para></li><li><para><code>arn:aws:lambda:ap-south-1:565803892007:function:ACS-ImageMultiClass</code></para></li><li><para><code>arn:aws:lambda:eu-central-1:203001061592:function:ACS-ImageMultiClass</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-ImageMultiClass</code></para></li><li><para><code>arn:aws:lambda:eu-west-2:487402164563:function:ACS-ImageMultiClass</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-ImageMultiClass</code></para></li><li><para><code>arn:aws:lambda:ca-central-1:918755190332:function:ACS-ImageMultiClass</code></para></li></ul><para><b>Multi-label image classification</b> - Uses a variant of the Expectation Maximization
            approach to estimate the true classes of an image based on annotations from individual
            workers.</para><ul><li><para><code>arn:aws:lambda:us-east-1:432418664414:function:ACS-ImageMultiClassMultiLabel</code></para></li><li><para><code>arn:aws:lambda:us-east-2:266458841044:function:ACS-ImageMultiClassMultiLabel</code></para></li><li><para><code>arn:aws:lambda:us-west-2:081040173940:function:ACS-ImageMultiClassMultiLabel</code></para></li><li><para><code>arn:aws:lambda:eu-west-1:568282634449:function:ACS-ImageMultiClassMultiLabel</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-ImageMultiClassMultiLabel</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-ImageMultiClassMultiLabel</code></para></li><li><para><code>arn:aws:lambda:ap-south-1:565803892007:function:ACS-ImageMultiClassMultiLabel</code></para></li><li><para><code>arn:aws:lambda:eu-central-1:203001061592:function:ACS-ImageMultiClassMultiLabel</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-ImageMultiClassMultiLabel</code></para></li><li><para><code>arn:aws:lambda:eu-west-2:487402164563:function:ACS-ImageMultiClassMultiLabel</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-ImageMultiClassMultiLabel</code></para></li><li><para><code>arn:aws:lambda:ca-central-1:918755190332:function:ACS-ImageMultiClassMultiLabel</code></para></li></ul><para><b>Semantic segmentation</b> - Treats each pixel in an image as a multi-class classification
            and treats pixel annotations from workers as "votes" for the correct label.</para><ul><li><para><code>arn:aws:lambda:us-east-1:432418664414:function:ACS-SemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:us-east-2:266458841044:function:ACS-SemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:us-west-2:081040173940:function:ACS-SemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:eu-west-1:568282634449:function:ACS-SemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-SemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-SemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-south-1:565803892007:function:ACS-SemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:eu-central-1:203001061592:function:ACS-SemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-SemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:eu-west-2:487402164563:function:ACS-SemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-SemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ca-central-1:918755190332:function:ACS-SemanticSegmentation</code></para></li></ul><para><b>Text classification</b> - Uses a variant of the Expectation Maximization approach
            to estimate the true class of text based on annotations from individual workers.</para><ul><li><para><code>arn:aws:lambda:us-east-1:432418664414:function:ACS-TextMultiClass</code></para></li><li><para><code>arn:aws:lambda:us-east-2:266458841044:function:ACS-TextMultiClass</code></para></li><li><para><code>arn:aws:lambda:us-west-2:081040173940:function:ACS-TextMultiClass</code></para></li><li><para><code>arn:aws:lambda:eu-west-1:568282634449:function:ACS-TextMultiClass</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-TextMultiClass</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-TextMultiClass</code></para></li><li><para><code>arn:aws:lambda:ap-south-1:565803892007:function:ACS-TextMultiClass</code></para></li><li><para><code>arn:aws:lambda:eu-central-1:203001061592:function:ACS-TextMultiClass</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-TextMultiClass</code></para></li><li><para><code>arn:aws:lambda:eu-west-2:487402164563:function:ACS-TextMultiClass</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-TextMultiClass</code></para></li><li><para><code>arn:aws:lambda:ca-central-1:918755190332:function:ACS-TextMultiClass</code></para></li></ul><para><b>Multi-label text classification</b> - Uses a variant of the Expectation Maximization
            approach to estimate the true classes of text based on annotations from individual
            workers.</para><ul><li><para><code>arn:aws:lambda:us-east-1:432418664414:function:ACS-TextMultiClassMultiLabel</code></para></li><li><para><code>arn:aws:lambda:us-east-2:266458841044:function:ACS-TextMultiClassMultiLabel</code></para></li><li><para><code>arn:aws:lambda:us-west-2:081040173940:function:ACS-TextMultiClassMultiLabel</code></para></li><li><para><code>arn:aws:lambda:eu-west-1:568282634449:function:ACS-TextMultiClassMultiLabel</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-TextMultiClassMultiLabel</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-TextMultiClassMultiLabel</code></para></li><li><para><code>arn:aws:lambda:ap-south-1:565803892007:function:ACS-TextMultiClassMultiLabel</code></para></li><li><para><code>arn:aws:lambda:eu-central-1:203001061592:function:ACS-TextMultiClassMultiLabel</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-TextMultiClassMultiLabel</code></para></li><li><para><code>arn:aws:lambda:eu-west-2:487402164563:function:ACS-TextMultiClassMultiLabel</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-TextMultiClassMultiLabel</code></para></li><li><para><code>arn:aws:lambda:ca-central-1:918755190332:function:ACS-TextMultiClassMultiLabel</code></para></li></ul><para><b>Named entity recognition</b> - Groups similar selections and calculates aggregate
            boundaries, resolving to most-assigned label.</para><ul><li><para><code>arn:aws:lambda:us-east-1:432418664414:function:ACS-NamedEntityRecognition</code></para></li><li><para><code>arn:aws:lambda:us-east-2:266458841044:function:ACS-NamedEntityRecognition</code></para></li><li><para><code>arn:aws:lambda:us-west-2:081040173940:function:ACS-NamedEntityRecognition</code></para></li><li><para><code>arn:aws:lambda:eu-west-1:568282634449:function:ACS-NamedEntityRecognition</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-NamedEntityRecognition</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-NamedEntityRecognition</code></para></li><li><para><code>arn:aws:lambda:ap-south-1:565803892007:function:ACS-NamedEntityRecognition</code></para></li><li><para><code>arn:aws:lambda:eu-central-1:203001061592:function:ACS-NamedEntityRecognition</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-NamedEntityRecognition</code></para></li><li><para><code>arn:aws:lambda:eu-west-2:487402164563:function:ACS-NamedEntityRecognition</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-NamedEntityRecognition</code></para></li><li><para><code>arn:aws:lambda:ca-central-1:918755190332:function:ACS-NamedEntityRecognition</code></para></li></ul><para><b>Video Classification</b> - Use this task type when you need workers to classify
            videos using predefined labels that you specify. Workers are shown videos and are
            asked to choose one label for each video.</para><ul><li><para><code>arn:aws:lambda:us-east-1:432418664414:function:ACS-VideoMultiClass</code></para></li><li><para><code>arn:aws:lambda:us-east-2:266458841044:function:ACS-VideoMultiClass</code></para></li><li><para><code>arn:aws:lambda:us-west-2:081040173940:function:ACS-VideoMultiClass</code></para></li><li><para><code>arn:aws:lambda:eu-west-1:568282634449:function:ACS-VideoMultiClass</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-VideoMultiClass</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-VideoMultiClass</code></para></li><li><para><code>arn:aws:lambda:ap-south-1:565803892007:function:ACS-VideoMultiClass</code></para></li><li><para><code>arn:aws:lambda:eu-central-1:203001061592:function:ACS-VideoMultiClass</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-VideoMultiClass</code></para></li><li><para><code>arn:aws:lambda:eu-west-2:487402164563:function:ACS-VideoMultiClass</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-VideoMultiClass</code></para></li><li><para><code>arn:aws:lambda:ca-central-1:918755190332:function:ACS-VideoMultiClass</code></para></li></ul><para><b>Video Frame Object Detection</b> - Use this task type to have workers identify
            and locate objects in a sequence of video frames (images extracted from a video) using
            bounding boxes. For example, you can use this task to ask workers to identify and
            localize various objects in a series of video frames, such as cars, bikes, and pedestrians.</para><ul><li><para><code>arn:aws:lambda:us-east-1:432418664414:function:ACS-VideoObjectDetection</code></para></li><li><para><code>arn:aws:lambda:us-east-2:266458841044:function:ACS-VideoObjectDetection</code></para></li><li><para><code>arn:aws:lambda:us-west-2:081040173940:function:ACS-VideoObjectDetection</code></para></li><li><para><code>arn:aws:lambda:eu-west-1:568282634449:function:ACS-VideoObjectDetection</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-VideoObjectDetection</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-VideoObjectDetection</code></para></li><li><para><code>arn:aws:lambda:ap-south-1:565803892007:function:ACS-VideoObjectDetection</code></para></li><li><para><code>arn:aws:lambda:eu-central-1:203001061592:function:ACS-VideoObjectDetection</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-VideoObjectDetection</code></para></li><li><para><code>arn:aws:lambda:eu-west-2:487402164563:function:ACS-VideoObjectDetection</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-VideoObjectDetection</code></para></li><li><para><code>arn:aws:lambda:ca-central-1:918755190332:function:ACS-VideoObjectDetection</code></para></li></ul><para><b>Video Frame Object Tracking</b> - Use this task type to have workers track the
            movement of objects in a sequence of video frames (images extracted from a video)
            using bounding boxes. For example, you can use this task to ask workers to track the
            movement of objects, such as cars, bikes, and pedestrians. </para><ul><li><para><code>arn:aws:lambda:us-east-1:432418664414:function:ACS-VideoObjectTracking</code></para></li><li><para><code>arn:aws:lambda:us-east-2:266458841044:function:ACS-VideoObjectTracking</code></para></li><li><para><code>arn:aws:lambda:us-west-2:081040173940:function:ACS-VideoObjectTracking</code></para></li><li><para><code>arn:aws:lambda:eu-west-1:568282634449:function:ACS-VideoObjectTracking</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-VideoObjectTracking</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-VideoObjectTracking</code></para></li><li><para><code>arn:aws:lambda:ap-south-1:565803892007:function:ACS-VideoObjectTracking</code></para></li><li><para><code>arn:aws:lambda:eu-central-1:203001061592:function:ACS-VideoObjectTracking</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-VideoObjectTracking</code></para></li><li><para><code>arn:aws:lambda:eu-west-2:487402164563:function:ACS-VideoObjectTracking</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-VideoObjectTracking</code></para></li><li><para><code>arn:aws:lambda:ca-central-1:918755190332:function:ACS-VideoObjectTracking</code></para></li></ul><para><b>3D Point Cloud Object Detection</b> - Use this task type when you want workers
            to classify objects in a 3D point cloud by drawing 3D cuboids around objects. For
            example, you can use this task type to ask workers to identify different types of
            objects in a point cloud, such as cars, bikes, and pedestrians.</para><ul><li><para><code>arn:aws:lambda:us-east-1:432418664414:function:ACS-3DPointCloudObjectDetection</code></para></li><li><para><code>arn:aws:lambda:us-east-2:266458841044:function:ACS-3DPointCloudObjectDetection</code></para></li><li><para><code>arn:aws:lambda:us-west-2:081040173940:function:ACS-3DPointCloudObjectDetection</code></para></li><li><para><code>arn:aws:lambda:eu-west-1:568282634449:function:ACS-3DPointCloudObjectDetection</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-3DPointCloudObjectDetection</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-3DPointCloudObjectDetection</code></para></li><li><para><code>arn:aws:lambda:ap-south-1:565803892007:function:ACS-3DPointCloudObjectDetection</code></para></li><li><para><code>arn:aws:lambda:eu-central-1:203001061592:function:ACS-3DPointCloudObjectDetection</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-3DPointCloudObjectDetection</code></para></li><li><para><code>arn:aws:lambda:eu-west-2:487402164563:function:ACS-3DPointCloudObjectDetection</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-3DPointCloudObjectDetection</code></para></li><li><para><code>arn:aws:lambda:ca-central-1:918755190332:function:ACS-3DPointCloudObjectDetection</code></para></li></ul><para><b>3D Point Cloud Object Tracking</b> - Use this task type when you want workers
            to draw 3D cuboids around objects that appear in a sequence of 3D point cloud frames.
            For example, you can use this task type to ask workers to track the movement of vehicles
            across multiple point cloud frames. </para><ul><li><para><code>arn:aws:lambda:us-east-1:432418664414:function:ACS-3DPointCloudObjectTracking</code></para></li><li><para><code>arn:aws:lambda:us-east-2:266458841044:function:ACS-3DPointCloudObjectTracking</code></para></li><li><para><code>arn:aws:lambda:us-west-2:081040173940:function:ACS-3DPointCloudObjectTracking</code></para></li><li><para><code>arn:aws:lambda:eu-west-1:568282634449:function:ACS-3DPointCloudObjectTracking</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-3DPointCloudObjectTracking</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-3DPointCloudObjectTracking</code></para></li><li><para><code>arn:aws:lambda:ap-south-1:565803892007:function:ACS-3DPointCloudObjectTracking</code></para></li><li><para><code>arn:aws:lambda:eu-central-1:203001061592:function:ACS-3DPointCloudObjectTracking</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-3DPointCloudObjectTracking</code></para></li><li><para><code>arn:aws:lambda:eu-west-2:487402164563:function:ACS-3DPointCloudObjectTracking</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-3DPointCloudObjectTracking</code></para></li><li><para><code>arn:aws:lambda:ca-central-1:918755190332:function:ACS-3DPointCloudObjectTracking</code></para></li></ul><para><b>3D Point Cloud Semantic Segmentation</b> - Use this task type when you want workers
            to create a point-level semantic segmentation masks by painting objects in a 3D point
            cloud using different colors where each color is assigned to one of the classes you
            specify.</para><ul><li><para><code>arn:aws:lambda:us-east-1:432418664414:function:ACS-3DPointCloudSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:us-east-2:266458841044:function:ACS-3DPointCloudSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:us-west-2:081040173940:function:ACS-3DPointCloudSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:eu-west-1:568282634449:function:ACS-3DPointCloudSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-3DPointCloudSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-3DPointCloudSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-south-1:565803892007:function:ACS-3DPointCloudSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:eu-central-1:203001061592:function:ACS-3DPointCloudSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-3DPointCloudSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:eu-west-2:487402164563:function:ACS-3DPointCloudSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-3DPointCloudSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ca-central-1:918755190332:function:ACS-3DPointCloudSemanticSegmentation</code></para></li></ul><para><b>Use the following ARNs for Label Verification and Adjustment Jobs</b></para><para>Use label verification and adjustment jobs to review and adjust labels. To learn more,
            see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-verification-data.html">Verify
            and Adjust Labels </a>.</para><para><b>Semantic Segmentation Adjustment</b> - Treats each pixel in an image as a multi-class
            classification and treats pixel adjusted annotations from workers as "votes" for the
            correct label.</para><ul><li><para><code>arn:aws:lambda:us-east-1:432418664414:function:ACS-AdjustmentSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:us-east-2:266458841044:function:ACS-AdjustmentSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:us-west-2:081040173940:function:ACS-AdjustmentSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:eu-west-1:568282634449:function:ACS-AdjustmentSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-AdjustmentSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-AdjustmentSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-south-1:565803892007:function:ACS-AdjustmentSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:eu-central-1:203001061592:function:ACS-AdjustmentSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-AdjustmentSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:eu-west-2:487402164563:function:ACS-AdjustmentSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-AdjustmentSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ca-central-1:918755190332:function:ACS-AdjustmentSemanticSegmentation</code></para></li></ul><para><b>Semantic Segmentation Verification</b> - Uses a variant of the Expectation Maximization
            approach to estimate the true class of verification judgment for semantic segmentation
            labels based on annotations from individual workers.</para><ul><li><para><code>arn:aws:lambda:us-east-1:432418664414:function:ACS-VerificationSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:us-east-2:266458841044:function:ACS-VerificationSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:us-west-2:081040173940:function:ACS-VerificationSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:eu-west-1:568282634449:function:ACS-VerificationSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-VerificationSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-VerificationSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-south-1:565803892007:function:ACS-VerificationSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:eu-central-1:203001061592:function:ACS-VerificationSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-VerificationSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:eu-west-2:487402164563:function:ACS-VerificationSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-VerificationSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ca-central-1:918755190332:function:ACS-VerificationSemanticSegmentation</code></para></li></ul><para><b>Bounding Box Adjustment</b> - Finds the most similar boxes from different workers
            based on the Jaccard index of the adjusted annotations.</para><ul><li><para><code>arn:aws:lambda:us-east-1:432418664414:function:ACS-AdjustmentBoundingBox</code></para></li><li><para><code>arn:aws:lambda:us-east-2:266458841044:function:ACS-AdjustmentBoundingBox</code></para></li><li><para><code>arn:aws:lambda:us-west-2:081040173940:function:ACS-AdjustmentBoundingBox</code></para></li><li><para><code>arn:aws:lambda:eu-west-1:568282634449:function:ACS-AdjustmentBoundingBox</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-AdjustmentBoundingBox</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-AdjustmentBoundingBox</code></para></li><li><para><code>arn:aws:lambda:ap-south-1:565803892007:function:ACS-AdjustmentBoundingBox</code></para></li><li><para><code>arn:aws:lambda:eu-central-1:203001061592:function:ACS-AdjustmentBoundingBox</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-AdjustmentBoundingBox</code></para></li><li><para><code>arn:aws:lambda:eu-west-2:487402164563:function:ACS-AdjustmentBoundingBox</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-AdjustmentBoundingBox</code></para></li><li><para><code>arn:aws:lambda:ca-central-1:918755190332:function:ACS-AdjustmentBoundingBox</code></para></li></ul><para><b>Bounding Box Verification</b> - Uses a variant of the Expectation Maximization
            approach to estimate the true class of verification judgement for bounding box labels
            based on annotations from individual workers.</para><ul><li><para><code>arn:aws:lambda:us-east-1:432418664414:function:ACS-VerificationBoundingBox</code></para></li><li><para><code>arn:aws:lambda:us-east-2:266458841044:function:ACS-VerificationBoundingBox</code></para></li><li><para><code>arn:aws:lambda:us-west-2:081040173940:function:ACS-VerificationBoundingBox</code></para></li><li><para><code>arn:aws:lambda:eu-west-1:568282634449:function:ACS-VerificationBoundingBox</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-VerificationBoundingBox</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-VerificationBoundingBox</code></para></li><li><para><code>arn:aws:lambda:ap-south-1:565803892007:function:ACS-VerificationBoundingBox</code></para></li><li><para><code>arn:aws:lambda:eu-central-1:203001061592:function:ACS-VerificationBoundingBox</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-VerificationBoundingBox</code></para></li><li><para><code>arn:aws:lambda:eu-west-2:487402164563:function:ACS-VerificationBoundingBox</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-VerificationBoundingBox</code></para></li><li><para><code>arn:aws:lambda:ca-central-1:918755190332:function:ACS-VerificationBoundingBox</code></para></li></ul><para><b>Video Frame Object Detection Adjustment</b> - Use this task type when you want
            workers to adjust bounding boxes that workers have added to video frames to classify
            and localize objects in a sequence of video frames.</para><ul><li><para><code>arn:aws:lambda:us-east-1:432418664414:function:ACS-AdjustmentVideoObjectDetection</code></para></li><li><para><code>arn:aws:lambda:us-east-2:266458841044:function:ACS-AdjustmentVideoObjectDetection</code></para></li><li><para><code>arn:aws:lambda:us-west-2:081040173940:function:ACS-AdjustmentVideoObjectDetection</code></para></li><li><para><code>arn:aws:lambda:eu-west-1:568282634449:function:ACS-AdjustmentVideoObjectDetection</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-AdjustmentVideoObjectDetection</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-AdjustmentVideoObjectDetection</code></para></li><li><para><code>arn:aws:lambda:ap-south-1:565803892007:function:ACS-AdjustmentVideoObjectDetection</code></para></li><li><para><code>arn:aws:lambda:eu-central-1:203001061592:function:ACS-AdjustmentVideoObjectDetection</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-AdjustmentVideoObjectDetection</code></para></li><li><para><code>arn:aws:lambda:eu-west-2:487402164563:function:ACS-AdjustmentVideoObjectDetection</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-AdjustmentVideoObjectDetection</code></para></li><li><para><code>arn:aws:lambda:ca-central-1:918755190332:function:ACS-AdjustmentVideoObjectDetection</code></para></li></ul><para><b>Video Frame Object Tracking Adjustment</b> - Use this task type when you want
            workers to adjust bounding boxes that workers have added to video frames to track
            object movement across a sequence of video frames.</para><ul><li><para><code>arn:aws:lambda:us-east-1:432418664414:function:ACS-AdjustmentVideoObjectTracking</code></para></li><li><para><code>arn:aws:lambda:us-east-2:266458841044:function:ACS-AdjustmentVideoObjectTracking</code></para></li><li><para><code>arn:aws:lambda:us-west-2:081040173940:function:ACS-AdjustmentVideoObjectTracking</code></para></li><li><para><code>arn:aws:lambda:eu-west-1:568282634449:function:ACS-AdjustmentVideoObjectTracking</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-AdjustmentVideoObjectTracking</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-AdjustmentVideoObjectTracking</code></para></li><li><para><code>arn:aws:lambda:ap-south-1:565803892007:function:ACS-AdjustmentVideoObjectTracking</code></para></li><li><para><code>arn:aws:lambda:eu-central-1:203001061592:function:ACS-AdjustmentVideoObjectTracking</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-AdjustmentVideoObjectTracking</code></para></li><li><para><code>arn:aws:lambda:eu-west-2:487402164563:function:ACS-AdjustmentVideoObjectTracking</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-AdjustmentVideoObjectTracking</code></para></li><li><para><code>arn:aws:lambda:ca-central-1:918755190332:function:ACS-AdjustmentVideoObjectTracking</code></para></li></ul><para><b>3D Point Cloud Object Detection Adjustment</b> - Use this task type when you want
            workers to adjust 3D cuboids around objects in a 3D point cloud. </para><ul><li><para><code>arn:aws:lambda:us-east-1:432418664414:function:ACS-Adjustment3DPointCloudObjectDetection</code></para></li><li><para><code>arn:aws:lambda:us-east-2:266458841044:function:ACS-Adjustment3DPointCloudObjectDetection</code></para></li><li><para><code>arn:aws:lambda:us-west-2:081040173940:function:ACS-Adjustment3DPointCloudObjectDetection</code></para></li><li><para><code>arn:aws:lambda:eu-west-1:568282634449:function:ACS-Adjustment3DPointCloudObjectDetection</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-Adjustment3DPointCloudObjectDetection</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-Adjustment3DPointCloudObjectDetection</code></para></li><li><para><code>arn:aws:lambda:ap-south-1:565803892007:function:ACS-Adjustment3DPointCloudObjectDetection</code></para></li><li><para><code>arn:aws:lambda:eu-central-1:203001061592:function:ACS-Adjustment3DPointCloudObjectDetection</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-Adjustment3DPointCloudObjectDetection</code></para></li><li><para><code>arn:aws:lambda:eu-west-2:487402164563:function:ACS-Adjustment3DPointCloudObjectDetection</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-Adjustment3DPointCloudObjectDetection</code></para></li><li><para><code>arn:aws:lambda:ca-central-1:918755190332:function:ACS-Adjustment3DPointCloudObjectDetection</code></para></li></ul><para><b>3D Point Cloud Object Tracking Adjustment</b> - Use this task type when you want
            workers to adjust 3D cuboids around objects that appear in a sequence of 3D point
            cloud frames.</para><ul><li><para><code>arn:aws:lambda:us-east-1:432418664414:function:ACS-Adjustment3DPointCloudObjectTracking</code></para></li><li><para><code>arn:aws:lambda:us-east-2:266458841044:function:ACS-Adjustment3DPointCloudObjectTracking</code></para></li><li><para><code>arn:aws:lambda:us-west-2:081040173940:function:ACS-Adjustment3DPointCloudObjectTracking</code></para></li><li><para><code>arn:aws:lambda:eu-west-1:568282634449:function:ACS-Adjustment3DPointCloudObjectTracking</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-Adjustment3DPointCloudObjectTracking</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-Adjustment3DPointCloudObjectTracking</code></para></li><li><para><code>arn:aws:lambda:ap-south-1:565803892007:function:ACS-Adjustment3DPointCloudObjectTracking</code></para></li><li><para><code>arn:aws:lambda:eu-central-1:203001061592:function:ACS-Adjustment3DPointCloudObjectTracking</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-Adjustment3DPointCloudObjectTracking</code></para></li><li><para><code>arn:aws:lambda:eu-west-2:487402164563:function:ACS-Adjustment3DPointCloudObjectTracking</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-Adjustment3DPointCloudObjectTracking</code></para></li><li><para><code>arn:aws:lambda:ca-central-1:918755190332:function:ACS-Adjustment3DPointCloudObjectTracking</code></para></li></ul><para><b>3D Point Cloud Semantic Segmentation Adjustment</b> - Use this task type when
            you want workers to adjust a point-level semantic segmentation masks using a paint
            tool.</para><ul><li><para><code>arn:aws:lambda:us-east-1:432418664414:function:ACS-3DPointCloudSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:us-east-1:432418664414:function:ACS-Adjustment3DPointCloudSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:us-east-2:266458841044:function:ACS-Adjustment3DPointCloudSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:us-west-2:081040173940:function:ACS-Adjustment3DPointCloudSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:eu-west-1:568282634449:function:ACS-Adjustment3DPointCloudSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-Adjustment3DPointCloudSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-Adjustment3DPointCloudSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-south-1:565803892007:function:ACS-Adjustment3DPointCloudSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:eu-central-1:203001061592:function:ACS-Adjustment3DPointCloudSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-Adjustment3DPointCloudSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:eu-west-2:487402164563:function:ACS-Adjustment3DPointCloudSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-Adjustment3DPointCloudSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ca-central-1:918755190332:function:ACS-Adjustment3DPointCloudSemanticSegmentation</code></para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMLabelingJobCmdlet.AmountInUsd_Cent">
            <summary>
            <para>
            <para>The fractional portion, in cents, of the amount. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMLabelingJobCmdlet.DataAttributes_ContentClassifier">
            <summary>
            <para>
            <para>Declares that your content is free of personally identifiable information or adult
            content. Amazon SageMaker may restrict the Amazon Mechanical Turk workers that can
            view your task based on this information.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMLabelingJobCmdlet.AmountInUsd_Dollar">
            <summary>
            <para>
            <para>The whole number of dollars in the amount.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMLabelingJobCmdlet.UiConfig_HumanTaskUiArn">
            <summary>
            <para>
            <para>The ARN of the worker task template used to render the worker UI and tools for labeling
            job tasks.</para><para>Use this parameter when you are creating a labeling job for named entity recognition,
            3D point cloud and video frame labeling jobs. Use your labeling job task type to select
            one of the following ARNs and use it with this parameter when you create a labeling
            job. Replace <code>aws-region</code> with the Amazon Web Services Region you are creating
            your labeling job in. For example, replace <code>aws-region</code> with <code>us-west-1</code>
            if you create a labeling job in US West (N. California).</para><para><b>Named Entity Recognition</b></para><para>Use the following <code>HumanTaskUiArn</code> for named entity recognition labeling
            jobs:</para><para><code>arn:aws:sagemaker:aws-region:394669845002:human-task-ui/NamedEntityRecognition</code></para><para><b>3D Point Cloud HumanTaskUiArns</b></para><para>Use this <code>HumanTaskUiArn</code> for 3D point cloud object detection and 3D point
            cloud object detection adjustment labeling jobs. </para><ul><li><para><code>arn:aws:sagemaker:aws-region:394669845002:human-task-ui/PointCloudObjectDetection</code></para></li></ul><para> Use this <code>HumanTaskUiArn</code> for 3D point cloud object tracking and 3D point
            cloud object tracking adjustment labeling jobs. </para><ul><li><para><code>arn:aws:sagemaker:aws-region:394669845002:human-task-ui/PointCloudObjectTracking</code></para></li></ul><para> Use this <code>HumanTaskUiArn</code> for 3D point cloud semantic segmentation and
            3D point cloud semantic segmentation adjustment labeling jobs.</para><ul><li><para><code>arn:aws:sagemaker:aws-region:394669845002:human-task-ui/PointCloudSemanticSegmentation</code></para></li></ul><para><b>Video Frame HumanTaskUiArns</b></para><para>Use this <code>HumanTaskUiArn</code> for video frame object detection and video frame
            object detection adjustment labeling jobs. </para><ul><li><para><code>arn:aws:sagemaker:region:394669845002:human-task-ui/VideoObjectDetection</code></para></li></ul><para> Use this <code>HumanTaskUiArn</code> for video frame object tracking and video frame
            object tracking adjustment labeling jobs. </para><ul><li><para><code>arn:aws:sagemaker:aws-region:394669845002:human-task-ui/VideoObjectTracking</code></para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMLabelingJobCmdlet.LabelingJobAlgorithmsConfig_InitialActiveLearningModelArn">
            <summary>
            <para>
            <para>At the end of an auto-label job Ground Truth sends the Amazon Resource Name (ARN)
            of the final model used for auto-labeling. You can use this model as the starting
            point for subsequent similar jobs by providing the ARN of the model here. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMLabelingJobCmdlet.OutputConfig_KmsKeyId">
            <summary>
            <para>
            <para>The Amazon Web Services Key Management Service ID of the key used to encrypt the output
            data, if any.</para><para>If you provide your own KMS key ID, you must add the required permissions to your
            KMS key described in <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-security-permission.html#sms-security-kms-permissions">Encrypt
            Output Data and Storage Volume with Amazon Web Services KMS</a>.</para><para>If you don't provide a KMS key ID, Amazon SageMaker uses the default Amazon Web Services
            KMS key for Amazon S3 for your role's account to encrypt your output data.</para><para>If you use a bucket policy with an <code>s3:PutObject</code> permission that only
            allows objects with server-side encryption, set the condition key of <code>s3:x-amz-server-side-encryption</code>
            to <code>"aws:kms"</code>. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingKMSEncryption.html">KMS-Managed
            Encryption Keys</a> in the <i>Amazon Simple Storage Service Developer Guide.</i></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMLabelingJobCmdlet.LabelAttributeName">
            <summary>
            <para>
            <para>The attribute name to use for the label in the output manifest file. This is the key
            for the key/value pair formed with the label that a worker assigns to the object.
            The <code>LabelAttributeName</code> must meet the following requirements.</para><ul><li><para>The name can't end with "-metadata". </para></li><li><para>If you are using one of the following <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-task-types.html">built-in
            task types</a>, the attribute name <i>must</i> end with "-ref". If the task type you
            are using is not listed below, the attribute name <i>must not</i> end with "-ref".</para><ul><li><para>Image semantic segmentation (<code>SemanticSegmentation)</code>, and adjustment (<code>AdjustmentSemanticSegmentation</code>)
            and verification (<code>VerificationSemanticSegmentation</code>) labeling jobs for
            this task type.</para></li><li><para>Video frame object detection (<code>VideoObjectDetection</code>), and adjustment and
            verification (<code>AdjustmentVideoObjectDetection</code>) labeling jobs for this
            task type.</para></li><li><para>Video frame object tracking (<code>VideoObjectTracking</code>), and adjustment and
            verification (<code>AdjustmentVideoObjectTracking</code>) labeling jobs for this task
            type.</para></li><li><para>3D point cloud semantic segmentation (<code>3DPointCloudSemanticSegmentation</code>),
            and adjustment and verification (<code>Adjustment3DPointCloudSemanticSegmentation</code>)
            labeling jobs for this task type. </para></li><li><para>3D point cloud object tracking (<code>3DPointCloudObjectTracking</code>), and adjustment
            and verification (<code>Adjustment3DPointCloudObjectTracking</code>) labeling jobs
            for this task type. </para></li></ul></li></ul><important><para>If you are creating an adjustment or verification labeling job, you must use a <i>different</i><code>LabelAttributeName</code> than the one used in the original labeling job. The
            original labeling job is the Ground Truth labeling job that produced the labels that
            you want verified or adjusted. To learn more about adjustment and verification labeling
            jobs, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-verification-data.html">Verify
            and Adjust Labels</a>.</para></important>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMLabelingJobCmdlet.LabelCategoryConfigS3Uri">
            <summary>
            <para>
            <para>The S3 URI of the file, referred to as a <i>label category configuration file</i>,
            that defines the categories used to label the data objects.</para><para>For 3D point cloud and video frame task types, you can add label category attributes
            and frame attributes to your label category configuration file. To learn how, see
            <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-point-cloud-label-category-config.html">Create
            a Labeling Category Configuration File for 3D Point Cloud Labeling Jobs</a>. </para><para>For named entity recognition jobs, in addition to <code>"labels"</code>, you must
            provide worker instructions in the label category configuration file using the <code>"instructions"</code>
            parameter: <code>"instructions": {"shortInstruction":"&lt;h1&gt;Add header&lt;/h1&gt;&lt;p&gt;Add
            Instructions&lt;/p&gt;", "fullInstruction":"&lt;p&gt;Add additional instructions.&lt;/p&gt;"}</code>.
            For details and an example, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-named-entity-recg.html#sms-creating-ner-api">Create
            a Named Entity Recognition Labeling Job (API) </a>.</para><para>For all other <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-task-types.html">built-in
            task types</a> and <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-custom-templates.html">custom
            tasks</a>, your label category configuration file must be a JSON file in the following
            format. Identify the labels you want to use by replacing <code>label_1</code>, <code>label_2</code>,<code>...</code>,<code>label_n</code>
            with your label categories.</para><para><code>{ </code></para><para><code>"document-version": "2018-11-28",</code></para><para><code>"labels": [{"label": "label_1"},{"label": "label_2"},...{"label": "label_n"}]</code></para><para><code>}</code></para><para>Note the following about the label category configuration file:</para><ul><li><para>For image classification and text classification (single and multi-label) you must
            specify at least two label categories. For all other task types, the minimum number
            of label categories required is one. </para></li><li><para>Each label category must be unique, you cannot specify duplicate label categories.</para></li><li><para>If you create a 3D point cloud or video frame adjustment or verification labeling
            job, you must include <code>auditLabelAttributeName</code> in the label category configuration.
            Use this parameter to enter the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateLabelingJob.html#sagemaker-CreateLabelingJob-request-LabelAttributeName"><code>LabelAttributeName</code></a> of the labeling job you want to adjust or verify
            annotations of.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMLabelingJobCmdlet.LabelingJobAlgorithmsConfig_LabelingJobAlgorithmSpecificationArn">
            <summary>
            <para>
            <para>Specifies the Amazon Resource Name (ARN) of the algorithm used for auto-labeling.
            You must select one of the following ARNs:</para><ul><li><para><i>Image classification</i></para><para><code>arn:aws:sagemaker:<i>region</i>:027400017018:labeling-job-algorithm-specification/image-classification</code></para></li><li><para><i>Text classification</i></para><para><code>arn:aws:sagemaker:<i>region</i>:027400017018:labeling-job-algorithm-specification/text-classification</code></para></li><li><para><i>Object detection</i></para><para><code>arn:aws:sagemaker:<i>region</i>:027400017018:labeling-job-algorithm-specification/object-detection</code></para></li><li><para><i>Semantic Segmentation</i></para><para><code>arn:aws:sagemaker:<i>region</i>:027400017018:labeling-job-algorithm-specification/semantic-segmentation</code></para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMLabelingJobCmdlet.LabelingJobName">
            <summary>
            <para>
            <para>The name of the labeling job. This name is used to identify the job in a list of labeling
            jobs. Labeling job names must be unique within an Amazon Web Services account and
            region. <code>LabelingJobName</code> is not case sensitive. For example, Example-job
            and example-job are considered the same labeling job name by Ground Truth.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMLabelingJobCmdlet.S3DataSource_ManifestS3Uri">
            <summary>
            <para>
            <para>The Amazon S3 location of the manifest file that describes the input data objects.
            </para><para>The input manifest file referenced in <code>ManifestS3Uri</code> must contain one
            of the following keys: <code>source-ref</code> or <code>source</code>. The value of
            the keys are interpreted as follows:</para><ul><li><para><code>source-ref</code>: The source of the object is the Amazon S3 object specified
            in the value. Use this value when the object is a binary object, such as an image.</para></li><li><para><code>source</code>: The source of the object is the value. Use this value when the
            object is a text value.</para></li></ul><para>If you are a new user of Ground Truth, it is recommended you review <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-input-data-input-manifest.html">Use
            an Input Manifest File </a> in the Amazon SageMaker Developer Guide to learn how to
            create an input manifest file.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMLabelingJobCmdlet.HumanTaskConfig_MaxConcurrentTaskCount">
            <summary>
            <para>
            <para>Defines the maximum number of data objects that can be labeled by human workers at
            the same time. Also referred to as batch size. Each object may have more than one
            worker at one time. The default value is 1000 objects.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMLabelingJobCmdlet.StoppingConditions_MaxHumanLabeledObjectCount">
            <summary>
            <para>
            <para>The maximum number of objects that can be labeled by human workers.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMLabelingJobCmdlet.StoppingConditions_MaxPercentageOfInputDatasetLabeled">
            <summary>
            <para>
            <para>The maximum number of input data objects that should be labeled.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMLabelingJobCmdlet.HumanTaskConfig_NumberOfHumanWorkersPerDataObject">
            <summary>
            <para>
            <para>The number of human workers that will label an object. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMLabelingJobCmdlet.HumanTaskConfig_PreHumanTaskLambdaArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of a Lambda function that is run before a data object
            is sent to a human worker. Use this function to provide input to a custom labeling
            job.</para><para>For <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-task-types.html">built-in
            task types</a>, use one of the following Amazon SageMaker Ground Truth Lambda function
            ARNs for <code>PreHumanTaskLambdaArn</code>. For custom labeling workflows, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-custom-templates-step3.html#sms-custom-templates-step3-prelambda">Pre-annotation
            Lambda</a>. </para><para><b>Bounding box</b> - Finds the most similar boxes from different workers based on
            the Jaccard index of the boxes.</para><ul><li><para><code>arn:aws:lambda:us-east-1:432418664414:function:PRE-BoundingBox</code></para></li><li><para><code>arn:aws:lambda:us-east-2:266458841044:function:PRE-BoundingBox</code></para></li><li><para><code>arn:aws:lambda:us-west-2:081040173940:function:PRE-BoundingBox</code></para></li><li><para><code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-BoundingBox</code></para></li><li><para><code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-BoundingBox</code></para></li><li><para><code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-BoundingBox</code></para></li><li><para><code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-BoundingBox</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-BoundingBox</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-BoundingBox</code></para></li><li><para><code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-BoundingBox</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-BoundingBox</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-BoundingBox</code></para></li></ul><para><b>Image classification</b> - Uses a variant of the Expectation Maximization approach
            to estimate the true class of an image based on annotations from individual workers.</para><ul><li><para><code>arn:aws:lambda:us-east-1:432418664414:function:PRE-ImageMultiClass</code></para></li><li><para><code>arn:aws:lambda:us-east-2:266458841044:function:PRE-ImageMultiClass</code></para></li><li><para><code>arn:aws:lambda:us-west-2:081040173940:function:PRE-ImageMultiClass</code></para></li><li><para><code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-ImageMultiClass</code></para></li><li><para><code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-ImageMultiClass</code></para></li><li><para><code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-ImageMultiClass</code></para></li><li><para><code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-ImageMultiClass</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-ImageMultiClass</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-ImageMultiClass</code></para></li><li><para><code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-ImageMultiClass</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-ImageMultiClass</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-ImageMultiClass</code></para></li></ul><para><b>Multi-label image classification</b> - Uses a variant of the Expectation Maximization
            approach to estimate the true classes of an image based on annotations from individual
            workers.</para><ul><li><para><code>arn:aws:lambda:us-east-1:432418664414:function:PRE-ImageMultiClassMultiLabel</code></para></li><li><para><code>arn:aws:lambda:us-east-2:266458841044:function:PRE-ImageMultiClassMultiLabel</code></para></li><li><para><code>arn:aws:lambda:us-west-2:081040173940:function:PRE-ImageMultiClassMultiLabel</code></para></li><li><para><code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-ImageMultiClassMultiLabel</code></para></li><li><para><code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-ImageMultiClassMultiLabel</code></para></li><li><para><code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-ImageMultiClassMultiLabel</code></para></li><li><para><code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-ImageMultiClassMultiLabel</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-ImageMultiClassMultiLabel</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-ImageMultiClassMultiLabel</code></para></li><li><para><code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-ImageMultiClassMultiLabel</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-ImageMultiClassMultiLabel</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-ImageMultiClassMultiLabel</code></para></li></ul><para><b>Semantic segmentation</b> - Treats each pixel in an image as a multi-class classification
            and treats pixel annotations from workers as "votes" for the correct label.</para><ul><li><para><code>arn:aws:lambda:us-east-1:432418664414:function:PRE-SemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:us-east-2:266458841044:function:PRE-SemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:us-west-2:081040173940:function:PRE-SemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-SemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-SemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-SemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-SemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-SemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-SemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-SemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-SemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-SemanticSegmentation</code></para></li></ul><para><b>Text classification</b> - Uses a variant of the Expectation Maximization approach
            to estimate the true class of text based on annotations from individual workers.</para><ul><li><para><code>arn:aws:lambda:us-east-1:432418664414:function:PRE-TextMultiClass</code></para></li><li><para><code>arn:aws:lambda:us-east-2:266458841044:function:PRE-TextMultiClass</code></para></li><li><para><code>arn:aws:lambda:us-west-2:081040173940:function:PRE-TextMultiClass</code></para></li><li><para><code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-TextMultiClass</code></para></li><li><para><code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-TextMultiClass</code></para></li><li><para><code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-TextMultiClass</code></para></li><li><para><code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-TextMultiClass</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-TextMultiClass</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-TextMultiClass</code></para></li><li><para><code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-TextMultiClass</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-TextMultiClass</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-TextMultiClass</code></para></li></ul><para><b>Multi-label text classification</b> - Uses a variant of the Expectation Maximization
            approach to estimate the true classes of text based on annotations from individual
            workers.</para><ul><li><para><code>arn:aws:lambda:us-east-1:432418664414:function:PRE-TextMultiClassMultiLabel</code></para></li><li><para><code>arn:aws:lambda:us-east-2:266458841044:function:PRE-TextMultiClassMultiLabel</code></para></li><li><para><code>arn:aws:lambda:us-west-2:081040173940:function:PRE-TextMultiClassMultiLabel</code></para></li><li><para><code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-TextMultiClassMultiLabel</code></para></li><li><para><code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-TextMultiClassMultiLabel</code></para></li><li><para><code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-TextMultiClassMultiLabel</code></para></li><li><para><code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-TextMultiClassMultiLabel</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-TextMultiClassMultiLabel</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-TextMultiClassMultiLabel</code></para></li><li><para><code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-TextMultiClassMultiLabel</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-TextMultiClassMultiLabel</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-TextMultiClassMultiLabel</code></para></li></ul><para><b>Named entity recognition</b> - Groups similar selections and calculates aggregate
            boundaries, resolving to most-assigned label.</para><ul><li><para><code>arn:aws:lambda:us-east-1:432418664414:function:PRE-NamedEntityRecognition</code></para></li><li><para><code>arn:aws:lambda:us-east-2:266458841044:function:PRE-NamedEntityRecognition</code></para></li><li><para><code>arn:aws:lambda:us-west-2:081040173940:function:PRE-NamedEntityRecognition</code></para></li><li><para><code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-NamedEntityRecognition</code></para></li><li><para><code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-NamedEntityRecognition</code></para></li><li><para><code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-NamedEntityRecognition</code></para></li><li><para><code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-NamedEntityRecognition</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-NamedEntityRecognition</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-NamedEntityRecognition</code></para></li><li><para><code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-NamedEntityRecognition</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-NamedEntityRecognition</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-NamedEntityRecognition</code></para></li></ul><para><b>Video Classification</b> - Use this task type when you need workers to classify
            videos using predefined labels that you specify. Workers are shown videos and are
            asked to choose one label for each video.</para><ul><li><para><code>arn:aws:lambda:us-east-1:432418664414:function:PRE-VideoMultiClass</code></para></li><li><para><code>arn:aws:lambda:us-east-2:266458841044:function:PRE-VideoMultiClass</code></para></li><li><para><code>arn:aws:lambda:us-west-2:081040173940:function:PRE-VideoMultiClass</code></para></li><li><para><code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-VideoMultiClass</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VideoMultiClass</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VideoMultiClass</code></para></li><li><para><code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-VideoMultiClass</code></para></li><li><para><code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-VideoMultiClass</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VideoMultiClass</code></para></li><li><para><code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-VideoMultiClass</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VideoMultiClass</code></para></li><li><para><code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-VideoMultiClass</code></para></li></ul><para><b>Video Frame Object Detection</b> - Use this task type to have workers identify
            and locate objects in a sequence of video frames (images extracted from a video) using
            bounding boxes. For example, you can use this task to ask workers to identify and
            localize various objects in a series of video frames, such as cars, bikes, and pedestrians.</para><ul><li><para><code>arn:aws:lambda:us-east-1:432418664414:function:PRE-VideoObjectDetection</code></para></li><li><para><code>arn:aws:lambda:us-east-2:266458841044:function:PRE-VideoObjectDetection</code></para></li><li><para><code>arn:aws:lambda:us-west-2:081040173940:function:PRE-VideoObjectDetection</code></para></li><li><para><code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-VideoObjectDetection</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VideoObjectDetection</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VideoObjectDetection</code></para></li><li><para><code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-VideoObjectDetection</code></para></li><li><para><code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-VideoObjectDetection</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VideoObjectDetection</code></para></li><li><para><code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-VideoObjectDetection</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VideoObjectDetection</code></para></li><li><para><code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-VideoObjectDetection</code></para></li></ul><para><b>Video Frame Object Tracking</b> - Use this task type to have workers track the
            movement of objects in a sequence of video frames (images extracted from a video)
            using bounding boxes. For example, you can use this task to ask workers to track the
            movement of objects, such as cars, bikes, and pedestrians. </para><ul><li><para><code>arn:aws:lambda:us-east-1:432418664414:function:PRE-VideoObjectTracking</code></para></li><li><para><code>arn:aws:lambda:us-east-2:266458841044:function:PRE-VideoObjectTracking</code></para></li><li><para><code>arn:aws:lambda:us-west-2:081040173940:function:PRE-VideoObjectTracking</code></para></li><li><para><code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-VideoObjectTracking</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VideoObjectTracking</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VideoObjectTracking</code></para></li><li><para><code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-VideoObjectTracking</code></para></li><li><para><code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-VideoObjectTracking</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VideoObjectTracking</code></para></li><li><para><code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-VideoObjectTracking</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VideoObjectTracking</code></para></li><li><para><code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-VideoObjectTracking</code></para></li></ul><para><b>3D Point Cloud Modalities</b></para><para>Use the following pre-annotation lambdas for 3D point cloud labeling modality tasks.
            See <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-point-cloud-task-types.html">3D
            Point Cloud Task types </a> to learn more. </para><para><b>3D Point Cloud Object Detection</b> - Use this task type when you want workers
            to classify objects in a 3D point cloud by drawing 3D cuboids around objects. For
            example, you can use this task type to ask workers to identify different types of
            objects in a point cloud, such as cars, bikes, and pedestrians.</para><ul><li><para><code>arn:aws:lambda:us-east-1:432418664414:function:PRE-3DPointCloudObjectDetection</code></para></li><li><para><code>arn:aws:lambda:us-east-2:266458841044:function:PRE-3DPointCloudObjectDetection</code></para></li><li><para><code>arn:aws:lambda:us-west-2:081040173940:function:PRE-3DPointCloudObjectDetection</code></para></li><li><para><code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-3DPointCloudObjectDetection</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-3DPointCloudObjectDetection</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-3DPointCloudObjectDetection</code></para></li><li><para><code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-3DPointCloudObjectDetection</code></para></li><li><para><code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-3DPointCloudObjectDetection</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-3DPointCloudObjectDetection</code></para></li><li><para><code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-3DPointCloudObjectDetection</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-3DPointCloudObjectDetection</code></para></li><li><para><code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-3DPointCloudObjectDetection</code></para></li></ul><para><b>3D Point Cloud Object Tracking</b> - Use this task type when you want workers
            to draw 3D cuboids around objects that appear in a sequence of 3D point cloud frames.
            For example, you can use this task type to ask workers to track the movement of vehicles
            across multiple point cloud frames. </para><ul><li><para><code>arn:aws:lambda:us-east-1:432418664414:function:PRE-3DPointCloudObjectTracking</code></para></li><li><para><code>arn:aws:lambda:us-east-2:266458841044:function:PRE-3DPointCloudObjectTracking</code></para></li><li><para><code>arn:aws:lambda:us-west-2:081040173940:function:PRE-3DPointCloudObjectTracking</code></para></li><li><para><code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-3DPointCloudObjectTracking</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-3DPointCloudObjectTracking</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-3DPointCloudObjectTracking</code></para></li><li><para><code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-3DPointCloudObjectTracking</code></para></li><li><para><code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-3DPointCloudObjectTracking</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-3DPointCloudObjectTracking</code></para></li><li><para><code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-3DPointCloudObjectTracking</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-3DPointCloudObjectTracking</code></para></li><li><para><code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-3DPointCloudObjectTracking</code></para></li></ul><para><b>3D Point Cloud Semantic Segmentation</b> - Use this task type when you want workers
            to create a point-level semantic segmentation masks by painting objects in a 3D point
            cloud using different colors where each color is assigned to one of the classes you
            specify.</para><ul><li><para><code>arn:aws:lambda:us-east-1:432418664414:function:PRE-3DPointCloudSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:us-east-2:266458841044:function:PRE-3DPointCloudSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:us-west-2:081040173940:function:PRE-3DPointCloudSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-3DPointCloudSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-3DPointCloudSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-3DPointCloudSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-3DPointCloudSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-3DPointCloudSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-3DPointCloudSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-3DPointCloudSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-3DPointCloudSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-3DPointCloudSemanticSegmentation</code></para></li></ul><para><b>Use the following ARNs for Label Verification and Adjustment Jobs</b></para><para>Use label verification and adjustment jobs to review and adjust labels. To learn more,
            see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-verification-data.html">Verify
            and Adjust Labels </a>.</para><para><b>Bounding box verification</b> - Uses a variant of the Expectation Maximization
            approach to estimate the true class of verification judgement for bounding box labels
            based on annotations from individual workers.</para><ul><li><para><code>arn:aws:lambda:us-east-1:432418664414:function:PRE-VerificationBoundingBox</code></para></li><li><para><code>arn:aws:lambda:us-east-2:266458841044:function:PRE-VerificationBoundingBox</code></para></li><li><para><code>arn:aws:lambda:us-west-2:081040173940:function:PRE-VerificationBoundingBox</code></para></li><li><para><code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-VerificationBoundingBox</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VerificationBoundingBox</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VerificationBoundingBox</code></para></li><li><para><code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-VerificationBoundingBox</code></para></li><li><para><code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-VerificationBoundingBox</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VerificationBoundingBox</code></para></li><li><para><code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-VerificationBoundingBox</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VerificationBoundingBox</code></para></li><li><para><code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-VerificationBoundingBox</code></para></li></ul><para><b>Bounding box adjustment</b> - Finds the most similar boxes from different workers
            based on the Jaccard index of the adjusted annotations.</para><ul><li><para><code>arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentBoundingBox</code></para></li><li><para><code>arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentBoundingBox</code></para></li><li><para><code>arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentBoundingBox</code></para></li><li><para><code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentBoundingBox</code></para></li><li><para><code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentBoundingBox</code></para></li><li><para><code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentBoundingBox</code></para></li><li><para><code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentBoundingBox</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentBoundingBox</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentBoundingBox</code></para></li><li><para><code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentBoundingBox</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentBoundingBox</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentBoundingBox</code></para></li></ul><para><b>Semantic segmentation verification</b> - Uses a variant of the Expectation Maximization
            approach to estimate the true class of verification judgment for semantic segmentation
            labels based on annotations from individual workers.</para><ul><li><para><code>arn:aws:lambda:us-east-1:432418664414:function:PRE-VerificationSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:us-east-2:266458841044:function:PRE-VerificationSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:us-west-2:081040173940:function:PRE-VerificationSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-VerificationSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-VerificationSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-VerificationSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-VerificationSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VerificationSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VerificationSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-VerificationSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VerificationSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VerificationSemanticSegmentation</code></para></li></ul><para><b>Semantic segmentation adjustment</b> - Treats each pixel in an image as a multi-class
            classification and treats pixel adjusted annotations from workers as "votes" for the
            correct label.</para><ul><li><para><code>arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentSemanticSegmentation</code></para></li></ul><para><b>Video Frame Object Detection Adjustment</b> - Use this task type when you want
            workers to adjust bounding boxes that workers have added to video frames to classify
            and localize objects in a sequence of video frames.</para><ul><li><para><code>arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentVideoObjectDetection</code></para></li><li><para><code>arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentVideoObjectDetection</code></para></li><li><para><code>arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentVideoObjectDetection</code></para></li><li><para><code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentVideoObjectDetection</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentVideoObjectDetection</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentVideoObjectDetection</code></para></li><li><para><code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentVideoObjectDetection</code></para></li><li><para><code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentVideoObjectDetection</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentVideoObjectDetection</code></para></li><li><para><code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentVideoObjectDetection</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentVideoObjectDetection</code></para></li><li><para><code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentVideoObjectDetection</code></para></li></ul><para><b>Video Frame Object Tracking Adjustment</b> - Use this task type when you want
            workers to adjust bounding boxes that workers have added to video frames to track
            object movement across a sequence of video frames.</para><ul><li><para><code>arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentVideoObjectTracking</code></para></li><li><para><code>arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentVideoObjectTracking</code></para></li><li><para><code>arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentVideoObjectTracking</code></para></li><li><para><code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentVideoObjectTracking</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentVideoObjectTracking</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentVideoObjectTracking</code></para></li><li><para><code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentVideoObjectTracking</code></para></li><li><para><code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentVideoObjectTracking</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentVideoObjectTracking</code></para></li><li><para><code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentVideoObjectTracking</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentVideoObjectTracking</code></para></li><li><para><code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentVideoObjectTracking</code></para></li></ul><para><b>3D point cloud object detection adjustment</b> - Adjust 3D cuboids in a point
            cloud frame. </para><ul><li><para><code>arn:aws:lambda:us-east-1:432418664414:function:PRE-Adjustment3DPointCloudObjectDetection</code></para></li><li><para><code>arn:aws:lambda:us-east-2:266458841044:function:PRE-Adjustment3DPointCloudObjectDetection</code></para></li><li><para><code>arn:aws:lambda:us-west-2:081040173940:function:PRE-Adjustment3DPointCloudObjectDetection</code></para></li><li><para><code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-Adjustment3DPointCloudObjectDetection</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-Adjustment3DPointCloudObjectDetection</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-Adjustment3DPointCloudObjectDetection</code></para></li><li><para><code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-Adjustment3DPointCloudObjectDetection</code></para></li><li><para><code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-Adjustment3DPointCloudObjectDetection</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-Adjustment3DPointCloudObjectDetection</code></para></li><li><para><code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-Adjustment3DPointCloudObjectDetection</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-Adjustment3DPointCloudObjectDetection</code></para></li><li><para><code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-Adjustment3DPointCloudObjectDetection</code></para></li></ul><para><b>3D point cloud object tracking adjustment</b> - Adjust 3D cuboids across a sequence
            of point cloud frames. </para><ul><li><para><code>arn:aws:lambda:us-east-1:432418664414:function:PRE-Adjustment3DPointCloudObjectTracking</code></para></li><li><para><code>arn:aws:lambda:us-east-2:266458841044:function:PRE-Adjustment3DPointCloudObjectTracking</code></para></li><li><para><code>arn:aws:lambda:us-west-2:081040173940:function:PRE-Adjustment3DPointCloudObjectTracking</code></para></li><li><para><code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-Adjustment3DPointCloudObjectTracking</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-Adjustment3DPointCloudObjectTracking</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-Adjustment3DPointCloudObjectTracking</code></para></li><li><para><code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-Adjustment3DPointCloudObjectTracking</code></para></li><li><para><code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-Adjustment3DPointCloudObjectTracking</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-Adjustment3DPointCloudObjectTracking</code></para></li><li><para><code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-Adjustment3DPointCloudObjectTracking</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-Adjustment3DPointCloudObjectTracking</code></para></li><li><para><code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-Adjustment3DPointCloudObjectTracking</code></para></li></ul><para><b>3D point cloud semantic segmentation adjustment</b> - Adjust semantic segmentation
            masks in a 3D point cloud. </para><ul><li><para><code>arn:aws:lambda:us-east-1:432418664414:function:PRE-Adjustment3DPointCloudSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:us-east-2:266458841044:function:PRE-Adjustment3DPointCloudSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:us-west-2:081040173940:function:PRE-Adjustment3DPointCloudSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-Adjustment3DPointCloudSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-Adjustment3DPointCloudSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-Adjustment3DPointCloudSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-Adjustment3DPointCloudSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-Adjustment3DPointCloudSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-Adjustment3DPointCloudSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-Adjustment3DPointCloudSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-Adjustment3DPointCloudSemanticSegmentation</code></para></li><li><para><code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-Adjustment3DPointCloudSemanticSegmentation</code></para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMLabelingJobCmdlet.RoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Number (ARN) that Amazon SageMaker assumes to perform tasks on
            your behalf during data labeling. You must grant this role the necessary permissions
            so that Amazon SageMaker can successfully complete data labeling.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMLabelingJobCmdlet.OutputConfig_S3OutputPath">
            <summary>
            <para>
            <para>The Amazon S3 location to write output data.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMLabelingJobCmdlet.SnsDataSource_SnsTopicArn">
            <summary>
            <para>
            <para>The Amazon SNS input topic Amazon Resource Name (ARN). Specify the ARN of the input
            topic you will use to send new data objects to a streaming labeling job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMLabelingJobCmdlet.OutputConfig_SnsTopicArn">
            <summary>
            <para>
            <para>An Amazon Simple Notification Service (Amazon SNS) output topic ARN. Provide a <code>SnsTopicArn</code>
            if you want to do real time chaining to another streaming job and receive an Amazon
            SNS notifications each time a data object is submitted by a worker.</para><para>If you provide an <code>SnsTopicArn</code> in <code>OutputConfig</code>, when workers
            complete labeling tasks, Ground Truth will send labeling task output data to the SNS
            output topic you specify here. </para><para>To learn more, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-streaming-labeling-job.html#sms-streaming-how-it-works-output-data">Receive
            Output Data from a Streaming Labeling Job</a>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMLabelingJobCmdlet.Tag">
            <summary>
            <para>
            <para>An array of key/value pairs. For more information, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-what">Using
            Cost Allocation Tags</a> in the <i>Amazon Web Services Billing and Cost Management
            User Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMLabelingJobCmdlet.HumanTaskConfig_TaskAvailabilityLifetimeInSecond">
            <summary>
            <para>
            <para>The length of time that a task remains available for labeling by human workers. The
            default and maximum values for this parameter depend on the type of workforce you
            use.</para><ul><li><para>If you choose the Amazon Mechanical Turk workforce, the maximum is 12 hours (43,200
            seconds). The default is 6 hours (21,600 seconds).</para></li><li><para>If you choose a private or vendor workforce, the default value is 30 days (2592,000
            seconds) for non-AL mode. For most users, the maximum is also 30 days. If you want
            to change this limit, contact Amazon Web Services Support.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMLabelingJobCmdlet.HumanTaskConfig_TaskDescription">
            <summary>
            <para>
            <para>A description of the task for your human workers.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMLabelingJobCmdlet.HumanTaskConfig_TaskKeyword">
            <summary>
            <para>
            <para>Keywords used to describe the task so that workers on Amazon Mechanical Turk can discover
            the task.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMLabelingJobCmdlet.HumanTaskConfig_TaskTimeLimitInSecond">
            <summary>
            <para>
            <para>The amount of time that a worker has to complete a task. </para><para>If you create a custom labeling job, the maximum value for this parameter is 8 hours
            (28,800 seconds).</para><para>If you create a labeling job using a <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-task-types.html">built-in
            task type</a> the maximum for this parameter depends on the task type you use:</para><ul><li><para>For <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-label-images.html">image</a>
            and <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-label-text.html">text</a>
            labeling jobs, the maximum is 8 hours (28,800 seconds).</para></li><li><para>For <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-point-cloud.html">3D
            point cloud</a> and <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-video.html">video
            frame</a> labeling jobs, the maximum is 30 days (2952,000 seconds) for non-AL mode.
            For most users, the maximum is also 30 days. If you want to change these limits, contact
            Amazon Web Services Support.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMLabelingJobCmdlet.HumanTaskConfig_TaskTitle">
            <summary>
            <para>
            <para>A title for the task for your human workers.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMLabelingJobCmdlet.AmountInUsd_TenthFractionsOfACent">
            <summary>
            <para>
            <para>Fractions of a cent, in tenths.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMLabelingJobCmdlet.UiConfig_UiTemplateS3Uri">
            <summary>
            <para>
            <para>The Amazon S3 bucket location of the UI template, or worker task template. This is
            the template used to render the worker UI and tools for labeling job tasks. For more
            information about the contents of a UI template, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-custom-templates-step2.html">
            Creating Your Custom Labeling Task Template</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMLabelingJobCmdlet.LabelingJobResourceConfig_VolumeKmsKeyId">
            <summary>
            <para>
            <para>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that
            Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute
            instance(s) that run the training and inference jobs used for automated data labeling.
            </para><para>You can only specify a <code>VolumeKmsKeyId</code> when you create a labeling job
            with automated data labeling enabled using the API operation <code>CreateLabelingJob</code>.
            You cannot specify an Amazon Web Services KMS key to encrypt the storage volume used
            for automated data labeling model training and inference when you create a labeling
            job using the console. To learn more, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-security.html">Output
            Data and Storage Volume Encryption</a>.</para><para>The <code>VolumeKmsKeyId</code> can be any of the following formats:</para><ul><li><para>KMS Key ID</para><para><code>"1234abcd-12ab-34cd-56ef-1234567890ab"</code></para></li><li><para>Amazon Resource Name (ARN) of a KMS Key</para><para><code>"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"</code></para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMLabelingJobCmdlet.HumanTaskConfig_WorkteamArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the work team assigned to complete the tasks.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMLabelingJobCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'LabelingJobArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.CreateLabelingJobResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.CreateLabelingJobResponse 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.SM.NewSMLabelingJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the LabelingJobName parameter.
            The -PassThru parameter is deprecated, use -Select '^LabelingJobName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMLabelingJobCmdlet.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.SM.NewSMModelCmdlet">
            <summary>
            Creates a model in Amazon SageMaker. In the request, you name the model and describe
            a primary container. For the primary container, you specify the Docker image that
            contains inference code, artifacts (from prior training), and a custom environment
            map that the inference code uses when you deploy the model for predictions.
             
              
            <para>
            Use this API to create a model if you want to use Amazon SageMaker hosting services
            or run a batch transform job.
            </para><para>
            To host your model, you create an endpoint configuration with the <code>CreateEndpointConfig</code>
            API, and then create an endpoint with the <code>CreateEndpoint</code> API. Amazon
            SageMaker then deploys all of the containers that you defined for the model in the
            hosting environment.
            </para><para>
            For an example that calls this method when deploying a model to Amazon SageMaker hosting
            services, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/ex1-deploy-model.html#ex1-deploy-model-boto">Deploy
            the Model to Amazon SageMaker Hosting Services (Amazon Web Services SDK for Python
            (Boto 3)).</a></para><para>
            To run a batch transform using your model, you start a job with the <code>CreateTransformJob</code>
            API. Amazon SageMaker uses your model and your dataset to get inferences which are
            then saved to a specified S3 location.
            </para><para>
            In the <code>CreateModel</code> request, you must define a container with the <code>PrimaryContainer</code>
            parameter.
            </para><para>
            In the request, you also provide an IAM role that Amazon SageMaker can assume to access
            model artifacts and docker image for deployment on ML compute hosting instances or
            for batch transform jobs. In addition, you also use the IAM role to manage permissions
            the inference code needs. For example, if the inference code access any other Amazon
            Web Services resources, you grant necessary permissions via this role.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelCmdlet.Container">
            <summary>
            <para>
            <para>Specifies the containers in the inference pipeline.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelCmdlet.EnableNetworkIsolation">
            <summary>
            <para>
            <para>Isolates the model container. No inbound or outbound network calls can be made to
            or from the model container.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelCmdlet.ExecutionRoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the IAM role that Amazon SageMaker can assume to
            access model artifacts and docker image for deployment on ML compute instances or
            for batch transform jobs. Deploying on ML compute instances is part of model hosting.
            For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-roles.html">Amazon
            SageMaker Roles</a>. </para><note><para>To be able to pass this role to Amazon SageMaker, the caller of this API must have
            the <code>iam:PassRole</code> permission.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelCmdlet.InferenceExecutionConfig_Mode">
            <summary>
            <para>
            <para>How containers in a multi-container are run. The following values are valid.</para><ul><li><para><code>SERIAL</code> - Containers run as a serial pipeline.</para></li><li><para><code>DIRECT</code> - Only the individual container that you specify is run.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelCmdlet.ModelName">
            <summary>
            <para>
            <para>The name of the new model.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelCmdlet.PrimaryContainer">
            <summary>
            <para>
            <para>The location of the primary docker image containing inference code, associated artifacts,
            and custom environment map that the inference code uses when the model is deployed
            for predictions. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelCmdlet.VpcConfig_SecurityGroupId">
            <summary>
            <para>
            <para>The VPC security group IDs, in the form sg-xxxxxxxx. Specify the security groups for
            the VPC that is specified in the <code>Subnets</code> field.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelCmdlet.VpcConfig_Subnet">
            <summary>
            <para>
            <para>The ID of the subnets in the VPC to which you want to connect your training job or
            model. For information about the availability of specific instance types, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/instance-types-az.html">Supported
            Instance Types and Availability Zones</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelCmdlet.Tag">
            <summary>
            <para>
            <para>An array of key-value pairs. You can use tags to categorize your Amazon Web Services
            resources in different ways, for example, by purpose, owner, or environment. For more
            information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging
            Amazon Web Services Resources</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelCmdlet.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.SageMaker.Model.CreateModelResponse).
            Specifying the name of a property of type Amazon.SageMaker.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.SM.NewSMModelCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the PrimaryContainer parameter.
            The -PassThru parameter is deprecated, use -Select '^PrimaryContainer' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelCmdlet.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.SM.NewSMModelBiasJobDefinitionCmdlet">
            <summary>
            Creates the definition for a model bias job.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelBiasJobDefinitionCmdlet.ModelBiasBaselineConfig_BaseliningJobName">
            <summary>
            <para>
            <para>The name of the baseline model bias job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelBiasJobDefinitionCmdlet.ModelBiasAppSpecification_ConfigUri">
            <summary>
            <para>
            <para>JSON formatted S3 file that defines bias parameters. For more information on this
            JSON configuration file, see <a href="https://docs.aws.amazon.com/sagemaker/latest/json-bias-parameter-config.html">Configure
            bias parameters</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelBiasJobDefinitionCmdlet.NetworkConfig_EnableInterContainerTrafficEncryption">
            <summary>
            <para>
            <para>Whether to encrypt all communications between the instances used for the monitoring
            jobs. Choose <code>True</code> to encrypt communications. Encryption provides greater
            security for distributed jobs, but the processing might take longer.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelBiasJobDefinitionCmdlet.NetworkConfig_EnableNetworkIsolation">
            <summary>
            <para>
            <para>Whether to allow inbound and outbound network calls to and from the containers used
            for the monitoring job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelBiasJobDefinitionCmdlet.EndpointInput_EndpointName">
            <summary>
            <para>
            <para>An endpoint in customer's account which has enabled <code>DataCaptureConfig</code>
            enabled.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelBiasJobDefinitionCmdlet.EndpointInput_EndTimeOffset">
            <summary>
            <para>
            <para>If specified, monitoring jobs substract this time from the end time. For information
            about using offsets for scheduling monitoring jobs, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor-model-quality-schedule.html">Schedule
            Model Quality Monitoring Jobs</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelBiasJobDefinitionCmdlet.ModelBiasAppSpecification_Environment">
            <summary>
            <para>
            <para>Sets the environment variables in the Docker container.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelBiasJobDefinitionCmdlet.EndpointInput_FeaturesAttribute">
            <summary>
            <para>
            <para>The attributes of the input data that are the input features.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelBiasJobDefinitionCmdlet.ModelBiasAppSpecification_ImageUri">
            <summary>
            <para>
            <para>The container image to be run by the model bias job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelBiasJobDefinitionCmdlet.EndpointInput_InferenceAttribute">
            <summary>
            <para>
            <para>The attribute of the input data that represents the ground truth label.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelBiasJobDefinitionCmdlet.ClusterConfig_InstanceCount">
            <summary>
            <para>
            <para>The number of ML compute instances to use in the model monitoring job. For distributed
            processing jobs, specify a value greater than 1. The default value is 1.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelBiasJobDefinitionCmdlet.ClusterConfig_InstanceType">
            <summary>
            <para>
            <para>The ML compute instance type for the processing job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelBiasJobDefinitionCmdlet.JobDefinitionName">
            <summary>
            <para>
            <para>The name of the bias job definition. The name must be unique within an Amazon Web
            Services Region in the Amazon Web Services account.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelBiasJobDefinitionCmdlet.ModelBiasJobOutputConfig_KmsKeyId">
            <summary>
            <para>
            <para>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that
            Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side
            encryption.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelBiasJobDefinitionCmdlet.EndpointInput_LocalPath">
            <summary>
            <para>
            <para>Path to the filesystem where the endpoint data is available to the container.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelBiasJobDefinitionCmdlet.StoppingCondition_MaxRuntimeInSecond">
            <summary>
            <para>
            <para>The maximum runtime allowed in seconds.</para><note><para>The <code>MaxRuntimeInSeconds</code> cannot exceed the frequency of the job. For data
            quality and model explainability, this can be up to 3600 seconds for an hourly schedule.
            For model bias and model quality hourly schedules, this can be up to 1800 seconds.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelBiasJobDefinitionCmdlet.ModelBiasJobOutputConfig_MonitoringOutput">
            <summary>
            <para>
            <para>Monitoring outputs for monitoring jobs. This is where the output of the periodic monitoring
            jobs is uploaded.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelBiasJobDefinitionCmdlet.EndpointInput_ProbabilityAttribute">
            <summary>
            <para>
            <para>In a classification problem, the attribute that represents the class probability.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelBiasJobDefinitionCmdlet.EndpointInput_ProbabilityThresholdAttribute">
            <summary>
            <para>
            <para>The threshold for the class probability to be evaluated as a positive result.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelBiasJobDefinitionCmdlet.RoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to
            perform tasks on your behalf.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelBiasJobDefinitionCmdlet.EndpointInput_S3DataDistributionType">
            <summary>
            <para>
            <para>Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3
            key. Defaults to <code>FullyReplicated</code></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelBiasJobDefinitionCmdlet.EndpointInput_S3InputMode">
            <summary>
            <para>
            <para>Whether the <code>Pipe</code> or <code>File</code> is used as the input mode for transferring
            data for the monitoring job. <code>Pipe</code> mode is recommended for large datasets.
            <code>File</code> mode is useful for small files that fit in memory. Defaults to <code>File</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelBiasJobDefinitionCmdlet.ConstraintsResource_S3Uri">
            <summary>
            <para>
            <para>The Amazon S3 URI for the constraints resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelBiasJobDefinitionCmdlet.GroundTruthS3Input_S3Uri">
            <summary>
            <para>
            <para>The address of the Amazon S3 location of the ground truth labels.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelBiasJobDefinitionCmdlet.VpcConfig_SecurityGroupId">
            <summary>
            <para>
            <para>The VPC security group IDs, in the form sg-xxxxxxxx. Specify the security groups for
            the VPC that is specified in the <code>Subnets</code> field.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelBiasJobDefinitionCmdlet.EndpointInput_StartTimeOffset">
            <summary>
            <para>
            <para>If specified, monitoring jobs substract this time from the start time. For information
            about using offsets for scheduling monitoring jobs, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor-model-quality-schedule.html">Schedule
            Model Quality Monitoring Jobs</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelBiasJobDefinitionCmdlet.VpcConfig_Subnet">
            <summary>
            <para>
            <para>The ID of the subnets in the VPC to which you want to connect your training job or
            model. For information about the availability of specific instance types, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/instance-types-az.html">Supported
            Instance Types and Availability Zones</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelBiasJobDefinitionCmdlet.Tag">
            <summary>
            <para>
            <para>(Optional) An array of key-value pairs. For more information, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL">Using
            Cost Allocation Tags</a> in the <i>Amazon Web Services Billing and Cost Management
            User Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelBiasJobDefinitionCmdlet.ClusterConfig_VolumeKmsKeyId">
            <summary>
            <para>
            <para>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that
            Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute
            instance(s) that run the model monitoring job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelBiasJobDefinitionCmdlet.ClusterConfig_VolumeSizeInGB">
            <summary>
            <para>
            <para>The size of the ML storage volume, in gigabytes, that you want to provision. You must
            specify sufficient ML storage for your scenario.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelBiasJobDefinitionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'JobDefinitionArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.CreateModelBiasJobDefinitionResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.CreateModelBiasJobDefinitionResponse 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.SM.NewSMModelBiasJobDefinitionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the JobDefinitionName parameter.
            The -PassThru parameter is deprecated, use -Select '^JobDefinitionName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelBiasJobDefinitionCmdlet.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.SM.NewSMModelExplainabilityJobDefinitionCmdlet">
            <summary>
            Creates the definition for a model explainability job.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelExplainabilityJobDefinitionCmdlet.ModelExplainabilityBaselineConfig_BaseliningJobName">
            <summary>
            <para>
            <para>The name of the baseline model explainability job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelExplainabilityJobDefinitionCmdlet.ModelExplainabilityAppSpecification_ConfigUri">
            <summary>
            <para>
            <para>JSON formatted S3 file that defines explainability parameters. For more information
            on this JSON configuration file, see <a href="https://docs.aws.amazon.com/sagemaker/latest/json-model-explainability-parameter-config.html">Configure
            model explainability parameters</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelExplainabilityJobDefinitionCmdlet.NetworkConfig_EnableInterContainerTrafficEncryption">
            <summary>
            <para>
            <para>Whether to encrypt all communications between the instances used for the monitoring
            jobs. Choose <code>True</code> to encrypt communications. Encryption provides greater
            security for distributed jobs, but the processing might take longer.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelExplainabilityJobDefinitionCmdlet.NetworkConfig_EnableNetworkIsolation">
            <summary>
            <para>
            <para>Whether to allow inbound and outbound network calls to and from the containers used
            for the monitoring job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelExplainabilityJobDefinitionCmdlet.EndpointInput_EndpointName">
            <summary>
            <para>
            <para>An endpoint in customer's account which has enabled <code>DataCaptureConfig</code>
            enabled.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelExplainabilityJobDefinitionCmdlet.EndpointInput_EndTimeOffset">
            <summary>
            <para>
            <para>If specified, monitoring jobs substract this time from the end time. For information
            about using offsets for scheduling monitoring jobs, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor-model-quality-schedule.html">Schedule
            Model Quality Monitoring Jobs</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelExplainabilityJobDefinitionCmdlet.ModelExplainabilityAppSpecification_Environment">
            <summary>
            <para>
            <para>Sets the environment variables in the Docker container.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelExplainabilityJobDefinitionCmdlet.EndpointInput_FeaturesAttribute">
            <summary>
            <para>
            <para>The attributes of the input data that are the input features.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelExplainabilityJobDefinitionCmdlet.ModelExplainabilityAppSpecification_ImageUri">
            <summary>
            <para>
            <para>The container image to be run by the model explainability job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelExplainabilityJobDefinitionCmdlet.EndpointInput_InferenceAttribute">
            <summary>
            <para>
            <para>The attribute of the input data that represents the ground truth label.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelExplainabilityJobDefinitionCmdlet.ClusterConfig_InstanceCount">
            <summary>
            <para>
            <para>The number of ML compute instances to use in the model monitoring job. For distributed
            processing jobs, specify a value greater than 1. The default value is 1.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelExplainabilityJobDefinitionCmdlet.ClusterConfig_InstanceType">
            <summary>
            <para>
            <para>The ML compute instance type for the processing job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelExplainabilityJobDefinitionCmdlet.JobDefinitionName">
            <summary>
            <para>
            <para> The name of the model explainability job definition. The name must be unique within
            an Amazon Web Services Region in the Amazon Web Services account.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelExplainabilityJobDefinitionCmdlet.ModelExplainabilityJobOutputConfig_KmsKeyId">
            <summary>
            <para>
            <para>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that
            Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side
            encryption.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelExplainabilityJobDefinitionCmdlet.EndpointInput_LocalPath">
            <summary>
            <para>
            <para>Path to the filesystem where the endpoint data is available to the container.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelExplainabilityJobDefinitionCmdlet.StoppingCondition_MaxRuntimeInSecond">
            <summary>
            <para>
            <para>The maximum runtime allowed in seconds.</para><note><para>The <code>MaxRuntimeInSeconds</code> cannot exceed the frequency of the job. For data
            quality and model explainability, this can be up to 3600 seconds for an hourly schedule.
            For model bias and model quality hourly schedules, this can be up to 1800 seconds.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelExplainabilityJobDefinitionCmdlet.ModelExplainabilityJobOutputConfig_MonitoringOutput">
            <summary>
            <para>
            <para>Monitoring outputs for monitoring jobs. This is where the output of the periodic monitoring
            jobs is uploaded.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelExplainabilityJobDefinitionCmdlet.EndpointInput_ProbabilityAttribute">
            <summary>
            <para>
            <para>In a classification problem, the attribute that represents the class probability.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelExplainabilityJobDefinitionCmdlet.EndpointInput_ProbabilityThresholdAttribute">
            <summary>
            <para>
            <para>The threshold for the class probability to be evaluated as a positive result.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelExplainabilityJobDefinitionCmdlet.RoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to
            perform tasks on your behalf.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelExplainabilityJobDefinitionCmdlet.EndpointInput_S3DataDistributionType">
            <summary>
            <para>
            <para>Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3
            key. Defaults to <code>FullyReplicated</code></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelExplainabilityJobDefinitionCmdlet.EndpointInput_S3InputMode">
            <summary>
            <para>
            <para>Whether the <code>Pipe</code> or <code>File</code> is used as the input mode for transferring
            data for the monitoring job. <code>Pipe</code> mode is recommended for large datasets.
            <code>File</code> mode is useful for small files that fit in memory. Defaults to <code>File</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelExplainabilityJobDefinitionCmdlet.ConstraintsResource_S3Uri">
            <summary>
            <para>
            <para>The Amazon S3 URI for the constraints resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelExplainabilityJobDefinitionCmdlet.VpcConfig_SecurityGroupId">
            <summary>
            <para>
            <para>The VPC security group IDs, in the form sg-xxxxxxxx. Specify the security groups for
            the VPC that is specified in the <code>Subnets</code> field.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelExplainabilityJobDefinitionCmdlet.EndpointInput_StartTimeOffset">
            <summary>
            <para>
            <para>If specified, monitoring jobs substract this time from the start time. For information
            about using offsets for scheduling monitoring jobs, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor-model-quality-schedule.html">Schedule
            Model Quality Monitoring Jobs</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelExplainabilityJobDefinitionCmdlet.VpcConfig_Subnet">
            <summary>
            <para>
            <para>The ID of the subnets in the VPC to which you want to connect your training job or
            model. For information about the availability of specific instance types, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/instance-types-az.html">Supported
            Instance Types and Availability Zones</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelExplainabilityJobDefinitionCmdlet.Tag">
            <summary>
            <para>
            <para>(Optional) An array of key-value pairs. For more information, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL">Using
            Cost Allocation Tags</a> in the <i>Amazon Web Services Billing and Cost Management
            User Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelExplainabilityJobDefinitionCmdlet.ClusterConfig_VolumeKmsKeyId">
            <summary>
            <para>
            <para>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that
            Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute
            instance(s) that run the model monitoring job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelExplainabilityJobDefinitionCmdlet.ClusterConfig_VolumeSizeInGB">
            <summary>
            <para>
            <para>The size of the ML storage volume, in gigabytes, that you want to provision. You must
            specify sufficient ML storage for your scenario.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelExplainabilityJobDefinitionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'JobDefinitionArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.CreateModelExplainabilityJobDefinitionResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.CreateModelExplainabilityJobDefinitionResponse 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.SM.NewSMModelExplainabilityJobDefinitionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the JobDefinitionName parameter.
            The -PassThru parameter is deprecated, use -Select '^JobDefinitionName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelExplainabilityJobDefinitionCmdlet.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.SM.NewSMModelPackageCmdlet">
            <summary>
            Creates a model package that you can use to create Amazon SageMaker models or list
            on Amazon Web Services Marketplace, or a versioned model that is part of a model group.
            Buyers can subscribe to model packages listed on Amazon Web Services Marketplace to
            create models in Amazon SageMaker.
             
              
            <para>
            To create a model package by specifying a Docker container that contains your inference
            code and the Amazon S3 location of your model artifacts, provide values for <code>InferenceSpecification</code>.
            To create a model from an algorithm resource that you created or subscribed to in
            Amazon Web Services Marketplace, provide a value for <code>SourceAlgorithmSpecification</code>.
            </para><note><para>
            There are two types of model packages:
            </para><ul><li><para>
            Versioned - a model that is part of a model group in the model registry.
            </para></li><li><para>
            Unversioned - a model package that is not part of a model group.
            </para></li></ul></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelPackageCmdlet.CertifyForMarketplace">
            <summary>
            <para>
            <para>Whether to certify the model package for listing on Amazon Web Services Marketplace.</para><para>This parameter is optional for unversioned models, and does not apply to versioned
            models.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelPackageCmdlet.MetadataProperties_CommitId">
            <summary>
            <para>
            <para>The commit ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelPackageCmdlet.InferenceSpecification_Container">
            <summary>
            <para>
            <para>The Amazon ECR registry path of the Docker image that contains the inference code.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelPackageCmdlet.ModelMetrics_Bias_Report_ContentDigest">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelPackageCmdlet.ModelMetrics_Explainability_Report_ContentDigest">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelPackageCmdlet.ModelMetrics_ModelDataQuality_Constraints_ContentDigest">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelPackageCmdlet.ModelMetrics_ModelDataQuality_Statistics_ContentDigest">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelPackageCmdlet.ModelMetrics_ModelQuality_Constraints_ContentDigest">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelPackageCmdlet.ModelMetrics_ModelQuality_Statistics_ContentDigest">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelPackageCmdlet.ModelMetrics_Bias_Report_ContentType">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelPackageCmdlet.ModelMetrics_Explainability_Report_ContentType">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelPackageCmdlet.ModelMetrics_ModelDataQuality_Constraints_ContentType">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelPackageCmdlet.ModelMetrics_ModelDataQuality_Statistics_ContentType">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelPackageCmdlet.ModelMetrics_ModelQuality_Constraints_ContentType">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelPackageCmdlet.ModelMetrics_ModelQuality_Statistics_ContentType">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelPackageCmdlet.CustomerMetadataProperty">
            <summary>
            <para>
            <para>The metadata properties associated with the model package versions.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelPackageCmdlet.MetadataProperties_GeneratedBy">
            <summary>
            <para>
            <para>The entity this entity was generated by.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelPackageCmdlet.ModelApprovalStatus">
            <summary>
            <para>
            <para>Whether the model is approved for deployment.</para><para>This parameter is optional for versioned models, and does not apply to unversioned
            models.</para><para>For versioned models, the value of this parameter must be set to <code>Approved</code>
            to deploy the model.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelPackageCmdlet.ModelPackageDescription">
            <summary>
            <para>
            <para>A description of the model package.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelPackageCmdlet.ModelPackageGroupName">
            <summary>
            <para>
            <para>The name or Amazon Resource Name (ARN) of the model package group that this model
            version belongs to.</para><para>This parameter is required for versioned models, and does not apply to unversioned
            models.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelPackageCmdlet.ModelPackageName">
            <summary>
            <para>
            <para>The name of the model package. The name must have 1 to 63 characters. Valid characters
            are a-z, A-Z, 0-9, and - (hyphen).</para><para>This parameter is required for unversioned models. It is not applicable to versioned
            models.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelPackageCmdlet.MetadataProperties_ProjectId">
            <summary>
            <para>
            <para>The project ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelPackageCmdlet.MetadataProperties_Repository">
            <summary>
            <para>
            <para>The repository.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelPackageCmdlet.ModelMetrics_Bias_Report_S3Uri">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelPackageCmdlet.ModelMetrics_Explainability_Report_S3Uri">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelPackageCmdlet.ModelMetrics_ModelDataQuality_Constraints_S3Uri">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelPackageCmdlet.ModelMetrics_ModelDataQuality_Statistics_S3Uri">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelPackageCmdlet.ModelMetrics_ModelQuality_Constraints_S3Uri">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelPackageCmdlet.ModelMetrics_ModelQuality_Statistics_S3Uri">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelPackageCmdlet.SourceAlgorithmSpecification_SourceAlgorithm">
            <summary>
            <para>
            <para>A list of the algorithms that were used to create a model package.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelPackageCmdlet.InferenceSpecification_SupportedContentType">
            <summary>
            <para>
            <para>The supported MIME types for the input data.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelPackageCmdlet.InferenceSpecification_SupportedRealtimeInferenceInstanceType">
            <summary>
            <para>
            <para>A list of the instance types that are used to generate inferences in real-time.</para><para>This parameter is required for unversioned models, and optional for versioned models.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelPackageCmdlet.InferenceSpecification_SupportedResponseMIMEType">
            <summary>
            <para>
            <para>The supported MIME types for the output data.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelPackageCmdlet.InferenceSpecification_SupportedTransformInstanceType">
            <summary>
            <para>
            <para>A list of the instance types on which a transformation job can be run or on which
            an endpoint can be deployed.</para><para>This parameter is required for unversioned models, and optional for versioned models.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelPackageCmdlet.Tag">
            <summary>
            <para>
            <para>A list of key value pairs associated with the model. For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon
            Web Services resources</a> in the <i>Amazon Web Services General Reference Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelPackageCmdlet.ValidationSpecification_ValidationProfile">
            <summary>
            <para>
            <para>An array of <code>ModelPackageValidationProfile</code> objects, each of which specifies
            a batch transform job that Amazon SageMaker runs to validate your model package.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelPackageCmdlet.ValidationSpecification_ValidationRole">
            <summary>
            <para>
            <para>The IAM roles to be used for the validation of the model package.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelPackageCmdlet.ClientToken">
            <summary>
            <para>
            <para>A unique token that guarantees that the call to this API is idempotent.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelPackageCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ModelPackageArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.CreateModelPackageResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.CreateModelPackageResponse 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.SM.NewSMModelPackageCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ModelPackageName parameter.
            The -PassThru parameter is deprecated, use -Select '^ModelPackageName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelPackageCmdlet.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.SM.NewSMModelPackageGroupCmdlet">
            <summary>
            Creates a model group. A model group contains a group of model versions.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelPackageGroupCmdlet.ModelPackageGroupDescription">
            <summary>
            <para>
            <para>A description for the model group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelPackageGroupCmdlet.ModelPackageGroupName">
            <summary>
            <para>
            <para>The name of the model group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelPackageGroupCmdlet.Tag">
            <summary>
            <para>
            <para>A list of key value pairs associated with the model group. For more information, see
            <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon
            Web Services resources</a> in the <i>Amazon Web Services General Reference Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelPackageGroupCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ModelPackageGroupArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.CreateModelPackageGroupResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.CreateModelPackageGroupResponse 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.SM.NewSMModelPackageGroupCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ModelPackageGroupName parameter.
            The -PassThru parameter is deprecated, use -Select '^ModelPackageGroupName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelPackageGroupCmdlet.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.SM.NewSMModelQualityJobDefinitionCmdlet">
            <summary>
            Creates a definition for a job that monitors model quality and drift. For information
            about model monitor, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor.html">Amazon
            SageMaker Model Monitor</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelQualityJobDefinitionCmdlet.ModelQualityBaselineConfig_BaseliningJobName">
            <summary>
            <para>
            <para>The name of the job that performs baselining for the monitoring job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelQualityJobDefinitionCmdlet.ModelQualityAppSpecification_ContainerArgument">
            <summary>
            <para>
            <para>An array of arguments for the container used to run the monitoring job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelQualityJobDefinitionCmdlet.ModelQualityAppSpecification_ContainerEntrypoint">
            <summary>
            <para>
            <para>Specifies the entrypoint for a container that the monitoring job runs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelQualityJobDefinitionCmdlet.NetworkConfig_EnableInterContainerTrafficEncryption">
            <summary>
            <para>
            <para>Whether to encrypt all communications between the instances used for the monitoring
            jobs. Choose <code>True</code> to encrypt communications. Encryption provides greater
            security for distributed jobs, but the processing might take longer.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelQualityJobDefinitionCmdlet.NetworkConfig_EnableNetworkIsolation">
            <summary>
            <para>
            <para>Whether to allow inbound and outbound network calls to and from the containers used
            for the monitoring job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelQualityJobDefinitionCmdlet.EndpointInput_EndpointName">
            <summary>
            <para>
            <para>An endpoint in customer's account which has enabled <code>DataCaptureConfig</code>
            enabled.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelQualityJobDefinitionCmdlet.EndpointInput_EndTimeOffset">
            <summary>
            <para>
            <para>If specified, monitoring jobs substract this time from the end time. For information
            about using offsets for scheduling monitoring jobs, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor-model-quality-schedule.html">Schedule
            Model Quality Monitoring Jobs</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelQualityJobDefinitionCmdlet.ModelQualityAppSpecification_Environment">
            <summary>
            <para>
            <para>Sets the environment variables in the container that the monitoring job runs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelQualityJobDefinitionCmdlet.EndpointInput_FeaturesAttribute">
            <summary>
            <para>
            <para>The attributes of the input data that are the input features.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelQualityJobDefinitionCmdlet.ModelQualityAppSpecification_ImageUri">
            <summary>
            <para>
            <para>The address of the container image that the monitoring job runs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelQualityJobDefinitionCmdlet.EndpointInput_InferenceAttribute">
            <summary>
            <para>
            <para>The attribute of the input data that represents the ground truth label.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelQualityJobDefinitionCmdlet.ClusterConfig_InstanceCount">
            <summary>
            <para>
            <para>The number of ML compute instances to use in the model monitoring job. For distributed
            processing jobs, specify a value greater than 1. The default value is 1.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelQualityJobDefinitionCmdlet.ClusterConfig_InstanceType">
            <summary>
            <para>
            <para>The ML compute instance type for the processing job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelQualityJobDefinitionCmdlet.JobDefinitionName">
            <summary>
            <para>
            <para>The name of the monitoring job definition.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelQualityJobDefinitionCmdlet.ModelQualityJobOutputConfig_KmsKeyId">
            <summary>
            <para>
            <para>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that
            Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side
            encryption.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelQualityJobDefinitionCmdlet.EndpointInput_LocalPath">
            <summary>
            <para>
            <para>Path to the filesystem where the endpoint data is available to the container.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelQualityJobDefinitionCmdlet.StoppingCondition_MaxRuntimeInSecond">
            <summary>
            <para>
            <para>The maximum runtime allowed in seconds.</para><note><para>The <code>MaxRuntimeInSeconds</code> cannot exceed the frequency of the job. For data
            quality and model explainability, this can be up to 3600 seconds for an hourly schedule.
            For model bias and model quality hourly schedules, this can be up to 1800 seconds.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelQualityJobDefinitionCmdlet.ModelQualityJobOutputConfig_MonitoringOutput">
            <summary>
            <para>
            <para>Monitoring outputs for monitoring jobs. This is where the output of the periodic monitoring
            jobs is uploaded.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelQualityJobDefinitionCmdlet.ModelQualityAppSpecification_PostAnalyticsProcessorSourceUri">
            <summary>
            <para>
            <para>An Amazon S3 URI to a script that is called after analysis has been performed. Applicable
            only for the built-in (first party) containers.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelQualityJobDefinitionCmdlet.EndpointInput_ProbabilityAttribute">
            <summary>
            <para>
            <para>In a classification problem, the attribute that represents the class probability.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelQualityJobDefinitionCmdlet.EndpointInput_ProbabilityThresholdAttribute">
            <summary>
            <para>
            <para>The threshold for the class probability to be evaluated as a positive result.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelQualityJobDefinitionCmdlet.ModelQualityAppSpecification_ProblemType">
            <summary>
            <para>
            <para>The machine learning problem type of the model that the monitoring job monitors.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelQualityJobDefinitionCmdlet.ModelQualityAppSpecification_RecordPreprocessorSourceUri">
            <summary>
            <para>
            <para>An Amazon S3 URI to a script that is called per row prior to running analysis. It
            can base64 decode the payload and convert it into a flatted json so that the built-in
            container can use the converted data. Applicable only for the built-in (first party)
            containers.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelQualityJobDefinitionCmdlet.RoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to
            perform tasks on your behalf.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelQualityJobDefinitionCmdlet.EndpointInput_S3DataDistributionType">
            <summary>
            <para>
            <para>Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3
            key. Defaults to <code>FullyReplicated</code></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelQualityJobDefinitionCmdlet.EndpointInput_S3InputMode">
            <summary>
            <para>
            <para>Whether the <code>Pipe</code> or <code>File</code> is used as the input mode for transferring
            data for the monitoring job. <code>Pipe</code> mode is recommended for large datasets.
            <code>File</code> mode is useful for small files that fit in memory. Defaults to <code>File</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelQualityJobDefinitionCmdlet.ConstraintsResource_S3Uri">
            <summary>
            <para>
            <para>The Amazon S3 URI for the constraints resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelQualityJobDefinitionCmdlet.GroundTruthS3Input_S3Uri">
            <summary>
            <para>
            <para>The address of the Amazon S3 location of the ground truth labels.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelQualityJobDefinitionCmdlet.VpcConfig_SecurityGroupId">
            <summary>
            <para>
            <para>The VPC security group IDs, in the form sg-xxxxxxxx. Specify the security groups for
            the VPC that is specified in the <code>Subnets</code> field.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelQualityJobDefinitionCmdlet.EndpointInput_StartTimeOffset">
            <summary>
            <para>
            <para>If specified, monitoring jobs substract this time from the start time. For information
            about using offsets for scheduling monitoring jobs, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor-model-quality-schedule.html">Schedule
            Model Quality Monitoring Jobs</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelQualityJobDefinitionCmdlet.VpcConfig_Subnet">
            <summary>
            <para>
            <para>The ID of the subnets in the VPC to which you want to connect your training job or
            model. For information about the availability of specific instance types, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/instance-types-az.html">Supported
            Instance Types and Availability Zones</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelQualityJobDefinitionCmdlet.Tag">
            <summary>
            <para>
            <para>(Optional) An array of key-value pairs. For more information, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL">Using
            Cost Allocation Tags</a> in the <i>Amazon Web Services Billing and Cost Management
            User Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelQualityJobDefinitionCmdlet.ClusterConfig_VolumeKmsKeyId">
            <summary>
            <para>
            <para>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that
            Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute
            instance(s) that run the model monitoring job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelQualityJobDefinitionCmdlet.ClusterConfig_VolumeSizeInGB">
            <summary>
            <para>
            <para>The size of the ML storage volume, in gigabytes, that you want to provision. You must
            specify sufficient ML storage for your scenario.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelQualityJobDefinitionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'JobDefinitionArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.CreateModelQualityJobDefinitionResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.CreateModelQualityJobDefinitionResponse 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.SM.NewSMModelQualityJobDefinitionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the JobDefinitionName parameter.
            The -PassThru parameter is deprecated, use -Select '^JobDefinitionName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMModelQualityJobDefinitionCmdlet.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.SM.NewSMMonitoringScheduleCmdlet">
            <summary>
            Creates a schedule that regularly starts Amazon SageMaker Processing Jobs to monitor
            the data captured for an Amazon SageMaker Endoint.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMMonitoringScheduleCmdlet.MonitoringScheduleConfig">
            <summary>
            <para>
            <para>The configuration object that specifies the monitoring schedule and defines the monitoring
            job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMMonitoringScheduleCmdlet.MonitoringScheduleName">
            <summary>
            <para>
            <para>The name of the monitoring schedule. The name must be unique within an Amazon Web
            Services Region within an Amazon Web Services account.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMMonitoringScheduleCmdlet.Tag">
            <summary>
            <para>
            <para>(Optional) An array of key-value pairs. For more information, see <a href=" https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL">Using
            Cost Allocation Tags</a> in the <i>Amazon Web Services Billing and Cost Management
            User Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMMonitoringScheduleCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'MonitoringScheduleArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.CreateMonitoringScheduleResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.CreateMonitoringScheduleResponse 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.SM.NewSMMonitoringScheduleCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the MonitoringScheduleName parameter.
            The -PassThru parameter is deprecated, use -Select '^MonitoringScheduleName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMMonitoringScheduleCmdlet.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.SM.NewSMNotebookInstanceCmdlet">
            <summary>
            Creates an Amazon SageMaker notebook instance. A notebook instance is a machine learning
            (ML) compute instance running on a Jupyter notebook.
             
              
            <para>
            In a <code>CreateNotebookInstance</code> request, specify the type of ML compute instance
            that you want to run. Amazon SageMaker launches the instance, installs common libraries
            that you can use to explore datasets for model training, and attaches an ML storage
            volume to the notebook instance.
            </para><para>
            Amazon SageMaker also provides a set of example notebooks. Each notebook demonstrates
            how to use Amazon SageMaker with a specific algorithm or with a machine learning framework.
             
            </para><para>
            After receiving the request, Amazon SageMaker does the following:
            </para><ol><li><para>
            Creates a network interface in the Amazon SageMaker VPC.
            </para></li><li><para>
            (Option) If you specified <code>SubnetId</code>, Amazon SageMaker creates a network
            interface in your own VPC, which is inferred from the subnet ID that you provide in
            the input. When creating this network interface, Amazon SageMaker attaches the security
            group that you specified in the request to the network interface that it creates in
            your VPC.
            </para></li><li><para>
            Launches an EC2 instance of the type specified in the request in the Amazon SageMaker
            VPC. If you specified <code>SubnetId</code> of your VPC, Amazon SageMaker specifies
            both network interfaces when launching this instance. This enables inbound traffic
            from your own VPC to the notebook instance, assuming that the security groups allow
            it.
            </para></li></ol><para>
            After creating the notebook instance, Amazon SageMaker returns its Amazon Resource
            Name (ARN). You can't change the name of a notebook instance after you create it.
            </para><para>
            After Amazon SageMaker creates the notebook instance, you can connect to the Jupyter
            server and work in Jupyter notebooks. For example, you can write code to explore a
            dataset that you can use for model training, train a model, host models by creating
            Amazon SageMaker endpoints, and validate hosted models.
            </para><para>
            For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/how-it-works.html">How
            It Works</a>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMNotebookInstanceCmdlet.AcceleratorType">
            <summary>
            <para>
            <para>A list of Elastic Inference (EI) instance types to associate with this notebook instance.
            Currently, only one instance type can be associated with a notebook instance. For
            more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/ei.html">Using
            Elastic Inference in Amazon SageMaker</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMNotebookInstanceCmdlet.AdditionalCodeRepository">
            <summary>
            <para>
            <para>An array of up to three Git repositories to associate with the notebook instance.
            These can be either the names of Git repositories stored as resources in your account,
            or the URL of Git repositories in <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">Amazon
            Web Services CodeCommit</a> or in any other Git repository. These repositories are
            cloned at the same level as the default repository of your notebook instance. For
            more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html">Associating
            Git Repositories with Amazon SageMaker Notebook Instances</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMNotebookInstanceCmdlet.DefaultCodeRepository">
            <summary>
            <para>
            <para>A Git repository to associate with the notebook instance as its default code repository.
            This can be either the name of a Git repository stored as a resource in your account,
            or the URL of a Git repository in <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">Amazon
            Web Services CodeCommit</a> or in any other Git repository. When you open a notebook
            instance, it opens in the directory that contains this repository. For more information,
            see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html">Associating
            Git Repositories with Amazon SageMaker Notebook Instances</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMNotebookInstanceCmdlet.DirectInternetAccess">
            <summary>
            <para>
            <para>Sets whether Amazon SageMaker provides internet access to the notebook instance. If
            you set this to <code>Disabled</code> this notebook instance is able to access resources
            only in your VPC, and is not be able to connect to Amazon SageMaker training and endpoint
            services unless you configure a NAT Gateway in your VPC.</para><para>For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/appendix-additional-considerations.html#appendix-notebook-and-internet-access">Notebook
            Instances Are Internet-Enabled by Default</a>. You can set the value of this parameter
            to <code>Disabled</code> only if you set a value for the <code>SubnetId</code> parameter.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMNotebookInstanceCmdlet.InstanceType">
            <summary>
            <para>
            <para>The type of ML compute instance to launch for the notebook instance.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMNotebookInstanceCmdlet.KmsKeyId">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key
            that Amazon SageMaker uses to encrypt data on the storage volume attached to your
            notebook instance. The KMS key you provide must be enabled. For information, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/enabling-keys.html">Enabling
            and Disabling Keys</a> in the <i>Amazon Web Services Key Management Service Developer
            Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMNotebookInstanceCmdlet.LifecycleConfigName">
            <summary>
            <para>
            <para>The name of a lifecycle configuration to associate with the notebook instance. For
            information about lifestyle configurations, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/notebook-lifecycle-config.html">Step
            2.1: (Optional) Customize a Notebook Instance</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMNotebookInstanceCmdlet.NotebookInstanceName">
            <summary>
            <para>
            <para>The name of the new notebook instance.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMNotebookInstanceCmdlet.PlatformIdentifier">
            <summary>
            <para>
            <para>The platform identifier of the notebook instance runtime environment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMNotebookInstanceCmdlet.RoleArn">
            <summary>
            <para>
            <para> When you send any requests to Amazon Web Services resources from the notebook instance,
            Amazon SageMaker assumes this role to perform tasks on your behalf. You must grant
            this role necessary permissions so Amazon SageMaker can perform these tasks. The policy
            must allow the Amazon SageMaker service principal (sagemaker.amazonaws.com) permissions
            to assume this role. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-roles.html">Amazon
            SageMaker Roles</a>. </para><note><para>To be able to pass this role to Amazon SageMaker, the caller of this API must have
            the <code>iam:PassRole</code> permission.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMNotebookInstanceCmdlet.RootAccess">
            <summary>
            <para>
            <para>Whether root access is enabled or disabled for users of the notebook instance. The
            default value is <code>Enabled</code>.</para><note><para>Lifecycle configurations need root access to be able to set up a notebook instance.
            Because of this, lifecycle configurations associated with a notebook instance always
            run with root access even if you disable root access for users.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMNotebookInstanceCmdlet.SecurityGroupId">
            <summary>
            <para>
            <para>The VPC security group IDs, in the form sg-xxxxxxxx. The security groups must be for
            the same VPC as specified in the subnet. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMNotebookInstanceCmdlet.SubnetId">
            <summary>
            <para>
            <para>The ID of the subnet in a VPC to which you would like to have a connectivity from
            your ML compute instance. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMNotebookInstanceCmdlet.Tag">
            <summary>
            <para>
            <para>An array of key-value pairs. You can use tags to categorize your Amazon Web Services
            resources in different ways, for example, by purpose, owner, or environment. For more
            information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging
            Amazon Web Services Resources</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMNotebookInstanceCmdlet.VolumeSizeInGB">
            <summary>
            <para>
            <para>The size, in GB, of the ML storage volume to attach to the notebook instance. The
            default value is 5 GB.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMNotebookInstanceCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'NotebookInstanceArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.CreateNotebookInstanceResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.CreateNotebookInstanceResponse 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.SM.NewSMNotebookInstanceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the NotebookInstanceName parameter.
            The -PassThru parameter is deprecated, use -Select '^NotebookInstanceName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMNotebookInstanceCmdlet.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.SM.NewSMNotebookInstanceLifecycleConfigCmdlet">
            <summary>
            Creates a lifecycle configuration that you can associate with a notebook instance.
            A <i>lifecycle configuration</i> is a collection of shell scripts that run when you
            create or start a notebook instance.
             
              
            <para>
            Each lifecycle configuration script has a limit of 16384 characters.
            </para><para>
            The value of the <code>$PATH</code> environment variable that is available to both
            scripts is <code>/sbin:bin:/usr/sbin:/usr/bin</code>.
            </para><para>
            View CloudWatch Logs for notebook instance lifecycle configurations in log group <code>/aws/sagemaker/NotebookInstances</code>
            in log stream <code>[notebook-instance-name]/[LifecycleConfigHook]</code>.
            </para><para>
            Lifecycle configuration scripts cannot run for longer than 5 minutes. If a script
            runs for longer than 5 minutes, it fails and the notebook instance is not created
            or started.
            </para><para>
            For information about notebook instance lifestyle configurations, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/notebook-lifecycle-config.html">Step
            2.1: (Optional) Customize a Notebook Instance</a>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMNotebookInstanceLifecycleConfigCmdlet.NotebookInstanceLifecycleConfigName">
            <summary>
            <para>
            <para>The name of the lifecycle configuration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMNotebookInstanceLifecycleConfigCmdlet.OnCreate">
            <summary>
            <para>
            <para>A shell script that runs only once, when you create a notebook instance. The shell
            script must be a base64-encoded string.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMNotebookInstanceLifecycleConfigCmdlet.OnStart">
            <summary>
            <para>
            <para>A shell script that runs every time you start a notebook instance, including when
            you create the notebook instance. The shell script must be a base64-encoded string.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMNotebookInstanceLifecycleConfigCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'NotebookInstanceLifecycleConfigArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.CreateNotebookInstanceLifecycleConfigResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.CreateNotebookInstanceLifecycleConfigResponse 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.SM.NewSMNotebookInstanceLifecycleConfigCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the NotebookInstanceLifecycleConfigName parameter.
            The -PassThru parameter is deprecated, use -Select '^NotebookInstanceLifecycleConfigName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMNotebookInstanceLifecycleConfigCmdlet.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.SM.NewSMPipelineCmdlet">
            <summary>
            Creates a pipeline using a JSON pipeline definition.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMPipelineCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>A unique, case-sensitive identifier that you provide to ensure the idempotency of
            the operation. An idempotent operation completes no more than one time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMPipelineCmdlet.PipelineDefinition">
            <summary>
            <para>
            <para>The JSON pipeline definition of the pipeline.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMPipelineCmdlet.PipelineDescription">
            <summary>
            <para>
            <para>A description of the pipeline.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMPipelineCmdlet.PipelineDisplayName">
            <summary>
            <para>
            <para>The display name of the pipeline.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMPipelineCmdlet.PipelineName">
            <summary>
            <para>
            <para>The name of the pipeline.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMPipelineCmdlet.RoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the role used by the pipeline to access and create
            resources.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMPipelineCmdlet.Tag">
            <summary>
            <para>
            <para>A list of tags to apply to the created pipeline.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMPipelineCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'PipelineArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.CreatePipelineResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.CreatePipelineResponse 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.SM.NewSMPipelineCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the PipelineName parameter.
            The -PassThru parameter is deprecated, use -Select '^PipelineName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMPipelineCmdlet.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.SM.NewSMPresignedDomainUrlCmdlet">
            <summary>
            Creates a URL for a specified UserProfile in a Domain. When accessed in a web browser,
            the user will be automatically signed in to Amazon SageMaker Studio, and granted access
            to all of the Apps and files associated with the Domain's Amazon Elastic File System
            (EFS) volume. This operation can only be called when the authentication mode equals
            IAM.
             
              
            <para>
            The IAM role or user used to call this API defines the permissions to access the app.
            Once the presigned URL is created, no additional permission is required to access
            this URL. IAM authorization policies for this API are also enforced for every HTTP
            request and WebSocket frame that attempts to connect to the app.
            </para><para>
            You can restrict access to this API and to the URL that it returns to a list of IP
            addresses, Amazon VPCs or Amazon VPC Endpoints that you specify. For more information,
            see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/studio-interface-endpoint.html">Connect
            to SageMaker Studio Through an Interface VPC Endpoint</a> .
            </para><note><para>
            The URL that you get from a call to <code>CreatePresignedDomainUrl</code> has a default
            timeout of 5 minutes. You can configure this value using <code>ExpiresInSeconds</code>.
            If you try to use the URL after the timeout limit expires, you are directed to the
            Amazon Web Services console sign-in page.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMPresignedDomainUrlCmdlet.DomainId">
            <summary>
            <para>
            <para>The domain ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMPresignedDomainUrlCmdlet.ExpiresInSecond">
            <summary>
            <para>
            <para>The number of seconds until the pre-signed URL expires. This value defaults to 300.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMPresignedDomainUrlCmdlet.SessionExpirationDurationInSecond">
            <summary>
            <para>
            <para>The session expiration duration in seconds. This value defaults to 43200.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMPresignedDomainUrlCmdlet.UserProfileName">
            <summary>
            <para>
            <para>The name of the UserProfile to sign-in as.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMPresignedDomainUrlCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'AuthorizedUrl'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.CreatePresignedDomainUrlResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.CreatePresignedDomainUrlResponse 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.SM.NewSMPresignedDomainUrlCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DomainId parameter.
            The -PassThru parameter is deprecated, use -Select '^DomainId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMPresignedDomainUrlCmdlet.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.SM.NewSMPresignedNotebookInstanceUrlCmdlet">
            <summary>
            Returns a URL that you can use to connect to the Jupyter server from a notebook instance.
            In the Amazon SageMaker console, when you choose <code>Open</code> next to a notebook
            instance, Amazon SageMaker opens a new tab showing the Jupyter server home page from
            the notebook instance. The console uses this API to get the URL and show the page.
             
              
            <para>
             The IAM role or user used to call this API defines the permissions to access the
            notebook instance. Once the presigned URL is created, no additional permission is
            required to access this URL. IAM authorization policies for this API are also enforced
            for every HTTP request and WebSocket frame that attempts to connect to the notebook
            instance.
            </para><para>
            You can restrict access to this API and to the URL that it returns to a list of IP
            addresses that you specify. Use the <code>NotIpAddress</code> condition operator and
            the <code>aws:SourceIP</code> condition context key to specify the list of IP addresses
            that you want to have access to the notebook instance. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/security_iam_id-based-policy-examples.html#nbi-ip-filter">Limit
            Access to a Notebook Instance by IP Address</a>.
            </para><note><para>
            The URL that you get from a call to <a>CreatePresignedNotebookInstanceUrl</a> is valid
            only for 5 minutes. If you try to use the URL after the 5-minute limit expires, you
            are directed to the Amazon Web Services console sign-in page.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMPresignedNotebookInstanceUrlCmdlet.NotebookInstanceName">
            <summary>
            <para>
            <para>The name of the notebook instance.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMPresignedNotebookInstanceUrlCmdlet.SessionExpirationDurationInSecond">
            <summary>
            <para>
            <para>The duration of the session, in seconds. The default is 12 hours.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMPresignedNotebookInstanceUrlCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'AuthorizedUrl'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.CreatePresignedNotebookInstanceUrlResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.CreatePresignedNotebookInstanceUrlResponse 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.SM.NewSMPresignedNotebookInstanceUrlCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the NotebookInstanceName parameter.
            The -PassThru parameter is deprecated, use -Select '^NotebookInstanceName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMPresignedNotebookInstanceUrlCmdlet.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.SM.NewSMProcessingJobCmdlet">
            <summary>
            Creates a processing job.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMProcessingJobCmdlet.AppSpecification_ContainerArgument">
            <summary>
            <para>
            <para>The arguments for a container used to run a processing job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMProcessingJobCmdlet.AppSpecification_ContainerEntrypoint">
            <summary>
            <para>
            <para>The entrypoint for a container used to run a processing job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMProcessingJobCmdlet.NetworkConfig_EnableInterContainerTrafficEncryption">
            <summary>
            <para>
            <para>Whether to encrypt all communications between distributed processing jobs. Choose
            <code>True</code> to encrypt communications. Encryption provides greater security
            for distributed processing jobs, but the processing might take longer.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMProcessingJobCmdlet.NetworkConfig_EnableNetworkIsolation">
            <summary>
            <para>
            <para>Whether to allow inbound and outbound network calls to and from the containers used
            for the processing job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMProcessingJobCmdlet.Environment">
            <summary>
            <para>
            <para>The environment variables to set in the Docker container. Up to 100 key and values
            entries in the map are supported.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMProcessingJobCmdlet.ExperimentConfig_ExperimentName">
            <summary>
            <para>
            <para>The name of an existing experiment to associate the trial component with.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMProcessingJobCmdlet.AppSpecification_ImageUri">
            <summary>
            <para>
            <para>The container image to be run by the processing job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMProcessingJobCmdlet.ClusterConfig_InstanceCount">
            <summary>
            <para>
            <para>The number of ML compute instances to use in the processing job. For distributed processing
            jobs, specify a value greater than 1. The default value is 1.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMProcessingJobCmdlet.ClusterConfig_InstanceType">
            <summary>
            <para>
            <para>The ML compute instance type for the processing job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMProcessingJobCmdlet.ProcessingOutputConfig_KmsKeyId">
            <summary>
            <para>
            <para>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that
            Amazon SageMaker uses to encrypt the processing job output. <code>KmsKeyId</code>
            can be an ID of a KMS key, ARN of a KMS key, alias of a KMS key, or alias of a KMS
            key. The <code>KmsKeyId</code> is applied to all outputs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMProcessingJobCmdlet.StoppingCondition_MaxRuntimeInSecond">
            <summary>
            <para>
            <para>Specifies the maximum runtime in seconds.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMProcessingJobCmdlet.ProcessingOutputConfig_Output">
            <summary>
            <para>
            <para>An array of outputs configuring the data to upload from the processing container.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMProcessingJobCmdlet.ProcessingInput">
            <summary>
            <para>
            <para>An array of inputs configuring the data to download into the processing container.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMProcessingJobCmdlet.ProcessingJobName">
            <summary>
            <para>
            <para> The name of the processing job. The name must be unique within an Amazon Web Services
            Region in the Amazon Web Services account.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMProcessingJobCmdlet.RoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to
            perform tasks on your behalf.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMProcessingJobCmdlet.VpcConfig_SecurityGroupId">
            <summary>
            <para>
            <para>The VPC security group IDs, in the form sg-xxxxxxxx. Specify the security groups for
            the VPC that is specified in the <code>Subnets</code> field.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMProcessingJobCmdlet.VpcConfig_Subnet">
            <summary>
            <para>
            <para>The ID of the subnets in the VPC to which you want to connect your training job or
            model. For information about the availability of specific instance types, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/instance-types-az.html">Supported
            Instance Types and Availability Zones</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMProcessingJobCmdlet.Tag">
            <summary>
            <para>
            <para>(Optional) An array of key-value pairs. For more information, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL">Using
            Cost Allocation Tags</a> in the <i>Amazon Web Services Billing and Cost Management
            User Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMProcessingJobCmdlet.ExperimentConfig_TrialComponentDisplayName">
            <summary>
            <para>
            <para>The display name for the trial component. If this key isn't specified, the display
            name is the trial component name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMProcessingJobCmdlet.ExperimentConfig_TrialName">
            <summary>
            <para>
            <para>The name of an existing trial to associate the trial component with. If not specified,
            a new trial is created.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMProcessingJobCmdlet.ClusterConfig_VolumeKmsKeyId">
            <summary>
            <para>
            <para>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that
            Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute
            instance(s) that run the processing job. </para><note><para>Certain Nitro-based instances include local storage, dependent on the instance type.
            Local storage volumes are encrypted using a hardware module on the instance. You can't
            request a <code>VolumeKmsKeyId</code> when using an instance type with local storage.</para><para>For a list of instance types that support local instance storage, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html#instance-store-volumes">Instance
            Store Volumes</a>.</para><para>For more information about local instance storage encryption, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ssd-instance-store.html">SSD
            Instance Store Volumes</a>.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMProcessingJobCmdlet.ClusterConfig_VolumeSizeInGB">
            <summary>
            <para>
            <para>The size of the ML storage volume in gigabytes that you want to provision. You must
            specify sufficient ML storage for your scenario.</para><note><para>Certain Nitro-based instances include local storage with a fixed total size, dependent
            on the instance type. When using these instances for processing, Amazon SageMaker
            mounts the local instance storage instead of Amazon EBS gp2 storage. You can't request
            a <code>VolumeSizeInGB</code> greater than the total size of the local instance storage.</para><para>For a list of instance types that support local instance storage, including the total
            size per instance type, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html#instance-store-volumes">Instance
            Store Volumes</a>.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMProcessingJobCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ProcessingJobArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.CreateProcessingJobResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.CreateProcessingJobResponse 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.SM.NewSMProcessingJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ProcessingJobName parameter.
            The -PassThru parameter is deprecated, use -Select '^ProcessingJobName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMProcessingJobCmdlet.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.SM.NewSMProjectCmdlet">
            <summary>
            Creates a machine learning (ML) project that can contain one or more templates that
            set up an ML pipeline from training to deploying an approved model.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMProjectCmdlet.ServiceCatalogProvisioningDetails_PathId">
            <summary>
            <para>
            <para>The path identifier of the product. This value is optional if the product has a default
            path, and required if the product has more than one path. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMProjectCmdlet.ServiceCatalogProvisioningDetails_ProductId">
            <summary>
            <para>
            <para>The ID of the product to provision.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMProjectCmdlet.ProjectDescription">
            <summary>
            <para>
            <para>A description for the project.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMProjectCmdlet.ProjectName">
            <summary>
            <para>
            <para>The name of the project.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMProjectCmdlet.ServiceCatalogProvisioningDetails_ProvisioningArtifactId">
            <summary>
            <para>
            <para>The ID of the provisioning artifact.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMProjectCmdlet.ServiceCatalogProvisioningDetails_ProvisioningParameter">
            <summary>
            <para>
            <para>A list of key value pairs that you specify when you provision a product.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMProjectCmdlet.Tag">
            <summary>
            <para>
            <para>An array of key-value pairs that you want to use to organize and track your Amazon
            Web Services resource costs. For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging
            Amazon Web Services resources</a> in the <i>Amazon Web Services General Reference
            Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMProjectCmdlet.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.SageMaker.Model.CreateProjectResponse).
            Specifying the name of a property of type Amazon.SageMaker.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.SM.NewSMProjectCmdlet.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.SM.NewSMProjectCmdlet.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.SM.NewSMStudioLifecycleConfigCmdlet">
            <summary>
            Creates a new Studio Lifecycle Configuration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMStudioLifecycleConfigCmdlet.StudioLifecycleConfigAppType">
            <summary>
            <para>
            <para>The App type that the Lifecycle Configuration is attached to.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMStudioLifecycleConfigCmdlet.StudioLifecycleConfigContent">
            <summary>
            <para>
            <para>The content of your Studio Lifecycle Configuration script. This content must be base64
            encoded.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMStudioLifecycleConfigCmdlet.StudioLifecycleConfigName">
            <summary>
            <para>
            <para>The name of the Studio Lifecycle Configuration to create.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMStudioLifecycleConfigCmdlet.Tag">
            <summary>
            <para>
            <para>Tags to be associated with the Lifecycle Configuration. Each tag consists of a key
            and an optional value. Tag keys must be unique per resource. Tags are searchable using
            the Search API. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMStudioLifecycleConfigCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'StudioLifecycleConfigArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.CreateStudioLifecycleConfigResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.CreateStudioLifecycleConfigResponse 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.SM.NewSMStudioLifecycleConfigCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StudioLifecycleConfigName parameter.
            The -PassThru parameter is deprecated, use -Select '^StudioLifecycleConfigName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMStudioLifecycleConfigCmdlet.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.SM.NewSMTrainingJobCmdlet">
            <summary>
            Starts a model training job. After training completes, Amazon SageMaker saves the
            resulting model artifacts to an Amazon S3 location that you specify.
             
              
            <para>
            If you choose to host your model using Amazon SageMaker hosting services, you can
            use the resulting model artifacts as part of the model. You can also use the artifacts
            in a machine learning service other than Amazon SageMaker, provided that you know
            how to use them for inference.
            </para><para>
            In the request body, you provide the following:
            </para><ul><li><para><code>AlgorithmSpecification</code> - Identifies the training algorithm to use.
            </para></li><li><para><code>HyperParameters</code> - Specify these algorithm-specific parameters to enable
            the estimation of model parameters during training. Hyperparameters can be tuned to
            optimize this learning process. For a list of hyperparameters for each training algorithm
            provided by Amazon SageMaker, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/algos.html">Algorithms</a>.
             
            </para></li><li><para><code>InputDataConfig</code> - Describes the training dataset and the Amazon S3,
            EFS, or FSx location where it is stored.
            </para></li><li><para><code>OutputDataConfig</code> - Identifies the Amazon S3 bucket where you want Amazon
            SageMaker to save the results of model training.
            </para></li><li><para><code>ResourceConfig</code> - Identifies the resources, ML compute instances, and
            ML storage volumes to deploy for model training. In distributed training, you specify
            more than one instance.
            </para></li><li><para><code>EnableManagedSpotTraining</code> - Optimize the cost of training machine learning
            models by up to 80% by using Amazon EC2 Spot instances. For more information, see
            <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-managed-spot-training.html">Managed
            Spot Training</a>.
            </para></li><li><para><code>RoleArn</code> - The Amazon Resource Name (ARN) that Amazon SageMaker assumes
            to perform tasks on your behalf during model training. You must grant this role the
            necessary permissions so that Amazon SageMaker can successfully complete model training.
             
            </para></li><li><para><code>StoppingCondition</code> - To help cap training costs, use <code>MaxRuntimeInSeconds</code>
            to set a time limit for training. Use <code>MaxWaitTimeInSeconds</code> to specify
            how long a managed spot training job has to complete.
            </para></li><li><para><code>Environment</code> - The environment variables to set in the Docker container.
            </para></li><li><para><code>RetryStrategy</code> - The number of times to retry the job when the job fails
            due to an <code>InternalServerError</code>.
            </para></li></ul><para>
             For more information about Amazon SageMaker, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/how-it-works.html">How
            It Works</a>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrainingJobCmdlet.AlgorithmSpecification">
            <summary>
            <para>
            <para>The registry path of the Docker image that contains the training algorithm and algorithm-specific
            metadata, including the input mode. For more information about algorithms provided
            by Amazon SageMaker, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/algos.html">Algorithms</a>.
            For information about providing your own algorithms, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html">Using
            Your Own Algorithms with Amazon SageMaker</a>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrainingJobCmdlet.DebugHookConfig_CollectionConfiguration">
            <summary>
            <para>
            <para>Configuration information for Debugger tensor collections. To learn more about how
            to configure the <code>CollectionConfiguration</code> parameter, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/debugger-createtrainingjob-api.html">Use
            the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug
            Your Training Job</a>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrainingJobCmdlet.DebugRuleConfiguration">
            <summary>
            <para>
            <para>Configuration information for Debugger rules for debugging output tensors.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrainingJobCmdlet.EnableInterContainerTrafficEncryption">
            <summary>
            <para>
            <para>To encrypt all communications between ML compute instances in distributed training,
            choose <code>True</code>. Encryption provides greater security for distributed training,
            but training might take longer. How long it takes depends on the amount of communication
            between compute instances, especially if you use a deep learning algorithm in distributed
            training. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/train-encrypt.html">Protect
            Communications Between ML Compute Instances in a Distributed Training Job</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrainingJobCmdlet.EnableManagedSpotTraining">
            <summary>
            <para>
            <para>To train models using managed spot training, choose <code>True</code>. Managed spot
            training provides a fully managed and scalable infrastructure for training machine
            learning models. this option is useful when training jobs can be interrupted and when
            there is flexibility when the training job is run. </para><para>The complete and intermediate results of jobs are stored in an Amazon S3 bucket, and
            can be used as a starting point to train models incrementally. Amazon SageMaker provides
            metrics and logs in CloudWatch. They can be used to see when managed spot training
            jobs are running, interrupted, resumed, or completed. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrainingJobCmdlet.EnableNetworkIsolation">
            <summary>
            <para>
            <para>Isolates the training container. No inbound or outbound network calls can be made,
            except for calls between peers within a training cluster for distributed training.
            If you enable network isolation for training jobs that are configured to use a VPC,
            Amazon SageMaker downloads and uploads customer data and model artifacts through the
            specified VPC, but the training container does not have network access.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrainingJobCmdlet.Environment">
            <summary>
            <para>
            <para>The environment variables to set in the Docker container.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrainingJobCmdlet.ExperimentConfig_ExperimentName">
            <summary>
            <para>
            <para>The name of an existing experiment to associate the trial component with.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrainingJobCmdlet.DebugHookConfig_HookParameter">
            <summary>
            <para>
            <para>Configuration information for the Debugger hook parameters.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrainingJobCmdlet.HyperParameter">
            <summary>
            <para>
            <para>Algorithm-specific parameters that influence the quality of the model. You set hyperparameters
            before you start the learning process. For a list of hyperparameters for each training
            algorithm provided by Amazon SageMaker, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/algos.html">Algorithms</a>.
            </para><para>You can specify a maximum of 100 hyperparameters. Each hyperparameter is a key-value
            pair. Each key and value is limited to 256 characters, as specified by the <code>Length
            Constraint</code>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrainingJobCmdlet.InputDataConfig">
            <summary>
            <para>
            <para>An array of <code>Channel</code> objects. Each channel is a named input source. <code>InputDataConfig</code>
            describes the input data and its location. </para><para>Algorithms can accept input data from one or more channels. For example, an algorithm
            might have two channels of input data, <code>training_data</code> and <code>validation_data</code>.
            The configuration for each channel provides the S3, EFS, or FSx location where the
            input data is stored. It also provides information about the stored data: the MIME
            type, compression method, and whether the data is wrapped in RecordIO format. </para><para>Depending on the input mode that the algorithm supports, Amazon SageMaker either copies
            input data files from an S3 bucket to a local directory in the Docker container, or
            makes it available as input streams. For example, if you specify an EFS location,
            input data files will be made available as input streams. They do not need to be downloaded.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrainingJobCmdlet.CheckpointConfig_LocalPath">
            <summary>
            <para>
            <para>(Optional) The local directory where checkpoints are written. The default directory
            is <code>/opt/ml/checkpoints/</code>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrainingJobCmdlet.DebugHookConfig_LocalPath">
            <summary>
            <para>
            <para>Path to local storage location for metrics and tensors. Defaults to <code>/opt/ml/output/tensors/</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrainingJobCmdlet.TensorBoardOutputConfig_LocalPath">
            <summary>
            <para>
            <para>Path to local storage location for tensorBoard output. Defaults to <code>/opt/ml/output/tensorboard</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrainingJobCmdlet.RetryStrategy_MaximumRetryAttempt">
            <summary>
            <para>
            <para>The number of times to retry the job. When the job is retried, it's <code>SecondaryStatus</code>
            is changed to <code>STARTING</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrainingJobCmdlet.StoppingCondition_MaxRuntimeInSecond">
            <summary>
            <para>
            <para>The maximum length of time, in seconds, that a training or compilation job can run.</para><para>For compilation jobs, if the job does not complete during this time, you will receive
            a <code>TimeOut</code> error. We recommend starting with 900 seconds and increase
            as necessary based on your model.</para><para>For all other jobs, if the job does not complete during this time, Amazon SageMaker
            ends the job. When <code>RetryStrategy</code> is specified in the job request, <code>MaxRuntimeInSeconds</code>
            specifies the maximum time for all of the attempts in total, not each individual attempt.
            The default value is 1 day. The maximum value is 28 days.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrainingJobCmdlet.StoppingCondition_MaxWaitTimeInSecond">
            <summary>
            <para>
            <para>The maximum length of time, in seconds, that a managed Spot training job has to complete.
            It is the amount of time spent waiting for Spot capacity plus the amount of time the
            job can run. It must be equal to or greater than <code>MaxRuntimeInSeconds</code>.
            If the job does not complete during this time, Amazon SageMaker ends the job.</para><para>When <code>RetryStrategy</code> is specified in the job request, <code>MaxWaitTimeInSeconds</code>
            specifies the maximum time for all of the attempts in total, not each individual attempt.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrainingJobCmdlet.OutputDataConfig">
            <summary>
            <para>
            <para>Specifies the path to the S3 location where you want to store model artifacts. Amazon
            SageMaker creates subfolders for the artifacts. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrainingJobCmdlet.ProfilerRuleConfiguration">
            <summary>
            <para>
            <para>Configuration information for Debugger rules for profiling system and framework metrics.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrainingJobCmdlet.ProfilerConfig_ProfilingIntervalInMillisecond">
            <summary>
            <para>
            <para>A time interval for capturing system metrics in milliseconds. Available values are
            100, 200, 500, 1000 (1 second), 5000 (5 seconds), and 60000 (1 minute) milliseconds.
            The default value is 500 milliseconds.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrainingJobCmdlet.ProfilerConfig_ProfilingParameter">
            <summary>
            <para>
            <para>Configuration information for capturing framework metrics. Available key strings for
            different profiling options are <code>DetailedProfilingConfig</code>, <code>PythonProfilingConfig</code>,
            and <code>DataLoaderProfilingConfig</code>. The following codes are configuration
            structures for the <code>ProfilingParameters</code> parameter. To learn more about
            how to configure the <code>ProfilingParameters</code> parameter, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/debugger-createtrainingjob-api.html">Use
            the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug
            Your Training Job</a>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrainingJobCmdlet.ResourceConfig">
            <summary>
            <para>
            <para>The resources, including the ML compute instances and ML storage volumes, to use for
            model training. </para><para>ML storage volumes store model artifacts and incremental states. Training algorithms
            might also use ML storage volumes for scratch space. If you want Amazon SageMaker
            to use the ML storage volume to store the training data, choose <code>File</code>
            as the <code>TrainingInputMode</code> in the algorithm specification. For distributed
            training algorithms, specify an instance count greater than 1.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrainingJobCmdlet.RoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to
            perform tasks on your behalf. </para><para>During model training, Amazon SageMaker needs your permission to read input data from
            an S3 bucket, download a Docker image that contains training code, write model artifacts
            to an S3 bucket, write logs to Amazon CloudWatch Logs, and publish metrics to Amazon
            CloudWatch. You grant permissions for all of these tasks to an IAM role. For more
            information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-roles.html">Amazon
            SageMaker Roles</a>. </para><note><para>To be able to pass this role to Amazon SageMaker, the caller of this API must have
            the <code>iam:PassRole</code> permission.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrainingJobCmdlet.DebugHookConfig_S3OutputPath">
            <summary>
            <para>
            <para>Path to Amazon S3 storage location for metrics and tensors.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrainingJobCmdlet.ProfilerConfig_S3OutputPath">
            <summary>
            <para>
            <para>Path to Amazon S3 storage location for system and framework metrics.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrainingJobCmdlet.TensorBoardOutputConfig_S3OutputPath">
            <summary>
            <para>
            <para>Path to Amazon S3 storage location for TensorBoard output.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrainingJobCmdlet.CheckpointConfig_S3Uri">
            <summary>
            <para>
            <para>Identifies the S3 path where you want Amazon SageMaker to store checkpoints. For example,
            <code>s3://bucket-name/key-name-prefix</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrainingJobCmdlet.VpcConfig_SecurityGroupId">
            <summary>
            <para>
            <para>The VPC security group IDs, in the form sg-xxxxxxxx. Specify the security groups for
            the VPC that is specified in the <code>Subnets</code> field.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrainingJobCmdlet.VpcConfig_Subnet">
            <summary>
            <para>
            <para>The ID of the subnets in the VPC to which you want to connect your training job or
            model. For information about the availability of specific instance types, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/instance-types-az.html">Supported
            Instance Types and Availability Zones</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrainingJobCmdlet.Tag">
            <summary>
            <para>
            <para>An array of key-value pairs. You can use tags to categorize your Amazon Web Services
            resources in different ways, for example, by purpose, owner, or environment. For more
            information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging
            Amazon Web Services Resources</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrainingJobCmdlet.TrainingJobName">
            <summary>
            <para>
            <para>The name of the training job. The name must be unique within an Amazon Web Services
            Region in an Amazon Web Services account. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrainingJobCmdlet.ExperimentConfig_TrialComponentDisplayName">
            <summary>
            <para>
            <para>The display name for the trial component. If this key isn't specified, the display
            name is the trial component name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrainingJobCmdlet.ExperimentConfig_TrialName">
            <summary>
            <para>
            <para>The name of an existing trial to associate the trial component with. If not specified,
            a new trial is created.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrainingJobCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'TrainingJobArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.CreateTrainingJobResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.CreateTrainingJobResponse 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.SM.NewSMTrainingJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TrainingJobName parameter.
            The -PassThru parameter is deprecated, use -Select '^TrainingJobName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrainingJobCmdlet.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.SM.NewSMTransformJobCmdlet">
            <summary>
            Starts a transform job. A transform job uses a trained model to get inferences on
            a dataset and saves these results to an Amazon S3 location that you specify.
             
              
            <para>
            To perform batch transformations, you create a transform job and use the data that
            you have readily available.
            </para><para>
            In the request body, you provide the following:
            </para><ul><li><para><code>TransformJobName</code> - Identifies the transform job. The name must be unique
            within an Amazon Web Services Region in an Amazon Web Services account.
            </para></li><li><para><code>ModelName</code> - Identifies the model to use. <code>ModelName</code> must
            be the name of an existing Amazon SageMaker model in the same Amazon Web Services
            Region and Amazon Web Services account. For information on creating a model, see <a>CreateModel</a>.
            </para></li><li><para><code>TransformInput</code> - Describes the dataset to be transformed and the Amazon
            S3 location where it is stored.
            </para></li><li><para><code>TransformOutput</code> - Identifies the Amazon S3 location where you want Amazon
            SageMaker to save the results from the transform job.
            </para></li><li><para><code>TransformResources</code> - Identifies the ML compute instances for the transform
            job.
            </para></li></ul><para>
            For more information about how batch transformation works, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/batch-transform.html">Batch
            Transform</a>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTransformJobCmdlet.TransformOutput_Accept">
            <summary>
            <para>
            <para>The MIME type used to specify the output data. Amazon SageMaker uses the MIME type
            with each http call to transfer data from the transform job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTransformJobCmdlet.TransformOutput_AssembleWith">
            <summary>
            <para>
            <para>Defines how to assemble the results of the transform job as a single S3 object. Choose
            a format that is most convenient to you. To concatenate the results in binary format,
            specify <code>None</code>. To add a newline character at the end of every transformed
            record, specify <code>Line</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTransformJobCmdlet.BatchStrategy">
            <summary>
            <para>
            <para>Specifies the number of records to include in a mini-batch for an HTTP inference request.
            A <i>record</i><i /> is a single unit of input data that inference can be made on.
            For example, a single line in a CSV file is a record. </para><para>To enable the batch strategy, you must set the <code>SplitType</code> property to
            <code>Line</code>, <code>RecordIO</code>, or <code>TFRecord</code>.</para><para>To use only one record when making an HTTP invocation request to a container, set
            <code>BatchStrategy</code> to <code>SingleRecord</code> and <code>SplitType</code>
            to <code>Line</code>.</para><para>To fit as many records in a mini-batch as can fit within the <code>MaxPayloadInMB</code>
            limit, set <code>BatchStrategy</code> to <code>MultiRecord</code> and <code>SplitType</code>
            to <code>Line</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTransformJobCmdlet.TransformInput_CompressionType">
            <summary>
            <para>
            <para>If your transform data is compressed, specify the compression type. Amazon SageMaker
            automatically decompresses the data for the transform job accordingly. The default
            value is <code>None</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTransformJobCmdlet.TransformInput_ContentType">
            <summary>
            <para>
            <para>The multipurpose internet mail extension (MIME) type of the data. Amazon SageMaker
            uses the MIME type with each http call to transfer data to the transform job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTransformJobCmdlet.Environment">
            <summary>
            <para>
            <para>The environment variables to set in the Docker container. We support up to 16 key
            and values entries in the map.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTransformJobCmdlet.ExperimentConfig_ExperimentName">
            <summary>
            <para>
            <para>The name of an existing experiment to associate the trial component with.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTransformJobCmdlet.DataProcessing_InputFilter">
            <summary>
            <para>
            <para>A <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/batch-transform-data-processing.html#data-processing-operators">JSONPath</a>
            expression used to select a portion of the input data to pass to the algorithm. Use
            the <code>InputFilter</code> parameter to exclude fields, such as an ID column, from
            the input. If you want Amazon SageMaker to pass the entire input dataset to the algorithm,
            accept the default value <code>$</code>.</para><para>Examples: <code>"$"</code>, <code>"$[1:]"</code>, <code>"$.features"</code></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTransformJobCmdlet.TransformResources_InstanceCount">
            <summary>
            <para>
            <para>The number of ML compute instances to use in the transform job. For distributed transform
            jobs, specify a value greater than 1. The default value is <code>1</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTransformJobCmdlet.TransformResources_InstanceType">
            <summary>
            <para>
            <para>The ML compute instance type for the transform job. If you are using built-in algorithms
            to transform moderately sized datasets, we recommend using ml.m4.xlarge or <code>ml.m5.large</code>instance
            types.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTransformJobCmdlet.ModelClientConfig_InvocationsMaxRetry">
            <summary>
            <para>
            <para>The maximum number of retries when invocation requests are failing.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTransformJobCmdlet.ModelClientConfig_InvocationsTimeoutInSecond">
            <summary>
            <para>
            <para>The timeout value in seconds for an invocation request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTransformJobCmdlet.DataProcessing_JoinSource">
            <summary>
            <para>
            <para>Specifies the source of the data to join with the transformed data. The valid values
            are <code>None</code> and <code>Input</code>. The default value is <code>None</code>,
            which specifies not to join the input with the transformed data. If you want the batch
            transform job to join the original input data with the transformed data, set <code>JoinSource</code>
            to <code>Input</code>. You can specify <code>OutputFilter</code> as an additional
            filter to select a portion of the joined dataset and store it in the output file.</para><para>For JSON or JSONLines objects, such as a JSON array, SageMaker adds the transformed
            data to the input JSON object in an attribute called <code>SageMakerOutput</code>.
            The joined result for JSON must be a key-value pair object. If the input is not a
            key-value pair object, SageMaker creates a new JSON file. In the new JSON file, and
            the input data is stored under the <code>SageMakerInput</code> key and the results
            are stored in <code>SageMakerOutput</code>.</para><para>For CSV data, SageMaker takes each row as a JSON array and joins the transformed data
            with the input by appending each transformed row to the end of the input. The joined
            data has the original input data followed by the transformed data and the output is
            a CSV file.</para><para>For information on how joining in applied, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/batch-transform-data-processing.html#batch-transform-data-processing-workflow">Workflow
            for Associating Inferences with Input Records</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTransformJobCmdlet.TransformOutput_KmsKeyId">
            <summary>
            <para>
            <para>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that
            Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side
            encryption. The <code>KmsKeyId</code> can be any of the following formats: </para><ul><li><para>Key ID: <code>1234abcd-12ab-34cd-56ef-1234567890ab</code></para></li><li><para>Key ARN: <code>arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</code></para></li><li><para>Alias name: <code>alias/ExampleAlias</code></para></li><li><para>Alias name ARN: <code>arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias</code></para></li></ul><para>If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon
            S3 for your role's account. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingKMSEncryption.html">KMS-Managed
            Encryption Keys</a> in the <i>Amazon Simple Storage Service Developer Guide.</i></para><para>The KMS key policy must grant permission to the IAM role that you specify in your
            <a>CreateModel</a> request. For more information, see <a href="http://docs.aws.amazon.com/kms/latest/developerguide/key-policies.html">Using
            Key Policies in Amazon Web Services KMS</a> in the <i>Amazon Web Services Key Management
            Service Developer Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTransformJobCmdlet.MaxConcurrentTransform">
            <summary>
            <para>
            <para>The maximum number of parallel requests that can be sent to each instance in a transform
            job. If <code>MaxConcurrentTransforms</code> is set to <code>0</code> or left unset,
            Amazon SageMaker checks the optional execution-parameters to determine the settings
            for your chosen algorithm. If the execution-parameters endpoint is not enabled, the
            default value is <code>1</code>. For more information on execution-parameters, see
            <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms-batch-code.html#your-algorithms-batch-code-how-containe-serves-requests">How
            Containers Serve Requests</a>. For built-in algorithms, you don't need to set a value
            for <code>MaxConcurrentTransforms</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTransformJobCmdlet.MaxPayloadInMB">
            <summary>
            <para>
            <para>The maximum allowed size of the payload, in MB. A <i>payload</i> is the data portion
            of a record (without metadata). The value in <code>MaxPayloadInMB</code> must be greater
            than, or equal to, the size of a single record. To estimate the size of a record in
            MB, divide the size of your dataset by the number of records. To ensure that the records
            fit within the maximum payload size, we recommend using a slightly larger value. The
            default value is <code>6</code> MB. </para><para>For cases where the payload might be arbitrarily large and is transmitted using HTTP
            chunked encoding, set the value to <code>0</code>. This feature works only in supported
            algorithms. Currently, Amazon SageMaker built-in algorithms do not support HTTP chunked
            encoding.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTransformJobCmdlet.ModelName">
            <summary>
            <para>
            <para>The name of the model that you want to use for the transform job. <code>ModelName</code>
            must be the name of an existing Amazon SageMaker model within an Amazon Web Services
            Region in an Amazon Web Services account.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTransformJobCmdlet.DataProcessing_OutputFilter">
            <summary>
            <para>
            <para>A <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/batch-transform-data-processing.html#data-processing-operators">JSONPath</a>
            expression used to select a portion of the joined dataset to save in the output file
            for a batch transform job. If you want Amazon SageMaker to store the entire input
            dataset in the output file, leave the default value, <code>$</code>. If you specify
            indexes that aren't within the dimension size of the joined dataset, you get an error.</para><para>Examples: <code>"$"</code>, <code>"$[0,5:]"</code>, <code>"$['id','SageMakerOutput']"</code></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTransformJobCmdlet.S3DataSource_S3DataType">
            <summary>
            <para>
            <para>If you choose <code>S3Prefix</code>, <code>S3Uri</code> identifies a key name prefix.
            Amazon SageMaker uses all objects with the specified key name prefix for batch transform.
            </para><para>If you choose <code>ManifestFile</code>, <code>S3Uri</code> identifies an object that
            is a manifest file containing a list of object keys that you want Amazon SageMaker
            to use for batch transform. </para><para>The following values are compatible: <code>ManifestFile</code>, <code>S3Prefix</code></para><para>The following value is not compatible: <code>AugmentedManifestFile</code></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTransformJobCmdlet.TransformOutput_S3OutputPath">
            <summary>
            <para>
            <para>The Amazon S3 path where you want Amazon SageMaker to store the results of the transform
            job. For example, <code>s3://bucket-name/key-name-prefix</code>.</para><para>For every S3 object used as input for the transform job, batch transform stores the
            transformed data with an .<code>out</code> suffix in a corresponding subfolder in
            the location in the output prefix. For example, for the input data stored at <code>s3://bucket-name/input-name-prefix/dataset01/data.csv</code>,
            batch transform stores the transformed data at <code>s3://bucket-name/output-name-prefix/input-name-prefix/data.csv.out</code>.
            Batch transform doesn't upload partially processed objects. For an input S3 object
            that contains multiple records, it creates an .<code>out</code> file only if the transform
            job succeeds on the entire file. When the input contains multiple S3 objects, the
            batch transform job processes the listed S3 objects and uploads only the output for
            successfully processed objects. If any object fails in the transform job batch transform
            marks the job as failed to prompt investigation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTransformJobCmdlet.S3DataSource_S3Uri">
            <summary>
            <para>
            <para>Depending on the value specified for the <code>S3DataType</code>, identifies either
            a key name prefix or a manifest. For example:</para><ul><li><para> A key name prefix might look like this: <code>s3://bucketname/exampleprefix</code>.
            </para></li><li><para> A manifest might look like this: <code>s3://bucketname/example.manifest</code></para><para> The manifest is an S3 object which is a JSON file with the following format: </para><para><code>[ {"prefix": "s3://customer_bucket/some/prefix/"},</code></para><para><code>"relative/path/to/custdata-1",</code></para><para><code>"relative/path/custdata-2",</code></para><para><code>...</code></para><para><code>"relative/path/custdata-N"</code></para><para><code>]</code></para><para> The preceding JSON matches the following <code>S3Uris</code>: </para><para><code>s3://customer_bucket/some/prefix/relative/path/to/custdata-1</code></para><para><code>s3://customer_bucket/some/prefix/relative/path/custdata-2</code></para><para><code>...</code></para><para><code>s3://customer_bucket/some/prefix/relative/path/custdata-N</code></para><para> The complete set of <code>S3Uris</code> in this manifest constitutes the input data
            for the channel for this datasource. The object that each <code>S3Uris</code> points
            to must be readable by the IAM role that Amazon SageMaker uses to perform tasks on
            your behalf.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTransformJobCmdlet.TransformInput_SplitType">
            <summary>
            <para>
            <para>The method to use to split the transform job's data files into smaller batches. Splitting
            is necessary when the total size of each object is too large to fit in a single request.
            You can also use data splitting to improve performance by processing multiple concurrent
            mini-batches. The default value for <code>SplitType</code> is <code>None</code>, which
            indicates that input data files are not split, and request payloads contain the entire
            contents of an input object. Set the value of this parameter to <code>Line</code>
            to split records on a newline character boundary. <code>SplitType</code> also supports
            a number of record-oriented binary data formats. Currently, the supported record formats
            are:</para><ul><li><para>RecordIO</para></li><li><para>TFRecord</para></li></ul><para>When splitting is enabled, the size of a mini-batch depends on the values of the <code>BatchStrategy</code>
            and <code>MaxPayloadInMB</code> parameters. When the value of <code>BatchStrategy</code>
            is <code>MultiRecord</code>, Amazon SageMaker sends the maximum number of records
            in each request, up to the <code>MaxPayloadInMB</code> limit. If the value of <code>BatchStrategy</code>
            is <code>SingleRecord</code>, Amazon SageMaker sends individual records in each request.</para><note><para>Some data formats represent a record as a binary payload wrapped with extra padding
            bytes. When splitting is applied to a binary data format, padding is removed if the
            value of <code>BatchStrategy</code> is set to <code>SingleRecord</code>. Padding is
            not removed if the value of <code>BatchStrategy</code> is set to <code>MultiRecord</code>.</para><para>For more information about <code>RecordIO</code>, see <a href="https://mxnet.apache.org/api/faq/recordio">Create
            a Dataset Using RecordIO</a> in the MXNet documentation. For more information about
            <code>TFRecord</code>, see <a href="https://www.tensorflow.org/guide/data#consuming_tfrecord_data">Consuming
            TFRecord data</a> in the TensorFlow documentation.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTransformJobCmdlet.Tag">
            <summary>
            <para>
            <para>(Optional) An array of key-value pairs. For more information, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-what">Using
            Cost Allocation Tags</a> in the <i>Amazon Web Services Billing and Cost Management
            User Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTransformJobCmdlet.TransformJobName">
            <summary>
            <para>
            <para>The name of the transform job. The name must be unique within an Amazon Web Services
            Region in an Amazon Web Services account. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTransformJobCmdlet.ExperimentConfig_TrialComponentDisplayName">
            <summary>
            <para>
            <para>The display name for the trial component. If this key isn't specified, the display
            name is the trial component name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTransformJobCmdlet.ExperimentConfig_TrialName">
            <summary>
            <para>
            <para>The name of an existing trial to associate the trial component with. If not specified,
            a new trial is created.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTransformJobCmdlet.TransformResources_VolumeKmsKeyId">
            <summary>
            <para>
            <para>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that
            Amazon SageMaker uses to encrypt model data on the storage volume attached to the
            ML compute instance(s) that run the batch transform job.</para><note><para>Certain Nitro-based instances include local storage, dependent on the instance type.
            Local storage volumes are encrypted using a hardware module on the instance. You can't
            request a <code>VolumeKmsKeyId</code> when using an instance type with local storage.</para><para>For a list of instance types that support local instance storage, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html#instance-store-volumes">Instance
            Store Volumes</a>.</para><para>For more information about local instance storage encryption, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ssd-instance-store.html">SSD
            Instance Store Volumes</a>.</para></note><para> The <code>VolumeKmsKeyId</code> can be any of the following formats:</para><ul><li><para>Key ID: <code>1234abcd-12ab-34cd-56ef-1234567890ab</code></para></li><li><para>Key ARN: <code>arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</code></para></li><li><para>Alias name: <code>alias/ExampleAlias</code></para></li><li><para>Alias name ARN: <code>arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias</code></para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTransformJobCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'TransformJobArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.CreateTransformJobResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.CreateTransformJobResponse 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.SM.NewSMTransformJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TransformJobName parameter.
            The -PassThru parameter is deprecated, use -Select '^TransformJobName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTransformJobCmdlet.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.SM.NewSMTrialCmdlet">
            <summary>
            Creates an SageMaker <i>trial</i>. A trial is a set of steps called <i>trial components</i>
            that produce a machine learning model. A trial is part of a single SageMaker <i>experiment</i>.
             
              
            <para>
            When you use SageMaker Studio or the SageMaker Python SDK, all experiments, trials,
            and trial components are automatically tracked, logged, and indexed. When you use
            the Amazon Web Services SDK for Python (Boto), you must use the logging APIs provided
            by the SDK.
            </para><para>
            You can add tags to a trial and then use the <a>Search</a> API to search for the tags.
            </para><para>
            To get a list of all your trials, call the <a>ListTrials</a> API. To view a trial's
            properties, call the <a>DescribeTrial</a> API. To create a trial component, call the
            <a>CreateTrialComponent</a> API.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrialCmdlet.MetadataProperties_CommitId">
            <summary>
            <para>
            <para>The commit ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrialCmdlet.DisplayName">
            <summary>
            <para>
            <para>The name of the trial as displayed. The name doesn't need to be unique. If <code>DisplayName</code>
            isn't specified, <code>TrialName</code> is displayed.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrialCmdlet.ExperimentName">
            <summary>
            <para>
            <para>The name of the experiment to associate the trial with.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrialCmdlet.MetadataProperties_GeneratedBy">
            <summary>
            <para>
            <para>The entity this entity was generated by.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrialCmdlet.MetadataProperties_ProjectId">
            <summary>
            <para>
            <para>The project ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrialCmdlet.MetadataProperties_Repository">
            <summary>
            <para>
            <para>The repository.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrialCmdlet.Tag">
            <summary>
            <para>
            <para>A list of tags to associate with the trial. You can use <a>Search</a> API to search
            on the tags.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrialCmdlet.TrialName">
            <summary>
            <para>
            <para>The name of the trial. The name must be unique in your Amazon Web Services account
            and is not case-sensitive.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrialCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'TrialArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.CreateTrialResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.CreateTrialResponse 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.SM.NewSMTrialCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TrialName parameter.
            The -PassThru parameter is deprecated, use -Select '^TrialName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrialCmdlet.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.SM.NewSMTrialComponentCmdlet">
            <summary>
            Creates a <i>trial component</i>, which is a stage of a machine learning <i>trial</i>.
            A trial is composed of one or more trial components. A trial component can be used
            in multiple trials.
             
              
            <para>
            Trial components include pre-processing jobs, training jobs, and batch transform jobs.
            </para><para>
            When you use SageMaker Studio or the SageMaker Python SDK, all experiments, trials,
            and trial components are automatically tracked, logged, and indexed. When you use
            the Amazon Web Services SDK for Python (Boto), you must use the logging APIs provided
            by the SDK.
            </para><para>
            You can add tags to a trial component and then use the <a>Search</a> API to search
            for the tags.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrialComponentCmdlet.MetadataProperties_CommitId">
            <summary>
            <para>
            <para>The commit ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrialComponentCmdlet.DisplayName">
            <summary>
            <para>
            <para>The name of the component as displayed. The name doesn't need to be unique. If <code>DisplayName</code>
            isn't specified, <code>TrialComponentName</code> is displayed.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrialComponentCmdlet.EndTime">
            <summary>
            <para>
            <para>When the component ended.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrialComponentCmdlet.MetadataProperties_GeneratedBy">
            <summary>
            <para>
            <para>The entity this entity was generated by.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrialComponentCmdlet.InputArtifact">
            <summary>
            <para>
            <para>The input artifacts for the component. Examples of input artifacts are datasets, algorithms,
            hyperparameters, source code, and instance types.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrialComponentCmdlet.Status_Message">
            <summary>
            <para>
            <para>If the component failed, a message describing why.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrialComponentCmdlet.OutputArtifact">
            <summary>
            <para>
            <para>The output artifacts for the component. Examples of output artifacts are metrics,
            snapshots, logs, and images.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrialComponentCmdlet.Parameter">
            <summary>
            <para>
            <para>The hyperparameters for the component.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrialComponentCmdlet.Status_PrimaryStatus">
            <summary>
            <para>
            <para>The status of the trial component.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrialComponentCmdlet.MetadataProperties_ProjectId">
            <summary>
            <para>
            <para>The project ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrialComponentCmdlet.MetadataProperties_Repository">
            <summary>
            <para>
            <para>The repository.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrialComponentCmdlet.StartTime">
            <summary>
            <para>
            <para>When the component started.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrialComponentCmdlet.Tag">
            <summary>
            <para>
            <para>A list of tags to associate with the component. You can use <a>Search</a> API to search
            on the tags.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrialComponentCmdlet.TrialComponentName">
            <summary>
            <para>
            <para>The name of the component. The name must be unique in your Amazon Web Services account
            and is not case-sensitive.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrialComponentCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'TrialComponentArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.CreateTrialComponentResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.CreateTrialComponentResponse 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.SM.NewSMTrialComponentCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TrialComponentName parameter.
            The -PassThru parameter is deprecated, use -Select '^TrialComponentName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMTrialComponentCmdlet.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.SM.NewSMUserProfileCmdlet">
            <summary>
            Creates a user profile. A user profile represents a single user within a domain, and
            is the main way to reference a "person" for the purposes of sharing, reporting, and
            other user-oriented features. This entity is created when a user onboards to Amazon
            SageMaker Studio. If an administrator invites a person by email or imports them from
            SSO, a user profile is automatically created. A user profile is the primary holder
            of settings for an individual user and has a reference to the user's private Amazon
            Elastic File System (EFS) home directory.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMUserProfileCmdlet.DomainId">
            <summary>
            <para>
            <para>The ID of the associated Domain.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMUserProfileCmdlet.SingleSignOnUserIdentifier">
            <summary>
            <para>
            <para>A specifier for the type of value specified in SingleSignOnUserValue. Currently, the
            only supported value is "UserName". If the Domain's AuthMode is SSO, this field is
            required. If the Domain's AuthMode is not SSO, this field cannot be specified. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMUserProfileCmdlet.SingleSignOnUserValue">
            <summary>
            <para>
            <para>The username of the associated Amazon Web Services Single Sign-On User for this UserProfile.
            If the Domain's AuthMode is SSO, this field is required, and must match a valid username
            of a user in your directory. If the Domain's AuthMode is not SSO, this field cannot
            be specified. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMUserProfileCmdlet.Tag">
            <summary>
            <para>
            <para>Each tag consists of a key and an optional value. Tag keys must be unique per resource.</para><para>Tags that you specify for the User Profile are also added to all Apps that the User
            Profile launches.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMUserProfileCmdlet.UserProfileName">
            <summary>
            <para>
            <para>A name for the UserProfile. This value is not case sensitive.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMUserProfileCmdlet.UserSetting">
            <summary>
            <para>
            <para>A collection of settings.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMUserProfileCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'UserProfileArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.CreateUserProfileResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.CreateUserProfileResponse 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.SM.NewSMUserProfileCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the UserProfileName parameter.
            The -PassThru parameter is deprecated, use -Select '^UserProfileName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMUserProfileCmdlet.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.SM.NewSMWorkforceCmdlet">
            <summary>
            Use this operation to create a workforce. This operation will return an error if a
            workforce already exists in the Amazon Web Services Region that you specify. You can
            only create one workforce in each Amazon Web Services Region per Amazon Web Services
            account.
             
              
            <para>
            If you want to create a new workforce in an Amazon Web Services Region where a workforce
            already exists, use the API operation to delete the existing workforce and then use
            <code>CreateWorkforce</code> to create a new workforce.
            </para><para>
            To create a private workforce using Amazon Cognito, you must specify a Cognito user
            pool in <code>CognitoConfig</code>. You can also create an Amazon Cognito workforce
            using the Amazon SageMaker console. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-workforce-create-private.html">
            Create a Private Workforce (Amazon Cognito)</a>.
            </para><para>
            To create a private workforce using your own OIDC Identity Provider (IdP), specify
            your IdP configuration in <code>OidcConfig</code>. Your OIDC IdP must support <i>groups</i>
            because groups are used by Ground Truth and Amazon A2I to create work teams. For more
            information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-workforce-create-private-oidc.html">
            Create a Private Workforce (OIDC IdP)</a>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMWorkforceCmdlet.OidcConfig_AuthorizationEndpoint">
            <summary>
            <para>
            <para>The OIDC IdP authorization endpoint used to configure your private workforce.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMWorkforceCmdlet.SourceIpConfig_Cidr">
            <summary>
            <para>
            <para>A list of one to ten <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html">Classless
            Inter-Domain Routing</a> (CIDR) values.</para><para>Maximum: Ten CIDR values</para><note><para>The following Length Constraints apply to individual CIDR values in the CIDR value
            list.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMWorkforceCmdlet.CognitoConfig_ClientId">
            <summary>
            <para>
            <para>The client ID for your Amazon Cognito user pool.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMWorkforceCmdlet.OidcConfig_ClientId">
            <summary>
            <para>
            <para>The OIDC IdP client ID used to configure your private workforce.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMWorkforceCmdlet.OidcConfig_ClientSecret">
            <summary>
            <para>
            <para>The OIDC IdP client secret used to configure your private workforce.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMWorkforceCmdlet.OidcConfig_Issuer">
            <summary>
            <para>
            <para>The OIDC IdP issuer used to configure your private workforce.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMWorkforceCmdlet.OidcConfig_JwksUri">
            <summary>
            <para>
            <para>The OIDC IdP JSON Web Key Set (Jwks) URI used to configure your private workforce.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMWorkforceCmdlet.OidcConfig_LogoutEndpoint">
            <summary>
            <para>
            <para>The OIDC IdP logout endpoint used to configure your private workforce.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMWorkforceCmdlet.Tag">
            <summary>
            <para>
            <para>An array of key-value pairs that contain metadata to help you categorize and organize
            our workforce. Each tag consists of a key and a value, both of which you define.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMWorkforceCmdlet.OidcConfig_TokenEndpoint">
            <summary>
            <para>
            <para>The OIDC IdP token endpoint used to configure your private workforce.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMWorkforceCmdlet.OidcConfig_UserInfoEndpoint">
            <summary>
            <para>
            <para>The OIDC IdP user information endpoint used to configure your private workforce.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMWorkforceCmdlet.CognitoConfig_UserPool">
            <summary>
            <para>
            <para>A <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools.html">
            user pool</a> is a user directory in Amazon Cognito. With a user pool, your users
            can sign in to your web or mobile app through Amazon Cognito. Your users can also
            sign in through social identity providers like Google, Facebook, Amazon, or Apple,
            and through SAML identity providers.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMWorkforceCmdlet.WorkforceName">
            <summary>
            <para>
            <para>The name of the private workforce.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMWorkforceCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'WorkforceArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.CreateWorkforceResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.CreateWorkforceResponse 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.SM.NewSMWorkforceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the WorkforceName parameter.
            The -PassThru parameter is deprecated, use -Select '^WorkforceName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMWorkforceCmdlet.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.SM.NewSMWorkteamCmdlet">
            <summary>
            Creates a new work team for labeling your data. A work team is defined by one or more
            Amazon Cognito user pools. You must first create the user pools before you can create
            a work team.
             
              
            <para>
            You cannot create more than 25 work teams in an account and region.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMWorkteamCmdlet.Description">
            <summary>
            <para>
            <para>A description of the work team.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMWorkteamCmdlet.MemberDefinition">
            <summary>
            <para>
            <para>A list of <code>MemberDefinition</code> objects that contains objects that identify
            the workers that make up the work team. </para><para>Workforces can be created using Amazon Cognito or your own OIDC Identity Provider
            (IdP). For private workforces created using Amazon Cognito use <code>CognitoMemberDefinition</code>.
            For workforces created using your own OIDC identity provider (IdP) use <code>OidcMemberDefinition</code>.
            Do not provide input for both of these parameters in a single request.</para><para>For workforces created using Amazon Cognito, private work teams correspond to Amazon
            Cognito <i>user groups</i> within the user pool used to create a workforce. All of
            the <code>CognitoMemberDefinition</code> objects that make up the member definition
            must have the same <code>ClientId</code> and <code>UserPool</code> values. To add
            a Amazon Cognito user group to an existing worker pool, see <a href="">Adding groups
            to a User Pool</a>. For more information about user pools, see <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools.html">Amazon
            Cognito User Pools</a>.</para><para>For workforces created using your own OIDC IdP, specify the user groups that you want
            to include in your private work team in <code>OidcMemberDefinition</code> by listing
            those groups in <code>Groups</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMWorkteamCmdlet.NotificationConfiguration_NotificationTopicArn">
            <summary>
            <para>
            <para>The ARN for the Amazon SNS topic to which notifications should be published.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMWorkteamCmdlet.Tag">
            <summary>
            <para>
            <para>An array of key-value pairs.</para><para>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html">Resource
            Tag</a> and <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-what">Using
            Cost Allocation Tags</a> in the <i> Amazon Web Services Billing and Cost Management
            User Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMWorkteamCmdlet.WorkforceName">
            <summary>
            <para>
            <para>The name of the workforce.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMWorkteamCmdlet.WorkteamName">
            <summary>
            <para>
            <para>The name of the work team. Use this name to identify the work team.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMWorkteamCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'WorkteamArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.CreateWorkteamResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.CreateWorkteamResponse 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.SM.NewSMWorkteamCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the WorkteamName parameter.
            The -PassThru parameter is deprecated, use -Select '^WorkteamName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.NewSMWorkteamCmdlet.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.SM.RegisterSMDeviceCmdlet">
            <summary>
            Register devices.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RegisterSMDeviceCmdlet.DeviceFleetName">
            <summary>
            <para>
            <para>The name of the fleet.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RegisterSMDeviceCmdlet.Device">
            <summary>
            <para>
            <para>A list of devices to register with SageMaker Edge Manager.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RegisterSMDeviceCmdlet.Tag">
            <summary>
            <para>
            <para>The tags associated with devices.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RegisterSMDeviceCmdlet.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.SageMaker.Model.RegisterDevicesResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RegisterSMDeviceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DeviceFleetName parameter.
            The -PassThru parameter is deprecated, use -Select '^DeviceFleetName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RegisterSMDeviceCmdlet.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.SM.RegisterSMTrialComponentCmdlet">
            <summary>
            Associates a trial component with a trial. A trial component can be associated with
            multiple trials. To disassociate a trial component from a trial, call the <a>DisassociateTrialComponent</a>
            API.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RegisterSMTrialComponentCmdlet.TrialComponentName">
            <summary>
            <para>
            <para>The name of the component to associated with the trial.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RegisterSMTrialComponentCmdlet.TrialName">
            <summary>
            <para>
            <para>The name of the trial to associate with.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RegisterSMTrialComponentCmdlet.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.SageMaker.Model.AssociateTrialComponentResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.AssociateTrialComponentResponse 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.SM.RegisterSMTrialComponentCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TrialComponentName parameter.
            The -PassThru parameter is deprecated, use -Select '^TrialComponentName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RegisterSMTrialComponentCmdlet.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.SM.RemoveSMActionCmdlet">
            <summary>
            Deletes an action.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMActionCmdlet.ActionName">
            <summary>
            <para>
            <para>The name of the action to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMActionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ActionArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.DeleteActionResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DeleteActionResponse 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.SM.RemoveSMActionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ActionName parameter.
            The -PassThru parameter is deprecated, use -Select '^ActionName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMActionCmdlet.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.SM.RemoveSMAlgorithmCmdlet">
            <summary>
            Removes the specified algorithm from your account.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMAlgorithmCmdlet.AlgorithmName">
            <summary>
            <para>
            <para>The name of the algorithm to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMAlgorithmCmdlet.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.SageMaker.Model.DeleteAlgorithmResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMAlgorithmCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AlgorithmName parameter.
            The -PassThru parameter is deprecated, use -Select '^AlgorithmName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMAlgorithmCmdlet.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.SM.RemoveSMAppCmdlet">
            <summary>
            Used to stop and delete an app.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMAppCmdlet.AppName">
            <summary>
            <para>
            <para>The name of the app.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMAppCmdlet.AppType">
            <summary>
            <para>
            <para>The type of app.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMAppCmdlet.DomainId">
            <summary>
            <para>
            <para>The domain ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMAppCmdlet.UserProfileName">
            <summary>
            <para>
            <para>The user profile name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMAppCmdlet.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.SageMaker.Model.DeleteAppResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMAppCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppName parameter.
            The -PassThru parameter is deprecated, use -Select '^AppName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMAppCmdlet.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.SM.RemoveSMAppImageConfigCmdlet">
            <summary>
            Deletes an AppImageConfig.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMAppImageConfigCmdlet.AppImageConfigName">
            <summary>
            <para>
            <para>The name of the AppImageConfig to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMAppImageConfigCmdlet.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.SageMaker.Model.DeleteAppImageConfigResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMAppImageConfigCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppImageConfigName parameter.
            The -PassThru parameter is deprecated, use -Select '^AppImageConfigName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMAppImageConfigCmdlet.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.SM.RemoveSMArtifactCmdlet">
            <summary>
            Deletes an artifact. Either <code>ArtifactArn</code> or <code>Source</code> must be
            specified.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMArtifactCmdlet.ArtifactArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the artifact to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMArtifactCmdlet.Source_SourceType">
            <summary>
            <para>
            <para>A list of source types.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMArtifactCmdlet.Source_SourceUri">
            <summary>
            <para>
            <para>The URI of the source.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMArtifactCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ArtifactArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.DeleteArtifactResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DeleteArtifactResponse 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.SM.RemoveSMArtifactCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ArtifactArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ArtifactArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMArtifactCmdlet.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.SM.RemoveSMAssociationCmdlet">
            <summary>
            Deletes an association.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMAssociationCmdlet.DestinationArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the destination.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMAssociationCmdlet.SourceArn">
            <summary>
            <para>
            <para>The ARN of the source.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMAssociationCmdlet.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.SageMaker.Model.DeleteAssociationResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DeleteAssociationResponse 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.SM.RemoveSMAssociationCmdlet.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.SM.RemoveSMCodeRepositoryCmdlet">
            <summary>
            Deletes the specified Git repository from your account.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMCodeRepositoryCmdlet.CodeRepositoryName">
            <summary>
            <para>
            <para>The name of the Git repository to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMCodeRepositoryCmdlet.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.SageMaker.Model.DeleteCodeRepositoryResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMCodeRepositoryCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the CodeRepositoryName parameter.
            The -PassThru parameter is deprecated, use -Select '^CodeRepositoryName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMCodeRepositoryCmdlet.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.SM.RemoveSMContextCmdlet">
            <summary>
            Deletes an context.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMContextCmdlet.ContextName">
            <summary>
            <para>
            <para>The name of the context to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMContextCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ContextArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.DeleteContextResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DeleteContextResponse 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.SM.RemoveSMContextCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ContextName parameter.
            The -PassThru parameter is deprecated, use -Select '^ContextName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMContextCmdlet.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.SM.RemoveSMDataQualityJobDefinitionCmdlet">
            <summary>
            Deletes a data quality monitoring job definition.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMDataQualityJobDefinitionCmdlet.JobDefinitionName">
            <summary>
            <para>
            <para>The name of the data quality monitoring job definition to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMDataQualityJobDefinitionCmdlet.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.SageMaker.Model.DeleteDataQualityJobDefinitionResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMDataQualityJobDefinitionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the JobDefinitionName parameter.
            The -PassThru parameter is deprecated, use -Select '^JobDefinitionName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMDataQualityJobDefinitionCmdlet.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.SM.RemoveSMDeviceCmdlet">
            <summary>
            Deregisters the specified devices. After you deregister a device, you will need to
            re-register the devices.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMDeviceCmdlet.DeviceFleetName">
            <summary>
            <para>
            <para>The name of the fleet the devices belong to.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMDeviceCmdlet.DeviceName">
            <summary>
            <para>
            <para>The unique IDs of the devices.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMDeviceCmdlet.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.SageMaker.Model.DeregisterDevicesResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMDeviceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DeviceFleetName parameter.
            The -PassThru parameter is deprecated, use -Select '^DeviceFleetName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMDeviceCmdlet.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.SM.RemoveSMDeviceFleetCmdlet">
            <summary>
            Deletes a fleet.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMDeviceFleetCmdlet.DeviceFleetName">
            <summary>
            <para>
            <para>The name of the fleet to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMDeviceFleetCmdlet.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.SageMaker.Model.DeleteDeviceFleetResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMDeviceFleetCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DeviceFleetName parameter.
            The -PassThru parameter is deprecated, use -Select '^DeviceFleetName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMDeviceFleetCmdlet.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.SM.RemoveSMDomainCmdlet">
            <summary>
            Used to delete a domain. If you onboarded with IAM mode, you will need to delete your
            domain to onboard again using SSO. Use with caution. All of the members of the domain
            will lose access to their EFS volume, including data, notebooks, and other artifacts.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMDomainCmdlet.DomainId">
            <summary>
            <para>
            <para>The domain ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMDomainCmdlet.RetentionPolicy_HomeEfsFileSystem">
            <summary>
            <para>
            <para>The default is <code>Retain</code>, which specifies to keep the data stored on the
            EFS volume.</para><para>Specify <code>Delete</code> to delete the data stored on the EFS volume.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMDomainCmdlet.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.SageMaker.Model.DeleteDomainResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMDomainCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DomainId parameter.
            The -PassThru parameter is deprecated, use -Select '^DomainId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMDomainCmdlet.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.SM.RemoveSMEndpointCmdlet">
            <summary>
            Deletes an endpoint. Amazon SageMaker frees up all of the resources that were deployed
            when the endpoint was created.
             
              
            <para>
            Amazon SageMaker retires any custom KMS key grants associated with the endpoint, meaning
            you don't need to use the <a href="http://docs.aws.amazon.com/kms/latest/APIReference/API_RevokeGrant.html">RevokeGrant</a>
            API call.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMEndpointCmdlet.EndpointName">
            <summary>
            <para>
            <para>The name of the endpoint that you want to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMEndpointCmdlet.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.SageMaker.Model.DeleteEndpointResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMEndpointCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the EndpointName parameter.
            The -PassThru parameter is deprecated, use -Select '^EndpointName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMEndpointCmdlet.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.SM.RemoveSMEndpointConfigCmdlet">
            <summary>
            Deletes an endpoint configuration. The <code>DeleteEndpointConfig</code> API deletes
            only the specified configuration. It does not delete endpoints created using the configuration.
             
             
              
            <para>
            You must not delete an <code>EndpointConfig</code> in use by an endpoint that is live
            or while the <code>UpdateEndpoint</code> or <code>CreateEndpoint</code> operations
            are being performed on the endpoint. If you delete the <code>EndpointConfig</code>
            of an endpoint that is active or being created or updated you may lose visibility
            into the instance type the endpoint is using. The endpoint must be deleted in order
            to stop incurring charges.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMEndpointConfigCmdlet.EndpointConfigName">
            <summary>
            <para>
            <para>The name of the endpoint configuration that you want to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMEndpointConfigCmdlet.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.SageMaker.Model.DeleteEndpointConfigResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMEndpointConfigCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the EndpointConfigName parameter.
            The -PassThru parameter is deprecated, use -Select '^EndpointConfigName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMEndpointConfigCmdlet.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.SM.RemoveSMExperimentCmdlet">
            <summary>
            Deletes an SageMaker experiment. All trials associated with the experiment must be
            deleted first. Use the <a>ListTrials</a> API to get a list of the trials associated
            with the experiment.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMExperimentCmdlet.ExperimentName">
            <summary>
            <para>
            <para>The name of the experiment to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMExperimentCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ExperimentArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.DeleteExperimentResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DeleteExperimentResponse 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.SM.RemoveSMExperimentCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ExperimentName parameter.
            The -PassThru parameter is deprecated, use -Select '^ExperimentName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMExperimentCmdlet.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.SM.RemoveSMFeatureGroupCmdlet">
            <summary>
            Delete the <code>FeatureGroup</code> and any data that was written to the <code>OnlineStore</code>
            of the <code>FeatureGroup</code>. Data cannot be accessed from the <code>OnlineStore</code>
            immediately after <code>DeleteFeatureGroup</code> is called.
             
              
            <para>
            Data written into the <code>OfflineStore</code> will not be deleted. The Amazon Web
            Services Glue database and tables that are automatically created for your <code>OfflineStore</code>
            are not deleted.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMFeatureGroupCmdlet.FeatureGroupName">
            <summary>
            <para>
            <para>The name of the <code>FeatureGroup</code> you want to delete. The name must be unique
            within an Amazon Web Services Region in an Amazon Web Services account. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMFeatureGroupCmdlet.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.SageMaker.Model.DeleteFeatureGroupResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMFeatureGroupCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the FeatureGroupName parameter.
            The -PassThru parameter is deprecated, use -Select '^FeatureGroupName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMFeatureGroupCmdlet.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.SM.RemoveSMFlowDefinitionCmdlet">
            <summary>
            Deletes the specified flow definition.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMFlowDefinitionCmdlet.FlowDefinitionName">
            <summary>
            <para>
            <para>The name of the flow definition you are deleting.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMFlowDefinitionCmdlet.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.SageMaker.Model.DeleteFlowDefinitionResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMFlowDefinitionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the FlowDefinitionName parameter.
            The -PassThru parameter is deprecated, use -Select '^FlowDefinitionName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMFlowDefinitionCmdlet.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.SM.RemoveSMHumanTaskUiCmdlet">
            <summary>
            Use this operation to delete a human task user interface (worker task template).
             
              
            <para>
             To see a list of human task user interfaces (work task templates) in your account,
            use . When you delete a worker task template, it no longer appears when you call <code>ListHumanTaskUis</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMHumanTaskUiCmdlet.HumanTaskUiName">
            <summary>
            <para>
            <para>The name of the human task user interface (work task template) you want to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMHumanTaskUiCmdlet.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.SageMaker.Model.DeleteHumanTaskUiResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMHumanTaskUiCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the HumanTaskUiName parameter.
            The -PassThru parameter is deprecated, use -Select '^HumanTaskUiName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMHumanTaskUiCmdlet.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.SM.RemoveSMImageCmdlet">
            <summary>
            Deletes a SageMaker image and all versions of the image. The container images aren't
            deleted.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMImageCmdlet.ImageName">
            <summary>
            <para>
            <para>The name of the image to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMImageCmdlet.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.SageMaker.Model.DeleteImageResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMImageCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ImageName parameter.
            The -PassThru parameter is deprecated, use -Select '^ImageName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMImageCmdlet.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.SM.RemoveSMImageVersionCmdlet">
            <summary>
            Deletes a version of a SageMaker image. The container image the version represents
            isn't deleted.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMImageVersionCmdlet.ImageName">
            <summary>
            <para>
            <para>The name of the image.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMImageVersionCmdlet.Version">
            <summary>
            <para>
            <para>The version to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMImageVersionCmdlet.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.SageMaker.Model.DeleteImageVersionResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMImageVersionCmdlet.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.SM.RemoveSMModelCmdlet">
            <summary>
            Deletes a model. The <code>DeleteModel</code> API deletes only the model entry that
            was created in Amazon SageMaker when you called the <code>CreateModel</code> API.
            It does not delete model artifacts, inference code, or the IAM role that you specified
            when creating the model.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMModelCmdlet.ModelName">
            <summary>
            <para>
            <para>The name of the model to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMModelCmdlet.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.SageMaker.Model.DeleteModelResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMModelCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ModelName parameter.
            The -PassThru parameter is deprecated, use -Select '^ModelName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMModelCmdlet.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.SM.RemoveSMModelBiasJobDefinitionCmdlet">
            <summary>
            Deletes an Amazon SageMaker model bias job definition.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMModelBiasJobDefinitionCmdlet.JobDefinitionName">
            <summary>
            <para>
            <para>The name of the model bias job definition to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMModelBiasJobDefinitionCmdlet.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.SageMaker.Model.DeleteModelBiasJobDefinitionResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMModelBiasJobDefinitionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the JobDefinitionName parameter.
            The -PassThru parameter is deprecated, use -Select '^JobDefinitionName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMModelBiasJobDefinitionCmdlet.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.SM.RemoveSMModelExplainabilityJobDefinitionCmdlet">
            <summary>
            Deletes an Amazon SageMaker model explainability job definition.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMModelExplainabilityJobDefinitionCmdlet.JobDefinitionName">
            <summary>
            <para>
            <para>The name of the model explainability job definition to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMModelExplainabilityJobDefinitionCmdlet.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.SageMaker.Model.DeleteModelExplainabilityJobDefinitionResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMModelExplainabilityJobDefinitionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the JobDefinitionName parameter.
            The -PassThru parameter is deprecated, use -Select '^JobDefinitionName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMModelExplainabilityJobDefinitionCmdlet.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.SM.RemoveSMModelPackageCmdlet">
            <summary>
            Deletes a model package.
             
              
            <para>
            A model package is used to create Amazon SageMaker models or list on Amazon Web Services
            Marketplace. Buyers can subscribe to model packages listed on Amazon Web Services
            Marketplace to create models in Amazon SageMaker.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMModelPackageCmdlet.ModelPackageName">
            <summary>
            <para>
            <para>The name or Amazon Resource Name (ARN) of the model package to delete.</para><para>When you specify a name, the name must have 1 to 63 characters. Valid characters are
            a-z, A-Z, 0-9, and - (hyphen).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMModelPackageCmdlet.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.SageMaker.Model.DeleteModelPackageResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMModelPackageCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ModelPackageName parameter.
            The -PassThru parameter is deprecated, use -Select '^ModelPackageName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMModelPackageCmdlet.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.SM.RemoveSMModelPackageGroupCmdlet">
            <summary>
            Deletes the specified model group.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMModelPackageGroupCmdlet.ModelPackageGroupName">
            <summary>
            <para>
            <para>The name of the model group to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMModelPackageGroupCmdlet.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.SageMaker.Model.DeleteModelPackageGroupResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMModelPackageGroupCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ModelPackageGroupName parameter.
            The -PassThru parameter is deprecated, use -Select '^ModelPackageGroupName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMModelPackageGroupCmdlet.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.SM.RemoveSMModelPackageGroupPolicyCmdlet">
            <summary>
            Deletes a model group resource policy.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMModelPackageGroupPolicyCmdlet.ModelPackageGroupName">
            <summary>
            <para>
            <para>The name of the model group for which to delete the policy.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMModelPackageGroupPolicyCmdlet.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.SageMaker.Model.DeleteModelPackageGroupPolicyResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMModelPackageGroupPolicyCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ModelPackageGroupName parameter.
            The -PassThru parameter is deprecated, use -Select '^ModelPackageGroupName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMModelPackageGroupPolicyCmdlet.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.SM.RemoveSMModelQualityJobDefinitionCmdlet">
            <summary>
            Deletes the secified model quality monitoring job definition.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMModelQualityJobDefinitionCmdlet.JobDefinitionName">
            <summary>
            <para>
            <para>The name of the model quality monitoring job definition to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMModelQualityJobDefinitionCmdlet.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.SageMaker.Model.DeleteModelQualityJobDefinitionResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMModelQualityJobDefinitionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the JobDefinitionName parameter.
            The -PassThru parameter is deprecated, use -Select '^JobDefinitionName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMModelQualityJobDefinitionCmdlet.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.SM.RemoveSMMonitoringScheduleCmdlet">
            <summary>
            Deletes a monitoring schedule. Also stops the schedule had not already been stopped.
            This does not delete the job execution history of the monitoring schedule.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMMonitoringScheduleCmdlet.MonitoringScheduleName">
            <summary>
            <para>
            <para>The name of the monitoring schedule to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMMonitoringScheduleCmdlet.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.SageMaker.Model.DeleteMonitoringScheduleResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMMonitoringScheduleCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the MonitoringScheduleName parameter.
            The -PassThru parameter is deprecated, use -Select '^MonitoringScheduleName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMMonitoringScheduleCmdlet.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.SM.RemoveSMNotebookInstanceCmdlet">
            <summary>
            Deletes an Amazon SageMaker notebook instance. Before you can delete a notebook instance,
            you must call the <code>StopNotebookInstance</code> API.
             
             <important><para>
            When you delete a notebook instance, you lose all of your data. Amazon SageMaker removes
            the ML compute instance, and deletes the ML storage volume and the network interface
            associated with the notebook instance.
            </para></important>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMNotebookInstanceCmdlet.NotebookInstanceName">
            <summary>
            <para>
            <para>The name of the Amazon SageMaker notebook instance to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMNotebookInstanceCmdlet.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.SageMaker.Model.DeleteNotebookInstanceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMNotebookInstanceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the NotebookInstanceName parameter.
            The -PassThru parameter is deprecated, use -Select '^NotebookInstanceName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMNotebookInstanceCmdlet.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.SM.RemoveSMNotebookInstanceLifecycleConfigCmdlet">
            <summary>
            Deletes a notebook instance lifecycle configuration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMNotebookInstanceLifecycleConfigCmdlet.NotebookInstanceLifecycleConfigName">
            <summary>
            <para>
            <para>The name of the lifecycle configuration to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMNotebookInstanceLifecycleConfigCmdlet.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.SageMaker.Model.DeleteNotebookInstanceLifecycleConfigResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMNotebookInstanceLifecycleConfigCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the NotebookInstanceLifecycleConfigName parameter.
            The -PassThru parameter is deprecated, use -Select '^NotebookInstanceLifecycleConfigName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMNotebookInstanceLifecycleConfigCmdlet.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.SM.RemoveSMPipelineCmdlet">
            <summary>
            Deletes a pipeline if there are no running instances of the pipeline. To delete a
            pipeline, you must stop all running instances of the pipeline using the <code>StopPipelineExecution</code>
            API. When you delete a pipeline, all instances of the pipeline are deleted.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMPipelineCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>A unique, case-sensitive identifier that you provide to ensure the idempotency of
            the operation. An idempotent operation completes no more than one time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMPipelineCmdlet.PipelineName">
            <summary>
            <para>
            <para>The name of the pipeline to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMPipelineCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'PipelineArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.DeletePipelineResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DeletePipelineResponse 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.SM.RemoveSMPipelineCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the PipelineName parameter.
            The -PassThru parameter is deprecated, use -Select '^PipelineName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMPipelineCmdlet.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.SM.RemoveSMProjectCmdlet">
            <summary>
            Delete the specified project.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMProjectCmdlet.ProjectName">
            <summary>
            <para>
            <para>The name of the project to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMProjectCmdlet.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.SageMaker.Model.DeleteProjectResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMProjectCmdlet.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.SM.RemoveSMProjectCmdlet.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.SM.RemoveSMResourceTagCmdlet">
            <summary>
            Deletes the specified tags from an Amazon SageMaker resource.
             
              
            <para>
            To list a resource's tags, use the <code>ListTags</code> API.
            </para><note><para>
            When you call this API to delete tags from a hyperparameter tuning job, the deleted
            tags are not removed from training jobs that the hyperparameter tuning job launched
            before you called this API.
            </para></note><note><para>
            When you call this API to delete tags from a SageMaker Studio Domain or User Profile,
            the deleted tags are not removed from Apps that the SageMaker Studio Domain or User
            Profile launched before you called this API.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resource whose tags you want to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMResourceTagCmdlet.TagKey">
            <summary>
            <para>
            <para>An array or one or more tag keys to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMResourceTagCmdlet.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.SageMaker.Model.DeleteTagsResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TagKey parameter.
            The -PassThru parameter is deprecated, use -Select '^TagKey' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMResourceTagCmdlet.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.SM.RemoveSMStudioLifecycleConfigCmdlet">
            <summary>
            Deletes the Studio Lifecycle Configuration. In order to delete the Lifecycle Configuration,
            there must be no running apps using the Lifecycle Configuration. You must also remove
            the Lifecycle Configuration from UserSettings in all Domains and UserProfiles.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMStudioLifecycleConfigCmdlet.StudioLifecycleConfigName">
            <summary>
            <para>
            <para>The name of the Studio Lifecycle Configuration to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMStudioLifecycleConfigCmdlet.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.SageMaker.Model.DeleteStudioLifecycleConfigResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMStudioLifecycleConfigCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StudioLifecycleConfigName parameter.
            The -PassThru parameter is deprecated, use -Select '^StudioLifecycleConfigName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMStudioLifecycleConfigCmdlet.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.SM.RemoveSMTrialCmdlet">
            <summary>
            Deletes the specified trial. All trial components that make up the trial must be deleted
            first. Use the <a>DescribeTrialComponent</a> API to get the list of trial components.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMTrialCmdlet.TrialName">
            <summary>
            <para>
            <para>The name of the trial to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMTrialCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'TrialArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.DeleteTrialResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DeleteTrialResponse 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.SM.RemoveSMTrialCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TrialName parameter.
            The -PassThru parameter is deprecated, use -Select '^TrialName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMTrialCmdlet.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.SM.RemoveSMTrialComponentCmdlet">
            <summary>
            Deletes the specified trial component. A trial component must be disassociated from
            all trials before the trial component can be deleted. To disassociate a trial component
            from a trial, call the <a>DisassociateTrialComponent</a> API.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMTrialComponentCmdlet.TrialComponentName">
            <summary>
            <para>
            <para>The name of the component to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMTrialComponentCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'TrialComponentArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.DeleteTrialComponentResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DeleteTrialComponentResponse 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.SM.RemoveSMTrialComponentCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TrialComponentName parameter.
            The -PassThru parameter is deprecated, use -Select '^TrialComponentName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMTrialComponentCmdlet.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.SM.RemoveSMUserProfileCmdlet">
            <summary>
            Deletes a user profile. When a user profile is deleted, the user loses access to their
            EFS volume, including data, notebooks, and other artifacts.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMUserProfileCmdlet.DomainId">
            <summary>
            <para>
            <para>The domain ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMUserProfileCmdlet.UserProfileName">
            <summary>
            <para>
            <para>The user profile name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMUserProfileCmdlet.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.SageMaker.Model.DeleteUserProfileResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMUserProfileCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the UserProfileName parameter.
            The -PassThru parameter is deprecated, use -Select '^UserProfileName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMUserProfileCmdlet.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.SM.RemoveSMWorkforceCmdlet">
            <summary>
            Use this operation to delete a workforce.
             
              
            <para>
            If you want to create a new workforce in an Amazon Web Services Region where a workforce
            already exists, use this operation to delete the existing workforce and then use to
            create a new workforce.
            </para><important><para>
            If a private workforce contains one or more work teams, you must use the operation
            to delete all work teams before you delete the workforce. If you try to delete a workforce
            that contains one or more work teams, you will recieve a <code>ResourceInUse</code>
            error.
            </para></important>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMWorkforceCmdlet.WorkforceName">
            <summary>
            <para>
            <para>The name of the workforce.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMWorkforceCmdlet.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.SageMaker.Model.DeleteWorkforceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMWorkforceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the WorkforceName parameter.
            The -PassThru parameter is deprecated, use -Select '^WorkforceName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMWorkforceCmdlet.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.SM.RemoveSMWorkteamCmdlet">
            <summary>
            Deletes an existing work team. This operation can't be undone.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMWorkteamCmdlet.WorkteamName">
            <summary>
            <para>
            <para>The name of the work team to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMWorkteamCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Success'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.DeleteWorkteamResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DeleteWorkteamResponse 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.SM.RemoveSMWorkteamCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the WorkteamName parameter.
            The -PassThru parameter is deprecated, use -Select '^WorkteamName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RemoveSMWorkteamCmdlet.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.SM.RestartSMPipelineExecutionCmdlet">
            <summary>
            Retry the execution of the pipeline.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RestartSMPipelineExecutionCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>A unique, case-sensitive identifier that you provide to ensure the idempotency of
            the operation. An idempotent operation completes no more than once.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RestartSMPipelineExecutionCmdlet.PipelineExecutionArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the pipeline execution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RestartSMPipelineExecutionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'PipelineExecutionArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.RetryPipelineExecutionResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.RetryPipelineExecutionResponse 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.SM.RestartSMPipelineExecutionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the PipelineExecutionArn parameter.
            The -PassThru parameter is deprecated, use -Select '^PipelineExecutionArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.RestartSMPipelineExecutionCmdlet.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.SM.SearchSMResourceCmdlet">
            <summary>
            Finds Amazon SageMaker resources that match a search query. Matching resources are
            returned as a list of <code>SearchRecord</code> objects in the response. You can sort
            the search results by any resource property in a ascending or descending order.
             
              
            <para>
            You can query against the following value types: numeric, text, Boolean, and timestamp.
            </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.SM.SearchSMResourceCmdlet.SearchExpression_Filter">
            <summary>
            <para>
            <para>A list of filter objects.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.SearchSMResourceCmdlet.SearchExpression_NestedFilter">
            <summary>
            <para>
            <para>A list of nested filter objects.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.SearchSMResourceCmdlet.SearchExpression_Operator">
            <summary>
            <para>
            <para>A Boolean operator used to evaluate the search expression. If you want every conditional
            statement in all lists to be satisfied for the entire search expression to be true,
            specify <code>And</code>. If only a single conditional statement needs to be true
            for the entire search expression to be true, specify <code>Or</code>. The default
            value is <code>And</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.SearchSMResourceCmdlet.Resource">
            <summary>
            <para>
            <para>The name of the Amazon SageMaker resource to search for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.SearchSMResourceCmdlet.SortBy">
            <summary>
            <para>
            <para>The name of the resource property used to sort the <code>SearchResults</code>. The
            default is <code>LastModifiedTime</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.SearchSMResourceCmdlet.SortOrder">
            <summary>
            <para>
            <para>How <code>SearchResults</code> are ordered. Valid values are <code>Ascending</code>
            or <code>Descending</code>. The default is <code>Descending</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.SearchSMResourceCmdlet.SearchExpression_SubExpression">
            <summary>
            <para>
            <para>A list of search expression objects.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.SearchSMResourceCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>100</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.SearchSMResourceCmdlet.NextToken">
            <summary>
            <para>
            <para>If more than <code>MaxResults</code> resources match the specified <code>SearchExpression</code>,
            the response includes a <code>NextToken</code>. The <code>NextToken</code> can be
            passed to the next <code>SearchRequest</code> to continue retrieving 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.SM.SearchSMResourceCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Results'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.SearchResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.SearchResponse 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.SM.SearchSMResourceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Resource parameter.
            The -PassThru parameter is deprecated, use -Select '^Resource' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.SearchSMResourceCmdlet.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="P:Amazon.PowerShell.Cmdlets.SM.SearchSMResourceCmdlet.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.SM.SendSMPipelineExecutionStepFailureCmdlet">
            <summary>
            Notifies the pipeline that the execution of a callback step failed, along with a message
            describing why. When a callback step is run, the pipeline generates a callback token
            and includes the token in a message sent to Amazon Simple Queue Service (Amazon SQS).
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.SendSMPipelineExecutionStepFailureCmdlet.CallbackToken">
            <summary>
            <para>
            <para>The pipeline generated token from the Amazon SQS queue.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.SendSMPipelineExecutionStepFailureCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>A unique, case-sensitive identifier that you provide to ensure the idempotency of
            the operation. An idempotent operation completes no more than one time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.SendSMPipelineExecutionStepFailureCmdlet.FailureReason">
            <summary>
            <para>
            <para>A message describing why the step failed.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.SendSMPipelineExecutionStepFailureCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'PipelineExecutionArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.SendPipelineExecutionStepFailureResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.SendPipelineExecutionStepFailureResponse 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.SM.SendSMPipelineExecutionStepFailureCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the CallbackToken parameter.
            The -PassThru parameter is deprecated, use -Select '^CallbackToken' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.SendSMPipelineExecutionStepFailureCmdlet.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.SM.SendSMPipelineExecutionStepSuccessCmdlet">
            <summary>
            Notifies the pipeline that the execution of a callback step succeeded and provides
            a list of the step's output parameters. When a callback step is run, the pipeline
            generates a callback token and includes the token in a message sent to Amazon Simple
            Queue Service (Amazon SQS).
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.SendSMPipelineExecutionStepSuccessCmdlet.CallbackToken">
            <summary>
            <para>
            <para>The pipeline generated token from the Amazon SQS queue.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.SendSMPipelineExecutionStepSuccessCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>A unique, case-sensitive identifier that you provide to ensure the idempotency of
            the operation. An idempotent operation completes no more than one time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.SendSMPipelineExecutionStepSuccessCmdlet.OutputParameter">
            <summary>
            <para>
            <para>A list of the output parameters of the callback step.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.SendSMPipelineExecutionStepSuccessCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'PipelineExecutionArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.SendPipelineExecutionStepSuccessResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.SendPipelineExecutionStepSuccessResponse 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.SM.SendSMPipelineExecutionStepSuccessCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the CallbackToken parameter.
            The -PassThru parameter is deprecated, use -Select '^CallbackToken' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.SendSMPipelineExecutionStepSuccessCmdlet.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.SM.StartSMMonitoringScheduleCmdlet">
            <summary>
            Starts a previously stopped monitoring schedule.
             
             <note><para>
            By default, when you successfully create a new schedule, the status of a monitoring
            schedule is <code>scheduled</code>.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StartSMMonitoringScheduleCmdlet.MonitoringScheduleName">
            <summary>
            <para>
            <para>The name of the schedule to start.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StartSMMonitoringScheduleCmdlet.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.SageMaker.Model.StartMonitoringScheduleResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StartSMMonitoringScheduleCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the MonitoringScheduleName parameter.
            The -PassThru parameter is deprecated, use -Select '^MonitoringScheduleName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StartSMMonitoringScheduleCmdlet.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.SM.StartSMNotebookInstanceCmdlet">
            <summary>
            Launches an ML compute instance with the latest version of the libraries and attaches
            your ML storage volume. After configuring the notebook instance, Amazon SageMaker
            sets the notebook instance status to <code>InService</code>. A notebook instance's
            status must be <code>InService</code> before you can connect to your Jupyter notebook.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StartSMNotebookInstanceCmdlet.NotebookInstanceName">
            <summary>
            <para>
            <para>The name of the notebook instance to start.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StartSMNotebookInstanceCmdlet.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.SageMaker.Model.StartNotebookInstanceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StartSMNotebookInstanceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the NotebookInstanceName parameter.
            The -PassThru parameter is deprecated, use -Select '^NotebookInstanceName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StartSMNotebookInstanceCmdlet.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.SM.StartSMPipelineExecutionCmdlet">
            <summary>
            Starts a pipeline execution.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StartSMPipelineExecutionCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>A unique, case-sensitive identifier that you provide to ensure the idempotency of
            the operation. An idempotent operation completes no more than once.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StartSMPipelineExecutionCmdlet.PipelineExecutionDescription">
            <summary>
            <para>
            <para>The description of the pipeline execution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StartSMPipelineExecutionCmdlet.PipelineExecutionDisplayName">
            <summary>
            <para>
            <para>The display name of the pipeline execution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StartSMPipelineExecutionCmdlet.PipelineName">
            <summary>
            <para>
            <para>The name of the pipeline.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StartSMPipelineExecutionCmdlet.PipelineParameter">
            <summary>
            <para>
            <para>Contains a list of pipeline parameters. This list can be empty. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StartSMPipelineExecutionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'PipelineExecutionArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.StartPipelineExecutionResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.StartPipelineExecutionResponse 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.SM.StartSMPipelineExecutionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the PipelineName parameter.
            The -PassThru parameter is deprecated, use -Select '^PipelineName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StartSMPipelineExecutionCmdlet.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.SM.StopSMAutoMLJobCmdlet">
            <summary>
            A method for forcing the termination of a running job.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StopSMAutoMLJobCmdlet.AutoMLJobName">
            <summary>
            <para>
            <para>The name of the object you are requesting.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StopSMAutoMLJobCmdlet.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.SageMaker.Model.StopAutoMLJobResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StopSMAutoMLJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AutoMLJobName parameter.
            The -PassThru parameter is deprecated, use -Select '^AutoMLJobName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StopSMAutoMLJobCmdlet.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.SM.StopSMCompilationJobCmdlet">
            <summary>
            Stops a model compilation job.
             
              
            <para>
             To stop a job, Amazon SageMaker sends the algorithm the SIGTERM signal. This gracefully
            shuts the job down. If the job hasn't stopped, it sends the SIGKILL signal.
            </para><para>
            When it receives a <code>StopCompilationJob</code> request, Amazon SageMaker changes
            the <a>CompilationJobSummary$CompilationJobStatus</a> of the job to <code>Stopping</code>.
            After Amazon SageMaker stops the job, it sets the <a>CompilationJobSummary$CompilationJobStatus</a>
            to <code>Stopped</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StopSMCompilationJobCmdlet.CompilationJobName">
            <summary>
            <para>
            <para>The name of the model compilation job to stop.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StopSMCompilationJobCmdlet.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.SageMaker.Model.StopCompilationJobResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StopSMCompilationJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the CompilationJobName parameter.
            The -PassThru parameter is deprecated, use -Select '^CompilationJobName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StopSMCompilationJobCmdlet.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.SM.StopSMEdgePackagingJobCmdlet">
            <summary>
            Request to stop an edge packaging job.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StopSMEdgePackagingJobCmdlet.EdgePackagingJobName">
            <summary>
            <para>
            <para>The name of the edge packaging job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StopSMEdgePackagingJobCmdlet.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.SageMaker.Model.StopEdgePackagingJobResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StopSMEdgePackagingJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the EdgePackagingJobName parameter.
            The -PassThru parameter is deprecated, use -Select '^EdgePackagingJobName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StopSMEdgePackagingJobCmdlet.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.SM.StopSMHyperParameterTuningJobCmdlet">
            <summary>
            Stops a running hyperparameter tuning job and all running training jobs that the tuning
            job launched.
             
              
            <para>
            All model artifacts output from the training jobs are stored in Amazon Simple Storage
            Service (Amazon S3). All data that the training jobs write to Amazon CloudWatch Logs
            are still available in CloudWatch. After the tuning job moves to the <code>Stopped</code>
            state, it releases all reserved resources for the tuning job.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StopSMHyperParameterTuningJobCmdlet.HyperParameterTuningJobName">
            <summary>
            <para>
            <para>The name of the tuning job to stop.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StopSMHyperParameterTuningJobCmdlet.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.SageMaker.Model.StopHyperParameterTuningJobResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StopSMHyperParameterTuningJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the HyperParameterTuningJobName parameter.
            The -PassThru parameter is deprecated, use -Select '^HyperParameterTuningJobName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StopSMHyperParameterTuningJobCmdlet.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.SM.StopSMLabelingJobCmdlet">
            <summary>
            Stops a running labeling job. A job that is stopped cannot be restarted. Any results
            obtained before the job is stopped are placed in the Amazon S3 output bucket.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StopSMLabelingJobCmdlet.LabelingJobName">
            <summary>
            <para>
            <para>The name of the labeling job to stop.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StopSMLabelingJobCmdlet.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.SageMaker.Model.StopLabelingJobResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StopSMLabelingJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the LabelingJobName parameter.
            The -PassThru parameter is deprecated, use -Select '^LabelingJobName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StopSMLabelingJobCmdlet.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.SM.StopSMMonitoringScheduleCmdlet">
            <summary>
            Stops a previously started monitoring schedule.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StopSMMonitoringScheduleCmdlet.MonitoringScheduleName">
            <summary>
            <para>
            <para>The name of the schedule to stop.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StopSMMonitoringScheduleCmdlet.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.SageMaker.Model.StopMonitoringScheduleResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StopSMMonitoringScheduleCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the MonitoringScheduleName parameter.
            The -PassThru parameter is deprecated, use -Select '^MonitoringScheduleName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StopSMMonitoringScheduleCmdlet.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.SM.StopSMNotebookInstanceCmdlet">
            <summary>
            Terminates the ML compute instance. Before terminating the instance, Amazon SageMaker
            disconnects the ML storage volume from it. Amazon SageMaker preserves the ML storage
            volume. Amazon SageMaker stops charging you for the ML compute instance when you call
            <code>StopNotebookInstance</code>.
             
              
            <para>
            To access data on the ML storage volume for a notebook instance that has been terminated,
            call the <code>StartNotebookInstance</code> API. <code>StartNotebookInstance</code>
            launches another ML compute instance, configures it, and attaches the preserved ML
            storage volume so you can continue your work.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StopSMNotebookInstanceCmdlet.NotebookInstanceName">
            <summary>
            <para>
            <para>The name of the notebook instance to terminate.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StopSMNotebookInstanceCmdlet.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.SageMaker.Model.StopNotebookInstanceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StopSMNotebookInstanceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the NotebookInstanceName parameter.
            The -PassThru parameter is deprecated, use -Select '^NotebookInstanceName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StopSMNotebookInstanceCmdlet.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.SM.StopSMPipelineExecutionCmdlet">
            <summary>
            Stops a pipeline execution.
             
              
            <para><b>Callback Step</b></para><para>
            A pipeline execution won't stop while a callback step is running. When you call <code>StopPipelineExecution</code>
            on a pipeline execution with a running callback step, SageMaker Pipelines sends an
            additional Amazon SQS message to the specified SQS queue. The body of the SQS message
            contains a "Status" field which is set to "Stopping".
            </para><para>
            You should add logic to your Amazon SQS message consumer to take any needed action
            (for example, resource cleanup) upon receipt of the message followed by a call to
            <code>SendPipelineExecutionStepSuccess</code> or <code>SendPipelineExecutionStepFailure</code>.
            </para><para>
            Only when SageMaker Pipelines receives one of these calls will it stop the pipeline
            execution.
            </para><para><b>Lambda Step</b></para><para>
            A pipeline execution can't be stopped while a lambda step is running because the Lambda
            function invoked by the lambda step can't be stopped. If you attempt to stop the execution
            while the Lambda function is running, the pipeline waits for the Lambda function to
            finish or until the timeout is hit, whichever occurs first, and then stops. If the
            Lambda function finishes, the pipeline execution status is <code>Stopped</code>. If
            the timeout is hit the pipeline execution status is <code>Failed</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StopSMPipelineExecutionCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>A unique, case-sensitive identifier that you provide to ensure the idempotency of
            the operation. An idempotent operation completes no more than once.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StopSMPipelineExecutionCmdlet.PipelineExecutionArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the pipeline execution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StopSMPipelineExecutionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'PipelineExecutionArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.StopPipelineExecutionResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.StopPipelineExecutionResponse 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.SM.StopSMPipelineExecutionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the PipelineExecutionArn parameter.
            The -PassThru parameter is deprecated, use -Select '^PipelineExecutionArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StopSMPipelineExecutionCmdlet.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.SM.StopSMProcessingJobCmdlet">
            <summary>
            Stops a processing job.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StopSMProcessingJobCmdlet.ProcessingJobName">
            <summary>
            <para>
            <para>The name of the processing job to stop.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StopSMProcessingJobCmdlet.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.SageMaker.Model.StopProcessingJobResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StopSMProcessingJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ProcessingJobName parameter.
            The -PassThru parameter is deprecated, use -Select '^ProcessingJobName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StopSMProcessingJobCmdlet.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.SM.StopSMTrainingJobCmdlet">
            <summary>
            Stops a training job. To stop a job, Amazon SageMaker sends the algorithm the <code>SIGTERM</code>
            signal, which delays job termination for 120 seconds. Algorithms might use this 120-second
            window to save the model artifacts, so the results of the training is not lost.
             
              
            <para>
            When it receives a <code>StopTrainingJob</code> request, Amazon SageMaker changes
            the status of the job to <code>Stopping</code>. After Amazon SageMaker stops the job,
            it sets the status to <code>Stopped</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StopSMTrainingJobCmdlet.TrainingJobName">
            <summary>
            <para>
            <para>The name of the training job to stop.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StopSMTrainingJobCmdlet.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.SageMaker.Model.StopTrainingJobResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StopSMTrainingJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TrainingJobName parameter.
            The -PassThru parameter is deprecated, use -Select '^TrainingJobName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StopSMTrainingJobCmdlet.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.SM.StopSMTransformJobCmdlet">
            <summary>
            Stops a transform job.
             
              
            <para>
            When Amazon SageMaker receives a <code>StopTransformJob</code> request, the status
            of the job changes to <code>Stopping</code>. After Amazon SageMaker stops the job,
            the status is set to <code>Stopped</code>. When you stop a transform job before it
            is completed, Amazon SageMaker doesn't store the job's output in Amazon S3.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StopSMTransformJobCmdlet.TransformJobName">
            <summary>
            <para>
            <para>The name of the transform job to stop.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StopSMTransformJobCmdlet.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.SageMaker.Model.StopTransformJobResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StopSMTransformJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TransformJobName parameter.
            The -PassThru parameter is deprecated, use -Select '^TransformJobName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.StopSMTransformJobCmdlet.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.SM.UnregisterSMTrialComponentCmdlet">
            <summary>
            Disassociates a trial component from a trial. This doesn't effect other trials the
            component is associated with. Before you can delete a component, you must disassociate
            the component from all trials it is associated with. To associate a trial component
            with a trial, call the <a>AssociateTrialComponent</a> API.
             
              
            <para>
            To get a list of the trials a component is associated with, use the <a>Search</a>
            API. Specify <code>ExperimentTrialComponent</code> for the <code>Resource</code> parameter.
            The list appears in the response under <code>Results.TrialComponent.Parents</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UnregisterSMTrialComponentCmdlet.TrialComponentName">
            <summary>
            <para>
            <para>The name of the component to disassociate from the trial.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UnregisterSMTrialComponentCmdlet.TrialName">
            <summary>
            <para>
            <para>The name of the trial to disassociate from.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UnregisterSMTrialComponentCmdlet.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.SageMaker.Model.DisassociateTrialComponentResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.DisassociateTrialComponentResponse 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.SM.UnregisterSMTrialComponentCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TrialComponentName parameter.
            The -PassThru parameter is deprecated, use -Select '^TrialComponentName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UnregisterSMTrialComponentCmdlet.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.SM.UpdateSMActionCmdlet">
            <summary>
            Updates an action.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMActionCmdlet.ActionName">
            <summary>
            <para>
            <para>The name of the action to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMActionCmdlet.Description">
            <summary>
            <para>
            <para>The new description for the action.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMActionCmdlet.Property">
            <summary>
            <para>
            <para>The new list of properties. Overwrites the current property list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMActionCmdlet.PropertiesToRemove">
            <summary>
            <para>
            <para>A list of properties to remove.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMActionCmdlet.Status">
            <summary>
            <para>
            <para>The new status for the action.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMActionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ActionArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.UpdateActionResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.UpdateActionResponse 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.SM.UpdateSMActionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ActionName parameter.
            The -PassThru parameter is deprecated, use -Select '^ActionName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMActionCmdlet.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.SM.UpdateSMAppImageConfigCmdlet">
            <summary>
            Updates the properties of an AppImageConfig.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMAppImageConfigCmdlet.AppImageConfigName">
            <summary>
            <para>
            <para>The name of the AppImageConfig to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMAppImageConfigCmdlet.FileSystemConfig_DefaultGid">
            <summary>
            <para>
            <para>The default POSIX group ID (GID). If not specified, defaults to <code>100</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMAppImageConfigCmdlet.FileSystemConfig_DefaultUid">
            <summary>
            <para>
            <para>The default POSIX user ID (UID). If not specified, defaults to <code>1000</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMAppImageConfigCmdlet.KernelGatewayImageConfig_KernelSpec">
            <summary>
            <para>
            <para>The specification of the Jupyter kernels in the image.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMAppImageConfigCmdlet.FileSystemConfig_MountPath">
            <summary>
            <para>
            <para>The path within the image to mount the user's EFS home directory. The directory should
            be empty. If not specified, defaults to <i>/home/sagemaker-user</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMAppImageConfigCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'AppImageConfigArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.UpdateAppImageConfigResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.UpdateAppImageConfigResponse 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.SM.UpdateSMAppImageConfigCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppImageConfigName parameter.
            The -PassThru parameter is deprecated, use -Select '^AppImageConfigName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMAppImageConfigCmdlet.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.SM.UpdateSMArtifactCmdlet">
            <summary>
            Updates an artifact.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMArtifactCmdlet.ArtifactArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the artifact to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMArtifactCmdlet.ArtifactName">
            <summary>
            <para>
            <para>The new name for the artifact.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMArtifactCmdlet.Property">
            <summary>
            <para>
            <para>The new list of properties. Overwrites the current property list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMArtifactCmdlet.PropertiesToRemove">
            <summary>
            <para>
            <para>A list of properties to remove.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMArtifactCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ArtifactArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.UpdateArtifactResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.UpdateArtifactResponse 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.SM.UpdateSMArtifactCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ArtifactArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ArtifactArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMArtifactCmdlet.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.SM.UpdateSMCodeRepositoryCmdlet">
            <summary>
            Updates the specified Git repository with the specified values.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMCodeRepositoryCmdlet.CodeRepositoryName">
            <summary>
            <para>
            <para>The name of the Git repository to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMCodeRepositoryCmdlet.GitConfig_SecretArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that
            contains the credentials used to access the git repository. The secret must have a
            staging label of <code>AWSCURRENT</code> and must be in the following format:</para><para><code>{"username": <i>UserName</i>, "password": <i>Password</i>}</code></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMCodeRepositoryCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'CodeRepositoryArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.UpdateCodeRepositoryResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.UpdateCodeRepositoryResponse 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.SM.UpdateSMCodeRepositoryCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the CodeRepositoryName parameter.
            The -PassThru parameter is deprecated, use -Select '^CodeRepositoryName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMCodeRepositoryCmdlet.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.SM.UpdateSMContextCmdlet">
            <summary>
            Updates a context.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMContextCmdlet.ContextName">
            <summary>
            <para>
            <para>The name of the context to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMContextCmdlet.Description">
            <summary>
            <para>
            <para>The new description for the context.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMContextCmdlet.Property">
            <summary>
            <para>
            <para>The new list of properties. Overwrites the current property list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMContextCmdlet.PropertiesToRemove">
            <summary>
            <para>
            <para>A list of properties to remove.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMContextCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ContextArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.UpdateContextResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.UpdateContextResponse 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.SM.UpdateSMContextCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ContextName parameter.
            The -PassThru parameter is deprecated, use -Select '^ContextName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMContextCmdlet.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.SM.UpdateSMDeviceCmdlet">
            <summary>
            Updates one or more devices in a fleet.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMDeviceCmdlet.DeviceFleetName">
            <summary>
            <para>
            <para>The name of the fleet the devices belong to.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMDeviceCmdlet.Device">
            <summary>
            <para>
            <para>List of devices to register with Edge Manager agent.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMDeviceCmdlet.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.SageMaker.Model.UpdateDevicesResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMDeviceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DeviceFleetName parameter.
            The -PassThru parameter is deprecated, use -Select '^DeviceFleetName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMDeviceCmdlet.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.SM.UpdateSMDeviceFleetCmdlet">
            <summary>
            Updates a fleet of devices.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMDeviceFleetCmdlet.Description">
            <summary>
            <para>
            <para>Description of the fleet.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMDeviceFleetCmdlet.DeviceFleetName">
            <summary>
            <para>
            <para>The name of the fleet.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMDeviceFleetCmdlet.EnableIotRoleAlias">
            <summary>
            <para>
            <para>Whether to create an Amazon Web Services IoT Role Alias during device fleet creation.
            The name of the role alias generated will match this pattern: "SageMakerEdge-{DeviceFleetName}".</para><para>For example, if your device fleet is called "demo-fleet", the name of the role alias
            will be "SageMakerEdge-demo-fleet".</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMDeviceFleetCmdlet.OutputConfig_KmsKeyId">
            <summary>
            <para>
            <para>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that
            Amazon SageMaker uses to encrypt data on the storage volume after compilation job.
            If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon
            S3 for your role's account.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMDeviceFleetCmdlet.OutputConfig_PresetDeploymentConfig">
            <summary>
            <para>
            <para>The configuration used to create deployment artifacts. Specify configuration options
            with a JSON string. The available configuration options for each type are:</para><ul><li><para><code>ComponentName</code> (optional) - Name of the GreenGrass V2 component. If not
            specified, the default name generated consists of "SagemakerEdgeManager" and the name
            of your SageMaker Edge Manager packaging job.</para></li><li><para><code>ComponentDescription</code> (optional) - Description of the component.</para></li><li><para><code>ComponentVersion</code> (optional) - The version of the component.</para><note><para>Amazon Web Services IoT Greengrass uses semantic versions for components. Semantic
            versions follow a<i> major.minor.patch</i> number system. For example, version 1.0.0
            represents the first major release for a component. For more information, see the
            <a href="https://semver.org/">semantic version specification</a>.</para></note></li><li><para><code>PlatformOS</code> (optional) - The name of the operating system for the platform.
            Supported platforms include Windows and Linux.</para></li><li><para><code>PlatformArchitecture</code> (optional) - The processor architecture for the
            platform. </para><para>Supported architectures Windows include: Windows32_x86, Windows64_x64.</para><para>Supported architectures for Linux include: Linux x86_64, Linux ARMV8.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMDeviceFleetCmdlet.OutputConfig_PresetDeploymentType">
            <summary>
            <para>
            <para>The deployment type SageMaker Edge Manager will create. Currently only supports Amazon
            Web Services IoT Greengrass Version 2 components.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMDeviceFleetCmdlet.RoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the device.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMDeviceFleetCmdlet.OutputConfig_S3OutputLocation">
            <summary>
            <para>
            <para>The Amazon Simple Storage (S3) bucker URI.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMDeviceFleetCmdlet.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.SageMaker.Model.UpdateDeviceFleetResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMDeviceFleetCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DeviceFleetName parameter.
            The -PassThru parameter is deprecated, use -Select '^DeviceFleetName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMDeviceFleetCmdlet.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.SM.UpdateSMDomainCmdlet">
            <summary>
            Updates the default settings for new user profiles in the domain.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMDomainCmdlet.DefaultUserSetting">
            <summary>
            <para>
            <para>A collection of settings.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMDomainCmdlet.RStudioServerProDomainSettingsForUpdate_DomainExecutionRoleArn">
            <summary>
            <para>
            <para>The execution role for the <code>RStudioServerPro</code> Domain-level app.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMDomainCmdlet.DomainId">
            <summary>
            <para>
            <para>The ID of the domain to be updated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMDomainCmdlet.DefaultResourceSpec_InstanceType">
            <summary>
            <para>
            <para>The instance type that the image version runs on.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMDomainCmdlet.DefaultResourceSpec_LifecycleConfigArn">
            <summary>
            <para>
            <para> The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMDomainCmdlet.DefaultResourceSpec_SageMakerImageArn">
            <summary>
            <para>
            <para>The ARN of the SageMaker image that the image version belongs to.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMDomainCmdlet.DefaultResourceSpec_SageMakerImageVersionArn">
            <summary>
            <para>
            <para>The ARN of the image version created on the instance.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMDomainCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'DomainArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.UpdateDomainResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.UpdateDomainResponse 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.SM.UpdateSMDomainCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DomainId parameter.
            The -PassThru parameter is deprecated, use -Select '^DomainId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMDomainCmdlet.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.SM.UpdateSMEndpointCmdlet">
            <summary>
            Deploys the new <code>EndpointConfig</code> specified in the request, switches to
            using newly created endpoint, and then deletes resources provisioned for the endpoint
            using the previous <code>EndpointConfig</code> (there is no availability loss).
             
              
            <para>
            When Amazon SageMaker receives the request, it sets the endpoint status to <code>Updating</code>.
            After updating the endpoint, it sets the status to <code>InService</code>. To check
            the status of an endpoint, use the <a>DescribeEndpoint</a> API.
            </para><note><para>
            You must not delete an <code>EndpointConfig</code> in use by an endpoint that is live
            or while the <code>UpdateEndpoint</code> or <code>CreateEndpoint</code> operations
            are being performed on the endpoint. To update an endpoint, you must create a new
            <code>EndpointConfig</code>.
            </para><para>
            If you delete the <code>EndpointConfig</code> of an endpoint that is active or being
            created or updated you may lose visibility into the instance type the endpoint is
            using. The endpoint must be deleted in order to stop incurring charges.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMEndpointCmdlet.AutoRollbackConfiguration_Alarm">
            <summary>
            <para>
            <para>List of CloudWatch alarms in your account that are configured to monitor metrics on
            an endpoint. If any alarms are tripped during a deployment, SageMaker rolls back the
            deployment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMEndpointCmdlet.EndpointConfigName">
            <summary>
            <para>
            <para>The name of the new endpoint configuration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMEndpointCmdlet.EndpointName">
            <summary>
            <para>
            <para>The name of the endpoint whose configuration you want to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMEndpointCmdlet.ExcludeRetainedVariantProperty">
            <summary>
            <para>
            <para>When you are updating endpoint resources with <a>UpdateEndpointInput$RetainAllVariantProperties</a>,
            whose value is set to <code>true</code>, <code>ExcludeRetainedVariantProperties</code>
            specifies the list of type <a>VariantProperty</a> to override with the values provided
            by <code>EndpointConfig</code>. If you don't specify a value for <code>ExcludeAllVariantProperties</code>,
            no variant properties are overridden. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMEndpointCmdlet.BlueGreenUpdatePolicy_MaximumExecutionTimeoutInSecond">
            <summary>
            <para>
            <para>Maximum execution timeout for the deployment. Note that the timeout value should be
            larger than the total waiting time specified in <code>TerminationWaitInSeconds</code>
            and <code>WaitIntervalInSeconds</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMEndpointCmdlet.RetainAllVariantProperty">
            <summary>
            <para>
            <para>When updating endpoint resources, enables or disables the retention of <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_VariantProperty.html">variant
            properties</a>, such as the instance count or the variant weight. To retain the variant
            properties of an endpoint when updating it, set <code>RetainAllVariantProperties</code>
            to <code>true</code>. To use the variant properties specified in a new <code>EndpointConfig</code>
            call when updating an endpoint, set <code>RetainAllVariantProperties</code> to <code>false</code>.
            The default is <code>false</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMEndpointCmdlet.RetainDeploymentConfig">
            <summary>
            <para>
            <para>Specifies whether to reuse the last deployment configuration. The default value is
            false (the configuration is not reused).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMEndpointCmdlet.BlueGreenUpdatePolicy_TerminationWaitInSecond">
            <summary>
            <para>
            <para>Additional waiting time in seconds after the completion of an endpoint deployment
            before terminating the old endpoint fleet. Default is 0.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMEndpointCmdlet.CanarySize_Type">
            <summary>
            <para>
            <para>Specifies the endpoint capacity type.</para><ul><li><para><code>INSTANCE_COUNT</code>: The endpoint activates based on the number of instances.</para></li><li><para><code>CAPACITY_PERCENT</code>: The endpoint activates based on the specified percentage
            of capacity.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMEndpointCmdlet.LinearStepSize_Type">
            <summary>
            <para>
            <para>Specifies the endpoint capacity type.</para><ul><li><para><code>INSTANCE_COUNT</code>: The endpoint activates based on the number of instances.</para></li><li><para><code>CAPACITY_PERCENT</code>: The endpoint activates based on the specified percentage
            of capacity.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMEndpointCmdlet.TrafficRoutingConfiguration_Type">
            <summary>
            <para>
            <para>Traffic routing strategy type.</para><ul><li><para><code>ALL_AT_ONCE</code>: Endpoint traffic shifts to the new fleet in a single step.
            </para></li><li><para><code>CANARY</code>: Endpoint traffic shifts to the new fleet in two steps. The first
            step is the canary, which is a small portion of the traffic. The second step is the
            remainder of the traffic. </para></li><li><para><code>LINEAR</code>: Endpoint traffic shifts to the new fleet in n steps of a configurable
            size. </para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMEndpointCmdlet.CanarySize_Value">
            <summary>
            <para>
            <para>Defines the capacity size, either as a number of instances or a capacity percentage.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMEndpointCmdlet.LinearStepSize_Value">
            <summary>
            <para>
            <para>Defines the capacity size, either as a number of instances or a capacity percentage.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMEndpointCmdlet.TrafficRoutingConfiguration_WaitIntervalInSecond">
            <summary>
            <para>
            <para>The waiting time (in seconds) between incremental steps to turn on traffic on the
            new endpoint fleet.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMEndpointCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'EndpointArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.UpdateEndpointResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.UpdateEndpointResponse 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.SM.UpdateSMEndpointCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the EndpointConfigName parameter.
            The -PassThru parameter is deprecated, use -Select '^EndpointConfigName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMEndpointCmdlet.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.SM.UpdateSMEndpointWeightAndCapacityCmdlet">
            <summary>
            Updates variant weight of one or more variants associated with an existing endpoint,
            or capacity of one variant associated with an existing endpoint. When it receives
            the request, Amazon SageMaker sets the endpoint status to <code>Updating</code>. After
            updating the endpoint, it sets the status to <code>InService</code>. To check the
            status of an endpoint, use the <a>DescribeEndpoint</a> API.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMEndpointWeightAndCapacityCmdlet.DesiredWeightsAndCapacity">
            <summary>
            <para>
            <para>An object that provides new capacity and weight values for a variant.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMEndpointWeightAndCapacityCmdlet.EndpointName">
            <summary>
            <para>
            <para>The name of an existing Amazon SageMaker endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMEndpointWeightAndCapacityCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'EndpointArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.UpdateEndpointWeightsAndCapacitiesResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.UpdateEndpointWeightsAndCapacitiesResponse 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.SM.UpdateSMEndpointWeightAndCapacityCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the EndpointName parameter.
            The -PassThru parameter is deprecated, use -Select '^EndpointName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMEndpointWeightAndCapacityCmdlet.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.SM.UpdateSMExperimentCmdlet">
            <summary>
            Adds, updates, or removes the description of an experiment. Updates the display name
            of an experiment.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMExperimentCmdlet.Description">
            <summary>
            <para>
            <para>The description of the experiment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMExperimentCmdlet.DisplayName">
            <summary>
            <para>
            <para>The name of the experiment as displayed. The name doesn't need to be unique. If <code>DisplayName</code>
            isn't specified, <code>ExperimentName</code> is displayed.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMExperimentCmdlet.ExperimentName">
            <summary>
            <para>
            <para>The name of the experiment to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMExperimentCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ExperimentArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.UpdateExperimentResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.UpdateExperimentResponse 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.SM.UpdateSMExperimentCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ExperimentName parameter.
            The -PassThru parameter is deprecated, use -Select '^ExperimentName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMExperimentCmdlet.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.SM.UpdateSMImageCmdlet">
            <summary>
            Updates the properties of a SageMaker image. To change the image's tags, use the <a>AddTags</a>
            and <a>DeleteTags</a> APIs.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMImageCmdlet.DeleteProperty">
            <summary>
            <para>
            <para>A list of properties to delete. Only the <code>Description</code> and <code>DisplayName</code>
            properties can be deleted.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMImageCmdlet.Description">
            <summary>
            <para>
            <para>The new description for the image.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMImageCmdlet.DisplayName">
            <summary>
            <para>
            <para>The new display name for the image.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMImageCmdlet.ImageName">
            <summary>
            <para>
            <para>The name of the image to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMImageCmdlet.RoleArn">
            <summary>
            <para>
            <para>The new Amazon Resource Name (ARN) for the IAM role that enables Amazon SageMaker
            to perform tasks on your behalf.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMImageCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ImageArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.UpdateImageResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.UpdateImageResponse 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.SM.UpdateSMImageCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ImageName parameter.
            The -PassThru parameter is deprecated, use -Select '^ImageName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMImageCmdlet.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.SM.UpdateSMModelPackageCmdlet">
            <summary>
            Updates a versioned model.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMModelPackageCmdlet.ApprovalDescription">
            <summary>
            <para>
            <para>A description for the approval status of the model.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMModelPackageCmdlet.CustomerMetadataProperty">
            <summary>
            <para>
            <para>The metadata properties associated with the model package versions.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMModelPackageCmdlet.CustomerMetadataPropertiesToRemove">
            <summary>
            <para>
            <para>The metadata properties associated with the model package versions to remove.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMModelPackageCmdlet.ModelApprovalStatus">
            <summary>
            <para>
            <para>The approval status of the model.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMModelPackageCmdlet.ModelPackageArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the model package.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMModelPackageCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ModelPackageArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.UpdateModelPackageResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.UpdateModelPackageResponse 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.SM.UpdateSMModelPackageCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ModelPackageArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ModelPackageArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMModelPackageCmdlet.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.SM.UpdateSMMonitoringScheduleCmdlet">
            <summary>
            Updates a previously created schedule.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMMonitoringScheduleCmdlet.MonitoringScheduleConfig">
            <summary>
            <para>
            <para>The configuration object that specifies the monitoring schedule and defines the monitoring
            job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMMonitoringScheduleCmdlet.MonitoringScheduleName">
            <summary>
            <para>
            <para>The name of the monitoring schedule. The name must be unique within an Amazon Web
            Services Region within an Amazon Web Services account.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMMonitoringScheduleCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'MonitoringScheduleArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.UpdateMonitoringScheduleResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.UpdateMonitoringScheduleResponse 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.SM.UpdateSMMonitoringScheduleCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the MonitoringScheduleName parameter.
            The -PassThru parameter is deprecated, use -Select '^MonitoringScheduleName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMMonitoringScheduleCmdlet.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.SM.UpdateSMNotebookInstanceCmdlet">
            <summary>
            Updates a notebook instance. NotebookInstance updates include upgrading or downgrading
            the ML compute instance used for your notebook instance to accommodate changes in
            your workload requirements.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMNotebookInstanceCmdlet.AcceleratorType">
            <summary>
            <para>
            <para>A list of the Elastic Inference (EI) instance types to associate with this notebook
            instance. Currently only one EI instance type can be associated with a notebook instance.
            For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/ei.html">Using
            Elastic Inference in Amazon SageMaker</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMNotebookInstanceCmdlet.AdditionalCodeRepository">
            <summary>
            <para>
            <para>An array of up to three Git repositories to associate with the notebook instance.
            These can be either the names of Git repositories stored as resources in your account,
            or the URL of Git repositories in <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">Amazon
            Web Services CodeCommit</a> or in any other Git repository. These repositories are
            cloned at the same level as the default repository of your notebook instance. For
            more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html">Associating
            Git Repositories with Amazon SageMaker Notebook Instances</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMNotebookInstanceCmdlet.DefaultCodeRepository">
            <summary>
            <para>
            <para>The Git repository to associate with the notebook instance as its default code repository.
            This can be either the name of a Git repository stored as a resource in your account,
            or the URL of a Git repository in <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">Amazon
            Web Services CodeCommit</a> or in any other Git repository. When you open a notebook
            instance, it opens in the directory that contains this repository. For more information,
            see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html">Associating
            Git Repositories with Amazon SageMaker Notebook Instances</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMNotebookInstanceCmdlet.DisassociateAcceleratorType">
            <summary>
            <para>
            <para>A list of the Elastic Inference (EI) instance types to remove from this notebook instance.
            This operation is idempotent. If you specify an accelerator type that is not associated
            with the notebook instance when you call this method, it does not throw an error.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMNotebookInstanceCmdlet.DisassociateAdditionalCodeRepository">
            <summary>
            <para>
            <para>A list of names or URLs of the default Git repositories to remove from this notebook
            instance. This operation is idempotent. If you specify a Git repository that is not
            associated with the notebook instance when you call this method, it does not throw
            an error.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMNotebookInstanceCmdlet.DisassociateDefaultCodeRepository">
            <summary>
            <para>
            <para>The name or URL of the default Git repository to remove from this notebook instance.
            This operation is idempotent. If you specify a Git repository that is not associated
            with the notebook instance when you call this method, it does not throw an error.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMNotebookInstanceCmdlet.DisassociateLifecycleConfig">
            <summary>
            <para>
            <para>Set to <code>true</code> to remove the notebook instance lifecycle configuration currently
            associated with the notebook instance. This operation is idempotent. If you specify
            a lifecycle configuration that is not associated with the notebook instance when you
            call this method, it does not throw an error.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMNotebookInstanceCmdlet.InstanceType">
            <summary>
            <para>
            <para>The Amazon ML compute instance type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMNotebookInstanceCmdlet.LifecycleConfigName">
            <summary>
            <para>
            <para>The name of a lifecycle configuration to associate with the notebook instance. For
            information about lifestyle configurations, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/notebook-lifecycle-config.html">Step
            2.1: (Optional) Customize a Notebook Instance</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMNotebookInstanceCmdlet.NotebookInstanceName">
            <summary>
            <para>
            <para>The name of the notebook instance to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMNotebookInstanceCmdlet.RoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the IAM role that Amazon SageMaker can assume to
            access the notebook instance. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-roles.html">Amazon
            SageMaker Roles</a>. </para><note><para>To be able to pass this role to Amazon SageMaker, the caller of this API must have
            the <code>iam:PassRole</code> permission.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMNotebookInstanceCmdlet.RootAccess">
            <summary>
            <para>
            <para>Whether root access is enabled or disabled for users of the notebook instance. The
            default value is <code>Enabled</code>.</para><note><para>If you set this to <code>Disabled</code>, users don't have root access on the notebook
            instance, but lifecycle configuration scripts still run with root permissions.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMNotebookInstanceCmdlet.VolumeSizeInGB">
            <summary>
            <para>
            <para>The size, in GB, of the ML storage volume to attach to the notebook instance. The
            default value is 5 GB. ML storage volumes are encrypted, so Amazon SageMaker can't
            determine the amount of available free space on the volume. Because of this, you can
            increase the volume size when you update a notebook instance, but you can't decrease
            the volume size. If you want to decrease the size of the ML storage volume in use,
            create a new notebook instance with the desired size.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMNotebookInstanceCmdlet.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.SageMaker.Model.UpdateNotebookInstanceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMNotebookInstanceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the NotebookInstanceName parameter.
            The -PassThru parameter is deprecated, use -Select '^NotebookInstanceName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMNotebookInstanceCmdlet.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.SM.UpdateSMNotebookInstanceLifecycleConfigCmdlet">
            <summary>
            Updates a notebook instance lifecycle configuration created with the <a>CreateNotebookInstanceLifecycleConfig</a>
            API.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMNotebookInstanceLifecycleConfigCmdlet.NotebookInstanceLifecycleConfigName">
            <summary>
            <para>
            <para>The name of the lifecycle configuration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMNotebookInstanceLifecycleConfigCmdlet.OnCreate">
            <summary>
            <para>
            <para>The shell script that runs only once, when you create a notebook instance. The shell
            script must be a base64-encoded string.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMNotebookInstanceLifecycleConfigCmdlet.OnStart">
            <summary>
            <para>
            <para>The shell script that runs every time you start a notebook instance, including when
            you create the notebook instance. The shell script must be a base64-encoded string.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMNotebookInstanceLifecycleConfigCmdlet.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.SageMaker.Model.UpdateNotebookInstanceLifecycleConfigResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMNotebookInstanceLifecycleConfigCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the NotebookInstanceLifecycleConfigName parameter.
            The -PassThru parameter is deprecated, use -Select '^NotebookInstanceLifecycleConfigName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMNotebookInstanceLifecycleConfigCmdlet.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.SM.UpdateSMPipelineCmdlet">
            <summary>
            Updates a pipeline.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMPipelineCmdlet.PipelineDefinition">
            <summary>
            <para>
            <para>The JSON pipeline definition.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMPipelineCmdlet.PipelineDescription">
            <summary>
            <para>
            <para>The description of the pipeline.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMPipelineCmdlet.PipelineDisplayName">
            <summary>
            <para>
            <para>The display name of the pipeline.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMPipelineCmdlet.PipelineName">
            <summary>
            <para>
            <para>The name of the pipeline to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMPipelineCmdlet.RoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) that the pipeline uses to execute.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMPipelineCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'PipelineArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.UpdatePipelineResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.UpdatePipelineResponse 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.SM.UpdateSMPipelineCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the PipelineName parameter.
            The -PassThru parameter is deprecated, use -Select '^PipelineName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMPipelineCmdlet.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.SM.UpdateSMPipelineExecutionCmdlet">
            <summary>
            Updates a pipeline execution.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMPipelineExecutionCmdlet.PipelineExecutionArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the pipeline execution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMPipelineExecutionCmdlet.PipelineExecutionDescription">
            <summary>
            <para>
            <para>The description of the pipeline execution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMPipelineExecutionCmdlet.PipelineExecutionDisplayName">
            <summary>
            <para>
            <para>The display name of the pipeline execution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMPipelineExecutionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'PipelineExecutionArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.UpdatePipelineExecutionResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.UpdatePipelineExecutionResponse 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.SM.UpdateSMPipelineExecutionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the PipelineExecutionArn parameter.
            The -PassThru parameter is deprecated, use -Select '^PipelineExecutionArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMPipelineExecutionCmdlet.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.SM.UpdateSMProjectCmdlet">
            <summary>
            Updates a machine learning (ML) project that is created from a template that sets
            up an ML pipeline from training to deploying an approved model.
             
             <note><para>
            You must not update a project that is in use. If you update the <code>ServiceCatalogProvisioningUpdateDetails</code>
            of a project that is active or being created, or updated, you may lose resources already
            created by the project.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMProjectCmdlet.ProjectDescription">
            <summary>
            <para>
            <para>The description for the project.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMProjectCmdlet.ProjectName">
            <summary>
            <para>
            <para>The name of the project.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMProjectCmdlet.ServiceCatalogProvisioningUpdateDetails_ProvisioningArtifactId">
            <summary>
            <para>
            <para>The ID of the provisioning artifact.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMProjectCmdlet.ServiceCatalogProvisioningUpdateDetails_ProvisioningParameter">
            <summary>
            <para>
            <para>A list of key value pairs that you specify when you provision a product.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMProjectCmdlet.Tag">
            <summary>
            <para>
            <para>An array of key-value pairs. You can use tags to categorize your Amazon Web Services
            resources in different ways, for example, by purpose, owner, or environment. For more
            information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging
            Amazon Web Services Resources</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMProjectCmdlet.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.SageMaker.Model.UpdateProjectResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.UpdateProjectResponse 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.SM.UpdateSMProjectCmdlet.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.SM.UpdateSMProjectCmdlet.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.SM.UpdateSMTrainingJobCmdlet">
            <summary>
            Update a model training job to request a new Debugger profiling configuration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMTrainingJobCmdlet.ProfilerConfig_DisableProfiler">
            <summary>
            <para>
            <para>To disable Debugger monitoring and profiling, set to <code>True</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMTrainingJobCmdlet.ProfilerRuleConfiguration">
            <summary>
            <para>
            <para>Configuration information for Debugger rules for profiling system and framework metrics.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMTrainingJobCmdlet.ProfilerConfig_ProfilingIntervalInMillisecond">
            <summary>
            <para>
            <para>A time interval for capturing system metrics in milliseconds. Available values are
            100, 200, 500, 1000 (1 second), 5000 (5 seconds), and 60000 (1 minute) milliseconds.
            The default value is 500 milliseconds.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMTrainingJobCmdlet.ProfilerConfig_ProfilingParameter">
            <summary>
            <para>
            <para>Configuration information for capturing framework metrics. Available key strings for
            different profiling options are <code>DetailedProfilingConfig</code>, <code>PythonProfilingConfig</code>,
            and <code>DataLoaderProfilingConfig</code>. The following codes are configuration
            structures for the <code>ProfilingParameters</code> parameter. To learn more about
            how to configure the <code>ProfilingParameters</code> parameter, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/debugger-createtrainingjob-api.html">Use
            the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug
            Your Training Job</a>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMTrainingJobCmdlet.ProfilerConfig_S3OutputPath">
            <summary>
            <para>
            <para>Path to Amazon S3 storage location for system and framework metrics.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMTrainingJobCmdlet.TrainingJobName">
            <summary>
            <para>
            <para>The name of a training job to update the Debugger profiling configuration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMTrainingJobCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'TrainingJobArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.UpdateTrainingJobResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.UpdateTrainingJobResponse 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.SM.UpdateSMTrainingJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TrainingJobName parameter.
            The -PassThru parameter is deprecated, use -Select '^TrainingJobName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMTrainingJobCmdlet.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.SM.UpdateSMTrialCmdlet">
            <summary>
            Updates the display name of a trial.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMTrialCmdlet.DisplayName">
            <summary>
            <para>
            <para>The name of the trial as displayed. The name doesn't need to be unique. If <code>DisplayName</code>
            isn't specified, <code>TrialName</code> is displayed.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMTrialCmdlet.TrialName">
            <summary>
            <para>
            <para>The name of the trial to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMTrialCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'TrialArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.UpdateTrialResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.UpdateTrialResponse 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.SM.UpdateSMTrialCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TrialName parameter.
            The -PassThru parameter is deprecated, use -Select '^TrialName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMTrialCmdlet.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.SM.UpdateSMTrialComponentCmdlet">
            <summary>
            Updates one or more properties of a trial component.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMTrialComponentCmdlet.DisplayName">
            <summary>
            <para>
            <para>The name of the component as displayed. The name doesn't need to be unique. If <code>DisplayName</code>
            isn't specified, <code>TrialComponentName</code> is displayed.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMTrialComponentCmdlet.EndTime">
            <summary>
            <para>
            <para>When the component ended.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMTrialComponentCmdlet.InputArtifact">
            <summary>
            <para>
            <para>Replaces all of the component's input artifacts with the specified artifacts.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMTrialComponentCmdlet.InputArtifactsToRemove">
            <summary>
            <para>
            <para>The input artifacts to remove from the component.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMTrialComponentCmdlet.Status_Message">
            <summary>
            <para>
            <para>If the component failed, a message describing why.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMTrialComponentCmdlet.OutputArtifact">
            <summary>
            <para>
            <para>Replaces all of the component's output artifacts with the specified artifacts.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMTrialComponentCmdlet.OutputArtifactsToRemove">
            <summary>
            <para>
            <para>The output artifacts to remove from the component.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMTrialComponentCmdlet.Parameter">
            <summary>
            <para>
            <para>Replaces all of the component's hyperparameters with the specified hyperparameters.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMTrialComponentCmdlet.ParametersToRemove">
            <summary>
            <para>
            <para>The hyperparameters to remove from the component.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMTrialComponentCmdlet.Status_PrimaryStatus">
            <summary>
            <para>
            <para>The status of the trial component.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMTrialComponentCmdlet.StartTime">
            <summary>
            <para>
            <para>When the component started.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMTrialComponentCmdlet.TrialComponentName">
            <summary>
            <para>
            <para>The name of the component to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMTrialComponentCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'TrialComponentArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.UpdateTrialComponentResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.UpdateTrialComponentResponse 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.SM.UpdateSMTrialComponentCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TrialComponentName parameter.
            The -PassThru parameter is deprecated, use -Select '^TrialComponentName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMTrialComponentCmdlet.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.SM.UpdateSMUserProfileCmdlet">
            <summary>
            Updates a user profile.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMUserProfileCmdlet.DomainId">
            <summary>
            <para>
            <para>The domain ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMUserProfileCmdlet.UserProfileName">
            <summary>
            <para>
            <para>The user profile name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMUserProfileCmdlet.UserSetting">
            <summary>
            <para>
            <para>A collection of settings.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMUserProfileCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'UserProfileArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.UpdateUserProfileResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.UpdateUserProfileResponse 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.SM.UpdateSMUserProfileCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the UserProfileName parameter.
            The -PassThru parameter is deprecated, use -Select '^UserProfileName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMUserProfileCmdlet.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.SM.UpdateSMWorkforceCmdlet">
            <summary>
            Use this operation to update your workforce. You can use this operation to require
            that workers use specific IP addresses to work on tasks and to update your OpenID
            Connect (OIDC) Identity Provider (IdP) workforce configuration.
             
              
            <para>
             Use <code>SourceIpConfig</code> to restrict worker access to tasks to a specific
            range of IP addresses. You specify allowed IP addresses by creating a list of up to
            ten <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html">CIDRs</a>.
            By default, a workforce isn't restricted to specific IP addresses. If you specify
            a range of IP addresses, workers who attempt to access tasks using any IP address
            outside the specified range are denied and get a <code>Not Found</code> error message
            on the worker portal.
            </para><para>
            Use <code>OidcConfig</code> to update the configuration of a workforce created using
            your own OIDC IdP.
            </para><important><para>
            You can only update your OIDC IdP configuration when there are no work teams associated
            with your workforce. You can delete work teams using the operation.
            </para></important><para>
            After restricting access to a range of IP addresses or updating your OIDC IdP configuration
            with this operation, you can view details about your update workforce using the operation.
            </para><important><para>
            This operation only applies to private workforces.
            </para></important>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMWorkforceCmdlet.OidcConfig_AuthorizationEndpoint">
            <summary>
            <para>
            <para>The OIDC IdP authorization endpoint used to configure your private workforce.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMWorkforceCmdlet.SourceIpConfig_Cidr">
            <summary>
            <para>
            <para>A list of one to ten <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html">Classless
            Inter-Domain Routing</a> (CIDR) values.</para><para>Maximum: Ten CIDR values</para><note><para>The following Length Constraints apply to individual CIDR values in the CIDR value
            list.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMWorkforceCmdlet.OidcConfig_ClientId">
            <summary>
            <para>
            <para>The OIDC IdP client ID used to configure your private workforce.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMWorkforceCmdlet.OidcConfig_ClientSecret">
            <summary>
            <para>
            <para>The OIDC IdP client secret used to configure your private workforce.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMWorkforceCmdlet.OidcConfig_Issuer">
            <summary>
            <para>
            <para>The OIDC IdP issuer used to configure your private workforce.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMWorkforceCmdlet.OidcConfig_JwksUri">
            <summary>
            <para>
            <para>The OIDC IdP JSON Web Key Set (Jwks) URI used to configure your private workforce.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMWorkforceCmdlet.OidcConfig_LogoutEndpoint">
            <summary>
            <para>
            <para>The OIDC IdP logout endpoint used to configure your private workforce.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMWorkforceCmdlet.OidcConfig_TokenEndpoint">
            <summary>
            <para>
            <para>The OIDC IdP token endpoint used to configure your private workforce.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMWorkforceCmdlet.OidcConfig_UserInfoEndpoint">
            <summary>
            <para>
            <para>The OIDC IdP user information endpoint used to configure your private workforce.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMWorkforceCmdlet.WorkforceName">
            <summary>
            <para>
            <para>The name of the private workforce that you want to update. You can find your workforce
            name by using the operation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMWorkforceCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Workforce'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.UpdateWorkforceResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.UpdateWorkforceResponse 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.SM.UpdateSMWorkforceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the WorkforceName parameter.
            The -PassThru parameter is deprecated, use -Select '^WorkforceName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMWorkforceCmdlet.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.SM.UpdateSMWorkteamCmdlet">
            <summary>
            Updates an existing work team with new member definitions or description.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMWorkteamCmdlet.Description">
            <summary>
            <para>
            <para>An updated description for the work team.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMWorkteamCmdlet.MemberDefinition">
            <summary>
            <para>
            <para>A list of <code>MemberDefinition</code> objects that contains objects that identify
            the workers that make up the work team. </para><para>Workforces can be created using Amazon Cognito or your own OIDC Identity Provider
            (IdP). For private workforces created using Amazon Cognito use <code>CognitoMemberDefinition</code>.
            For workforces created using your own OIDC identity provider (IdP) use <code>OidcMemberDefinition</code>.
            You should not provide input for both of these parameters in a single request.</para><para>For workforces created using Amazon Cognito, private work teams correspond to Amazon
            Cognito <i>user groups</i> within the user pool used to create a workforce. All of
            the <code>CognitoMemberDefinition</code> objects that make up the member definition
            must have the same <code>ClientId</code> and <code>UserPool</code> values. To add
            a Amazon Cognito user group to an existing worker pool, see <a href="">Adding groups
            to a User Pool</a>. For more information about user pools, see <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools.html">Amazon
            Cognito User Pools</a>.</para><para>For workforces created using your own OIDC IdP, specify the user groups that you want
            to include in your private work team in <code>OidcMemberDefinition</code> by listing
            those groups in <code>Groups</code>. Be aware that user groups that are already in
            the work team must also be listed in <code>Groups</code> when you make this request
            to remain on the work team. If you do not include these user groups, they will no
            longer be associated with the work team you update. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMWorkteamCmdlet.NotificationConfiguration_NotificationTopicArn">
            <summary>
            <para>
            <para>The ARN for the Amazon SNS topic to which notifications should be published.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMWorkteamCmdlet.WorkteamName">
            <summary>
            <para>
            <para>The name of the work team to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMWorkteamCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Workteam'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.UpdateWorkteamResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.UpdateWorkteamResponse 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.SM.UpdateSMWorkteamCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the WorkteamName parameter.
            The -PassThru parameter is deprecated, use -Select '^WorkteamName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.UpdateSMWorkteamCmdlet.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.SM.WriteSMModelPackageGroupPolicyCmdlet">
            <summary>
            Adds a resouce policy to control access to a model group. For information about resoure
            policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_identity-vs-resource.html">Identity-based
            policies and resource-based policies</a> in the <i>Amazon Web Services Identity and
            Access Management User Guide.</i>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.WriteSMModelPackageGroupPolicyCmdlet.ModelPackageGroupName">
            <summary>
            <para>
            <para>The name of the model group to add a resource policy to.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.WriteSMModelPackageGroupPolicyCmdlet.ResourcePolicy">
            <summary>
            <para>
            <para>The resource policy for the model group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.WriteSMModelPackageGroupPolicyCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ModelPackageGroupArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMaker.Model.PutModelPackageGroupPolicyResponse).
            Specifying the name of a property of type Amazon.SageMaker.Model.PutModelPackageGroupPolicyResponse 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.SM.WriteSMModelPackageGroupPolicyCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ModelPackageGroupName parameter.
            The -PassThru parameter is deprecated, use -Select '^ModelPackageGroupName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SM.WriteSMModelPackageGroupPolicyCmdlet.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>