AWS.Tools.Bedrock.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.Bedrock</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.BDR.AddBDRResourceTagCmdlet">
            <summary>
            Associate tags with a resource. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/tagging.html">Tagging
            resources</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon
            Bedrock User Guide</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.AddBDRResourceTagCmdlet.ResourceARN">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resource to tag.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.AddBDRResourceTagCmdlet.Tag">
            <summary>
            <para>
            <para>Tags to associate with the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.AddBDRResourceTagCmdlet.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.Bedrock.Model.TagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.AddBDRResourceTagCmdlet.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.BDR.AddBDRResourceTagCmdlet.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.BDR.GetBDRCustomModelCmdlet">
            <summary>
            Get the properties associated with a Amazon Bedrock custom model that you have created.For
            more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html">Custom
            models</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon
            Bedrock User Guide</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRCustomModelCmdlet.ModelIdentifier">
            <summary>
            <para>
            <para>Name or Amazon Resource Name (ARN) of the custom model.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRCustomModelCmdlet.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.Bedrock.Model.GetCustomModelResponse).
            Specifying the name of a property of type Amazon.Bedrock.Model.GetCustomModelResponse 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.BDR.GetBDRCustomModelCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ModelIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^ModelIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.BDR.GetBDRCustomModelListCmdlet">
            <summary>
            Returns a list of the custom models that you have created with the <c>CreateModelCustomizationJob</c>
            operation.
             
              
            <para>
            For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html">Custom
            models</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon
            Bedrock User Guide</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.BDR.GetBDRCustomModelListCmdlet.BaseModelArnEqual">
            <summary>
            <para>
            <para>Return custom models only if the base model Amazon Resource Name (ARN) matches this
            parameter.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRCustomModelListCmdlet.CreationTimeAfter">
            <summary>
            <para>
            <para>Return custom models created after the specified time. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRCustomModelListCmdlet.CreationTimeBefore">
            <summary>
            <para>
            <para>Return custom models created before the specified time. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRCustomModelListCmdlet.FoundationModelArnEqual">
            <summary>
            <para>
            <para>Return custom models only if the foundation model Amazon Resource Name (ARN) matches
            this parameter.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRCustomModelListCmdlet.IsOwned">
            <summary>
            <para>
            <para>Return custom models depending on if the current account owns them (<c>true</c>) or
            if they were shared with the current account (<c>false</c>).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRCustomModelListCmdlet.NameContain">
            <summary>
            <para>
            <para>Return custom models only if the job name contains these characters.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRCustomModelListCmdlet.SortBy">
            <summary>
            <para>
            <para>The field to sort by in the returned list of models.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRCustomModelListCmdlet.SortOrder">
            <summary>
            <para>
            <para>The sort order of the results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRCustomModelListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return in the response. If the total number of results
            is greater than this value, use the token returned in the response in the <c>nextToken</c>
            field when making another request to return the next batch of results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRCustomModelListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the total number of results is greater than the <c>maxResults</c> value provided
            in the request, enter the token returned in the <c>nextToken</c> field in the response
            in this field to return the next batch 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.BDR.GetBDRCustomModelListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ModelSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Bedrock.Model.ListCustomModelsResponse).
            Specifying the name of a property of type Amazon.Bedrock.Model.ListCustomModelsResponse 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.BDR.GetBDRCustomModelListCmdlet.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.BDR.GetBDREvaluationJobCmdlet">
            <summary>
            Retrieves the properties associated with a model evaluation job, including the status
            of the job. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/model-evaluation.html">Model
            evaluation</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDREvaluationJobCmdlet.JobIdentifier">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the model evaluation job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDREvaluationJobCmdlet.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.Bedrock.Model.GetEvaluationJobResponse).
            Specifying the name of a property of type Amazon.Bedrock.Model.GetEvaluationJobResponse 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.BDR.GetBDREvaluationJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the JobIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^JobIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.BDR.GetBDREvaluationJobListCmdlet">
            <summary>
            Lists model evaluation 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.BDR.GetBDREvaluationJobListCmdlet.CreationTimeAfter">
            <summary>
            <para>
            <para>A filter that includes model evaluation jobs created after the time specified.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDREvaluationJobListCmdlet.CreationTimeBefore">
            <summary>
            <para>
            <para>A filter that includes model evaluation jobs created prior to the time specified.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDREvaluationJobListCmdlet.NameContain">
            <summary>
            <para>
            <para>Query parameter string for model evaluation job names.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDREvaluationJobListCmdlet.SortBy">
            <summary>
            <para>
            <para>Allows you to sort model evaluation jobs by when they were created.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDREvaluationJobListCmdlet.SortOrder">
            <summary>
            <para>
            <para>How you want the order of jobs sorted.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDREvaluationJobListCmdlet.StatusEqual">
            <summary>
            <para>
            <para>Only return jobs where the status condition is met.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDREvaluationJobListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDREvaluationJobListCmdlet.NextToken">
            <summary>
            <para>
            <para>Continuation token from the previous response, for Amazon Bedrock to list 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.BDR.GetBDREvaluationJobListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'JobSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Bedrock.Model.ListEvaluationJobsResponse).
            Specifying the name of a property of type Amazon.Bedrock.Model.ListEvaluationJobsResponse 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.BDR.GetBDREvaluationJobListCmdlet.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.BDR.GetBDRFoundationModelCmdlet">
            <summary>
            Get details about a Amazon Bedrock foundation model.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRFoundationModelCmdlet.ModelIdentifier">
            <summary>
            <para>
            <para>The model identifier. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRFoundationModelCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ModelDetails'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Bedrock.Model.GetFoundationModelResponse).
            Specifying the name of a property of type Amazon.Bedrock.Model.GetFoundationModelResponse 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.BDR.GetBDRFoundationModelCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ModelIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^ModelIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.BDR.GetBDRFoundationModelListCmdlet">
            <summary>
            Lists Amazon Bedrock foundation models that you can use. You can filter the results
            with the request parameters. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/foundation-models.html">Foundation
            models</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon
            Bedrock User Guide</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRFoundationModelListCmdlet.ByCustomizationType">
            <summary>
            <para>
            <para>Return models that support the customization type that you specify. For more information,
            see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html">Custom
            models</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon
            Bedrock User Guide</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRFoundationModelListCmdlet.ByInferenceType">
            <summary>
            <para>
            <para>Return models that support the inference type that you specify. For more information,
            see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html">Provisioned
            Throughput</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon
            Bedrock User Guide</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRFoundationModelListCmdlet.ByOutputModality">
            <summary>
            <para>
            <para>Return models that support the output modality that you specify.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRFoundationModelListCmdlet.ByProvider">
            <summary>
            <para>
            <para>Return models belonging to the model provider that you specify.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRFoundationModelListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ModelSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Bedrock.Model.ListFoundationModelsResponse).
            Specifying the name of a property of type Amazon.Bedrock.Model.ListFoundationModelsResponse 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.BDR.GetBDRGuardrailCmdlet">
            <summary>
            Gets details about a guardrail. If you don't specify a version, the response returns
            details for the <c>DRAFT</c> version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRGuardrailCmdlet.GuardrailIdentifier">
            <summary>
            <para>
            <para>The unique identifier of the guardrail for which to get details. This can be an ID
            or the ARN.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRGuardrailCmdlet.GuardrailVersion">
            <summary>
            <para>
            <para>The version of the guardrail for which to get details. If you don't specify a version,
            the response returns details for the <c>DRAFT</c> version.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRGuardrailCmdlet.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.Bedrock.Model.GetGuardrailResponse).
            Specifying the name of a property of type Amazon.Bedrock.Model.GetGuardrailResponse 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.BDR.GetBDRGuardrailCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the GuardrailIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^GuardrailIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.BDR.GetBDRGuardrailListCmdlet">
            <summary>
            Lists details about all the guardrails in an account. To list the <c>DRAFT</c> version
            of all your guardrails, don't specify the <c>guardrailIdentifier</c> field. To list
            all versions of a guardrail, specify the ARN of the guardrail in the <c>guardrailIdentifier</c>
            field.
             
              
            <para>
            You can set the maximum number of results to return in a response in the <c>maxResults</c>
            field. If there are more results than the number you set, the response returns a <c>nextToken</c>
            that you can send in another <c>ListGuardrails</c> request to see the next batch of
            results.
            </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.BDR.GetBDRGuardrailListCmdlet.GuardrailIdentifier">
            <summary>
            <para>
            <para>The unique identifier of the guardrail. This can be an ID or the ARN.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRGuardrailListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return in the response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRGuardrailListCmdlet.NextToken">
            <summary>
            <para>
            <para>If there are more results than were returned in the response, the response returns
            a <c>nextToken</c> that you can send in another <c>ListGuardrails</c> request to see
            the next batch 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.BDR.GetBDRGuardrailListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Guardrails'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Bedrock.Model.ListGuardrailsResponse).
            Specifying the name of a property of type Amazon.Bedrock.Model.ListGuardrailsResponse 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.BDR.GetBDRGuardrailListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the GuardrailIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^GuardrailIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRGuardrailListCmdlet.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.BDR.GetBDRImportedModelCmdlet">
            <summary>
            Gets properties associated with a customized model you imported.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRImportedModelCmdlet.ModelIdentifier">
            <summary>
            <para>
            <para>Name or Amazon Resource Name (ARN) of the imported model.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRImportedModelCmdlet.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.Bedrock.Model.GetImportedModelResponse).
            Specifying the name of a property of type Amazon.Bedrock.Model.GetImportedModelResponse 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.BDR.GetBDRImportedModelCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ModelIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^ModelIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.BDR.GetBDRImportedModelListCmdlet">
            <summary>
            Returns a list of models you've imported. You can filter the results to return based
            on one or more criteria. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html">Import
            a customized model</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon
            Bedrock User Guide</a>.<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.BDR.GetBDRImportedModelListCmdlet.CreationTimeAfter">
            <summary>
            <para>
            <para>Return imported models that were created after the specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRImportedModelListCmdlet.CreationTimeBefore">
            <summary>
            <para>
            <para>Return imported models that created before the specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRImportedModelListCmdlet.NameContain">
            <summary>
            <para>
            <para>Return imported models only if the model name contains these characters.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRImportedModelListCmdlet.SortBy">
            <summary>
            <para>
            <para>The field to sort by in the returned list of imported models.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRImportedModelListCmdlet.SortOrder">
            <summary>
            <para>
            <para>Specifies whetehr to sort the results in ascending or descending order.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRImportedModelListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return in the response. If the total number of results
            is greater than this value, use the token returned in the response in the <c>nextToken</c>
            field when making another request to return the next batch of results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRImportedModelListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the total number of results is greater than the <c>maxResults</c> value provided
            in the request, enter the token returned in the <c>nextToken</c> field in the response
            in this field to return the next batch 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.BDR.GetBDRImportedModelListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ModelSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Bedrock.Model.ListImportedModelsResponse).
            Specifying the name of a property of type Amazon.Bedrock.Model.ListImportedModelsResponse 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.BDR.GetBDRImportedModelListCmdlet.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.BDR.GetBDRModelCopyJobCmdlet">
            <summary>
            Retrieves information about a model copy job. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/copy-model.html">Copy
            models to be used in other regions</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon
            Bedrock User Guide</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRModelCopyJobCmdlet.JobArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the model copy job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRModelCopyJobCmdlet.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.Bedrock.Model.GetModelCopyJobResponse).
            Specifying the name of a property of type Amazon.Bedrock.Model.GetModelCopyJobResponse 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.BDR.GetBDRModelCopyJobListCmdlet">
            <summary>
            Returns a list of model copy jobs that you have submitted. You can filter the jobs
            to return based on one or more criteria. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/copy-model.html">Copy
            models to be used in other regions</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon
            Bedrock User Guide</a>.<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.BDR.GetBDRModelCopyJobListCmdlet.CreationTimeAfter">
            <summary>
            <para>
            <para>Filters for model copy jobs created after the specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRModelCopyJobListCmdlet.CreationTimeBefore">
            <summary>
            <para>
            <para>Filters for model copy jobs created before the specified time. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRModelCopyJobListCmdlet.SortBy">
            <summary>
            <para>
            <para>The field to sort by in the returned list of model copy jobs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRModelCopyJobListCmdlet.SortOrder">
            <summary>
            <para>
            <para>Specifies whether to sort the results in ascending or descending order.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRModelCopyJobListCmdlet.SourceAccountEqual">
            <summary>
            <para>
            <para>Filters for model copy jobs in which the account that the source model belongs to
            is equal to the value that you specify.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRModelCopyJobListCmdlet.SourceModelArnEqual">
            <summary>
            <para>
            <para>Filters for model copy jobs in which the Amazon Resource Name (ARN) of the source
            model to is equal to the value that you specify.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRModelCopyJobListCmdlet.StatusEqual">
            <summary>
            <para>
            <para>Filters for model copy jobs whose status matches the value that you specify.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRModelCopyJobListCmdlet.TargetModelNameContain">
            <summary>
            <para>
            <para>Filters for model copy jobs in which the name of the copied model contains the string
            that you specify.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRModelCopyJobListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return in the response. If the total number of results
            is greater than this value, use the token returned in the response in the <c>nextToken</c>
            field when making another request to return the next batch of results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRModelCopyJobListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the total number of results is greater than the <c>maxResults</c> value provided
            in the request, enter the token returned in the <c>nextToken</c> field in the response
            in this field to return the next batch 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.BDR.GetBDRModelCopyJobListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ModelCopyJobSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Bedrock.Model.ListModelCopyJobsResponse).
            Specifying the name of a property of type Amazon.Bedrock.Model.ListModelCopyJobsResponse 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.BDR.GetBDRModelCopyJobListCmdlet.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.BDR.GetBDRModelCustomizationJobCmdlet">
            <summary>
            Retrieves the properties associated with a model-customization job, including the
            status of the job. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html">Custom
            models</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon
            Bedrock User Guide</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRModelCustomizationJobCmdlet.JobIdentifier">
            <summary>
            <para>
            <para>Identifier for the customization job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRModelCustomizationJobCmdlet.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.Bedrock.Model.GetModelCustomizationJobResponse).
            Specifying the name of a property of type Amazon.Bedrock.Model.GetModelCustomizationJobResponse 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.BDR.GetBDRModelCustomizationJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the JobIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^JobIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.BDR.GetBDRModelCustomizationJobListCmdlet">
            <summary>
            Returns a list of model customization jobs that you have submitted. You can filter
            the jobs to return based on one or more criteria.
             
              
            <para>
            For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html">Custom
            models</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon
            Bedrock User Guide</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.BDR.GetBDRModelCustomizationJobListCmdlet.CreationTimeAfter">
            <summary>
            <para>
            <para>Return customization jobs created after the specified time. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRModelCustomizationJobListCmdlet.CreationTimeBefore">
            <summary>
            <para>
            <para>Return customization jobs created before the specified time. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRModelCustomizationJobListCmdlet.NameContain">
            <summary>
            <para>
            <para>Return customization jobs only if the job name contains these characters.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRModelCustomizationJobListCmdlet.SortBy">
            <summary>
            <para>
            <para>The field to sort by in the returned list of jobs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRModelCustomizationJobListCmdlet.SortOrder">
            <summary>
            <para>
            <para>The sort order of the results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRModelCustomizationJobListCmdlet.StatusEqual">
            <summary>
            <para>
            <para>Return customization jobs with the specified status. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRModelCustomizationJobListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return in the response. If the total number of results
            is greater than this value, use the token returned in the response in the <c>nextToken</c>
            field when making another request to return the next batch of results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRModelCustomizationJobListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the total number of results is greater than the <c>maxResults</c> value provided
            in the request, enter the token returned in the <c>nextToken</c> field in the response
            in this field to return the next batch 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.BDR.GetBDRModelCustomizationJobListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ModelCustomizationJobSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Bedrock.Model.ListModelCustomizationJobsResponse).
            Specifying the name of a property of type Amazon.Bedrock.Model.ListModelCustomizationJobsResponse 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.BDR.GetBDRModelCustomizationJobListCmdlet.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.BDR.GetBDRModelImportJobCmdlet">
            <summary>
            Retrieves the properties associated with import model job, including the status of
            the job. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html">Import
            a customized model</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon
            Bedrock User Guide</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRModelImportJobCmdlet.JobIdentifier">
            <summary>
            <para>
            <para>The identifier of the import job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRModelImportJobCmdlet.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.Bedrock.Model.GetModelImportJobResponse).
            Specifying the name of a property of type Amazon.Bedrock.Model.GetModelImportJobResponse 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.BDR.GetBDRModelImportJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the JobIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^JobIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.BDR.GetBDRModelImportJobListCmdlet">
            <summary>
            Returns a list of import jobs you've submitted. You can filter the results to return
            based on one or more criteria. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html">Import
            a customized model</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon
            Bedrock User Guide</a>.<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.BDR.GetBDRModelImportJobListCmdlet.CreationTimeAfter">
            <summary>
            <para>
            <para>Return import jobs that were created after the specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRModelImportJobListCmdlet.CreationTimeBefore">
            <summary>
            <para>
            <para>Return import jobs that were created before the specified time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRModelImportJobListCmdlet.NameContain">
            <summary>
            <para>
            <para>Return imported jobs only if the job name contains these characters.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRModelImportJobListCmdlet.SortBy">
            <summary>
            <para>
            <para>The field to sort by in the returned list of imported jobs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRModelImportJobListCmdlet.SortOrder">
            <summary>
            <para>
            <para>Specifies whether to sort the results in ascending or descending order.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRModelImportJobListCmdlet.StatusEqual">
            <summary>
            <para>
            <para>Return imported jobs with the specified status.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRModelImportJobListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return in the response. If the total number of results
            is greater than this value, use the token returned in the response in the <c>nextToken</c>
            field when making another request to return the next batch of results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRModelImportJobListCmdlet.NextToken">
            <summary>
            <para>
            <para>If the total number of results is greater than the <c>maxResults</c> value provided
            in the request, enter the token returned in the <c>nextToken</c> field in the response
            in this field to return the next batch 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.BDR.GetBDRModelImportJobListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ModelImportJobSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Bedrock.Model.ListModelImportJobsResponse).
            Specifying the name of a property of type Amazon.Bedrock.Model.ListModelImportJobsResponse 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.BDR.GetBDRModelImportJobListCmdlet.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.BDR.GetBDRModelInvocationJobCmdlet">
            <summary>
            Gets details about a batch inference job. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/batch-inference-manage.html#batch-inference-view">View
            details about a batch inference job</a>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRModelInvocationJobCmdlet.JobIdentifier">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the batch inference job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRModelInvocationJobCmdlet.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.Bedrock.Model.GetModelInvocationJobResponse).
            Specifying the name of a property of type Amazon.Bedrock.Model.GetModelInvocationJobResponse 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.BDR.GetBDRModelInvocationJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the JobIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^JobIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.BDR.GetBDRModelInvocationJobListCmdlet">
            <summary>
            Lists all batch inference jobs in the account. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/batch-inference-manage.html#batch-inference-view">View
            details about a batch inference job</a>.<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.BDR.GetBDRModelInvocationJobListCmdlet.NameContain">
            <summary>
            <para>
            <para>Specify a string to filter for batch inference jobs whose names contain the string.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRModelInvocationJobListCmdlet.SortBy">
            <summary>
            <para>
            <para>An attribute by which to sort the results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRModelInvocationJobListCmdlet.SortOrder">
            <summary>
            <para>
            <para>Specifies whether to sort the results by ascending or descending order.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRModelInvocationJobListCmdlet.StatusEqual">
            <summary>
            <para>
            <para>Specify a status to filter for batch inference jobs whose statuses match the string
            you specify.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRModelInvocationJobListCmdlet.SubmitTimeAfter">
            <summary>
            <para>
            <para>Specify a time to filter for batch inference jobs that were submitted after the time
            you specify.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRModelInvocationJobListCmdlet.SubmitTimeBefore">
            <summary>
            <para>
            <para>Specify a time to filter for batch inference jobs that were submitted before the time
            you specify.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRModelInvocationJobListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return. If there are more results than the number
            that you specify, a <c>nextToken</c> value is returned. Use the <c>nextToken</c> in
            a request to return the next batch of results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRModelInvocationJobListCmdlet.NextToken">
            <summary>
            <para>
            <para>If there were more results than the value you specified in the <c>maxResults</c> field
            in a previous <c>ListModelInvocationJobs</c> request, the response would have returned
            a <c>nextToken</c> value. To see the next batch of results, send the <c>nextToken</c>
            value in another 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.BDR.GetBDRModelInvocationJobListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'InvocationJobSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Bedrock.Model.ListModelInvocationJobsResponse).
            Specifying the name of a property of type Amazon.Bedrock.Model.ListModelInvocationJobsResponse 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.BDR.GetBDRModelInvocationJobListCmdlet.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.BDR.GetBDRModelInvocationLoggingConfigurationCmdlet">
            <summary>
            Get the current configuration values for model invocation logging.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRModelInvocationLoggingConfigurationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'LoggingConfig'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Bedrock.Model.GetModelInvocationLoggingConfigurationResponse).
            Specifying the name of a property of type Amazon.Bedrock.Model.GetModelInvocationLoggingConfigurationResponse 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.BDR.GetBDRProvisionedModelThroughputCmdlet">
            <summary>
            Returns details for a Provisioned Throughput. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html">Provisioned
            Throughput</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon
            Bedrock User Guide</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRProvisionedModelThroughputCmdlet.ProvisionedModelId">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) or name of the Provisioned Throughput.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRProvisionedModelThroughputCmdlet.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.Bedrock.Model.GetProvisionedModelThroughputResponse).
            Specifying the name of a property of type Amazon.Bedrock.Model.GetProvisionedModelThroughputResponse 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.BDR.GetBDRProvisionedModelThroughputCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ProvisionedModelId parameter.
            The -PassThru parameter is deprecated, use -Select '^ProvisionedModelId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.BDR.GetBDRProvisionedModelThroughputListCmdlet">
            <summary>
            Lists the Provisioned Throughputs in the account. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html">Provisioned
            Throughput</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon
            Bedrock User Guide</a>.<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.BDR.GetBDRProvisionedModelThroughputListCmdlet.CreationTimeAfter">
            <summary>
            <para>
            <para>A filter that returns Provisioned Throughputs created after the specified time. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRProvisionedModelThroughputListCmdlet.CreationTimeBefore">
            <summary>
            <para>
            <para>A filter that returns Provisioned Throughputs created before the specified time. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRProvisionedModelThroughputListCmdlet.ModelArnEqual">
            <summary>
            <para>
            <para>A filter that returns Provisioned Throughputs whose model Amazon Resource Name (ARN)
            is equal to the value that you specify.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRProvisionedModelThroughputListCmdlet.NameContain">
            <summary>
            <para>
            <para>A filter that returns Provisioned Throughputs if their name contains the expression
            that you specify.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRProvisionedModelThroughputListCmdlet.SortBy">
            <summary>
            <para>
            <para>The field by which to sort the returned list of Provisioned Throughputs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRProvisionedModelThroughputListCmdlet.SortOrder">
            <summary>
            <para>
            <para>The sort order of the results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRProvisionedModelThroughputListCmdlet.StatusEqual">
            <summary>
            <para>
            <para>A filter that returns Provisioned Throughputs if their statuses matches the value
            that you specify.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRProvisionedModelThroughputListCmdlet.MaxResult">
            <summary>
            <para>
            <para>THe maximum number of results to return in the response. If there are more results
            than the number you specified, the response returns a <c>nextToken</c> value. To see
            the next batch of results, send the <c>nextToken</c> value in another list request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRProvisionedModelThroughputListCmdlet.NextToken">
            <summary>
            <para>
            <para>If there are more results than the number you specified in the <c>maxResults</c> field,
            the response returns a <c>nextToken</c> value. To see the next batch of results, specify
            the <c>nextToken</c> value in this field.</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.BDR.GetBDRProvisionedModelThroughputListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ProvisionedModelSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Bedrock.Model.ListProvisionedModelThroughputsResponse).
            Specifying the name of a property of type Amazon.Bedrock.Model.ListProvisionedModelThroughputsResponse 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.BDR.GetBDRProvisionedModelThroughputListCmdlet.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.BDR.GetBDRResourceTagCmdlet">
            <summary>
            List the tags associated with the specified resource.
             
              
            <para>
            For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/tagging.html">Tagging
            resources</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon
            Bedrock User Guide</a>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRResourceTagCmdlet.ResourceARN">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRResourceTagCmdlet.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.Bedrock.Model.ListTagsForResourceResponse).
            Specifying the name of a property of type Amazon.Bedrock.Model.ListTagsForResourceResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceARN parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceARN' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.BDR.NewBDREvaluationJobCmdlet">
            <summary>
            API operation for creating and managing Amazon Bedrock automatic model evaluation
            jobs and model evaluation jobs that use human workers. To learn more about the requirements
            for creating a model evaluation job see, <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/model-evaluation.html">Model
            evaluation</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDREvaluationJobCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>A unique, case-sensitive identifier to ensure that the API request completes no more
            than one time. If this token matches a previous request, Amazon Bedrock ignores the
            request, but does not return an error. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring
            idempotency</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDREvaluationJobCmdlet.CustomerEncryptionKeyId">
            <summary>
            <para>
            <para>Specify your customer managed key ARN that will be used to encrypt your model evaluation
            job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDREvaluationJobCmdlet.Human_CustomMetric">
            <summary>
            <para>
            <para>A <c>HumanEvaluationCustomMetric</c> object. It contains the names the metrics, how
            the metrics are to be evaluated, an optional description.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDREvaluationJobCmdlet.Automated_DatasetMetricConfig">
            <summary>
            <para>
            <para>Specifies the required elements for an automatic model evaluation job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDREvaluationJobCmdlet.Human_DatasetMetricConfig">
            <summary>
            <para>
            <para>Use to specify the metrics, task, and prompt dataset to be used in your model evaluation
            job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDREvaluationJobCmdlet.HumanWorkflowConfig_FlowDefinitionArn">
            <summary>
            <para>
            <para>The Amazon Resource Number (ARN) for the flow definition</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDREvaluationJobCmdlet.HumanWorkflowConfig_Instruction">
            <summary>
            <para>
            <para>Instructions for the flow definition</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDREvaluationJobCmdlet.JobDescription">
            <summary>
            <para>
            <para>A description of the model evaluation job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDREvaluationJobCmdlet.JobName">
            <summary>
            <para>
            <para>The name of the model evaluation job. Model evaluation job names must unique with
            your AWS account, and your account's AWS region.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDREvaluationJobCmdlet.JobTag">
            <summary>
            <para>
            <para>Tags to attach to the model evaluation job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDREvaluationJobCmdlet.InferenceConfig_Model">
            <summary>
            <para>
            <para>Used to specify the models.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDREvaluationJobCmdlet.RoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of an IAM service role that Amazon Bedrock can assume
            to perform tasks on your behalf. The service role must have Amazon Bedrock as the
            service principal, and provide access to any Amazon S3 buckets specified in the <c>EvaluationConfig</c>
            object. To pass this role to Amazon Bedrock, the caller of this API must have the
            <c>iam:PassRole</c> permission. To learn more about the required permissions, see
            <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/model-evaluation-security.html">Required
            permissions</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDREvaluationJobCmdlet.OutputDataConfig_S3Uri">
            <summary>
            <para>
            <para>The Amazon S3 URI where the results of model evaluation job are saved.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDREvaluationJobCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'JobArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Bedrock.Model.CreateEvaluationJobResponse).
            Specifying the name of a property of type Amazon.Bedrock.Model.CreateEvaluationJobResponse 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.BDR.NewBDREvaluationJobCmdlet.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.BDR.NewBDRGuardrailCmdlet">
            <summary>
            Creates a guardrail to block topics and to implement safeguards for your generative
            AI applications.
             
              
            <para>
            You can configure the following policies in a guardrail to avoid undesirable and harmful
            content, filter out denied topics and words, and remove sensitive information for
            privacy protection.
            </para><ul><li><para><b>Content filters</b> - Adjust filter strengths to block input prompts or model
            responses containing harmful content.
            </para></li><li><para><b>Denied topics</b> - Define a set of topics that are undesirable in the context
            of your application. These topics will be blocked if detected in user queries or model
            responses.
            </para></li><li><para><b>Word filters</b> - Configure filters to block undesirable words, phrases, and
            profanity. Such words can include offensive terms, competitor names etc.
            </para></li><li><para><b>Sensitive information filters</b> - Block or mask sensitive information such as
            personally identifiable information (PII) or custom regex in user inputs and model
            responses.
            </para></li></ul><para>
            In addition to the above policies, you can also configure the messages to be returned
            to the user if a user input or model response is in violation of the policies defined
            in the guardrail.
            </para><para>
            For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails.html">Guardrails
            for Amazon Bedrock</a> in the <i>Amazon Bedrock User Guide</i>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRGuardrailCmdlet.BlockedInputMessaging">
            <summary>
            <para>
            <para>The message to return when the guardrail blocks a prompt.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRGuardrailCmdlet.BlockedOutputsMessaging">
            <summary>
            <para>
            <para>The message to return when the guardrail blocks a model response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRGuardrailCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>A unique, case-sensitive identifier to ensure that the API request completes no more
            than once. If this token matches a previous request, Amazon Bedrock ignores the request,
            but does not return an error. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring
            idempotency</a> in the <i>Amazon S3 User Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRGuardrailCmdlet.Description">
            <summary>
            <para>
            <para>A description of the guardrail.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRGuardrailCmdlet.ContentPolicyConfig_FiltersConfig">
            <summary>
            <para>
            <para>Contains the type of the content filter and how strongly it should apply to prompts
            and model responses.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRGuardrailCmdlet.ContextualGroundingPolicyConfig_FiltersConfig">
            <summary>
            <para>
            <para>The filter configuration details for the guardrails contextual grounding policy.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRGuardrailCmdlet.KmsKeyId">
            <summary>
            <para>
            <para>The ARN of the KMS key that you use to encrypt the guardrail.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRGuardrailCmdlet.WordPolicyConfig_ManagedWordListsConfig">
            <summary>
            <para>
            <para>A list of managed words to configure for the guardrail.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRGuardrailCmdlet.Name">
            <summary>
            <para>
            <para>The name to give the guardrail.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRGuardrailCmdlet.SensitiveInformationPolicyConfig_PiiEntitiesConfig">
            <summary>
            <para>
            <para>A list of PII entities to configure to the guardrail.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRGuardrailCmdlet.SensitiveInformationPolicyConfig_RegexesConfig">
            <summary>
            <para>
            <para>A list of regular expressions to configure to the guardrail.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRGuardrailCmdlet.Tag">
            <summary>
            <para>
            <para>The tags that you want to attach to the guardrail. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRGuardrailCmdlet.TopicPolicyConfig_TopicsConfig">
            <summary>
            <para>
            <para>A list of policies related to topics that the guardrail should deny.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRGuardrailCmdlet.WordPolicyConfig_WordsConfig">
            <summary>
            <para>
            <para>A list of words to configure for the guardrail.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRGuardrailCmdlet.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.Bedrock.Model.CreateGuardrailResponse).
            Specifying the name of a property of type Amazon.Bedrock.Model.CreateGuardrailResponse 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.BDR.NewBDRGuardrailCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRGuardrailCmdlet.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.BDR.NewBDRGuardrailVersionCmdlet">
            <summary>
            Creates a version of the guardrail. Use this API to create a snapshot of the guardrail
            when you are satisfied with a configuration, or to compare the configuration with
            another version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRGuardrailVersionCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>A unique, case-sensitive identifier to ensure that the API request completes no more
            than once. If this token matches a previous request, Amazon Bedrock ignores the request,
            but does not return an error. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring
            idempotency</a> in the <i>Amazon S3 User Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRGuardrailVersionCmdlet.Description">
            <summary>
            <para>
            <para>A description of the guardrail version.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRGuardrailVersionCmdlet.GuardrailIdentifier">
            <summary>
            <para>
            <para>The unique identifier of the guardrail. This can be an ID or the ARN.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRGuardrailVersionCmdlet.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.Bedrock.Model.CreateGuardrailVersionResponse).
            Specifying the name of a property of type Amazon.Bedrock.Model.CreateGuardrailVersionResponse 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.BDR.NewBDRGuardrailVersionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the GuardrailIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^GuardrailIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRGuardrailVersionCmdlet.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.BDR.NewBDRModelCopyJobCmdlet">
            <summary>
            Copies a model to another region so that it can be used there. For more information,
            see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/copy-model.html">Copy
            models to be used in other regions</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon
            Bedrock User Guide</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRModelCopyJobCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>A unique, case-sensitive identifier to ensure that the API request completes no more
            than one time. If this token matches a previous request, Amazon Bedrock ignores the
            request, but does not return an error. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring
            idempotency</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRModelCopyJobCmdlet.ModelKmsKeyId">
            <summary>
            <para>
            <para>The ARN of the KMS key that you use to encrypt the model copy.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRModelCopyJobCmdlet.SourceModelArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the model to be copied.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRModelCopyJobCmdlet.TargetModelName">
            <summary>
            <para>
            <para>A name for the copied model.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRModelCopyJobCmdlet.TargetModelTag">
            <summary>
            <para>
            <para>Tags to associate with the target model. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/tagging.html">Tag
            resources</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon
            Bedrock User Guide</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRModelCopyJobCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'JobArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Bedrock.Model.CreateModelCopyJobResponse).
            Specifying the name of a property of type Amazon.Bedrock.Model.CreateModelCopyJobResponse 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.BDR.NewBDRModelCopyJobCmdlet.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.BDR.NewBDRModelCustomizationJobCmdlet">
            <summary>
            Creates a fine-tuning job to customize a base model.
             
              
            <para>
            You specify the base foundation model and the location of the training data. After
            the model-customization job completes successfully, your custom model resource will
            be ready to use. Amazon Bedrock returns validation loss metrics and output generations
            after the job completes.
            </para><para>
            For information on the format of training and validation data, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-prepare.html">Prepare
            the datasets</a>.
            </para><para>
             Model-customization jobs are asynchronous and the completion time depends on the
            base model and the training/validation data size. To monitor a job, use the <c>GetModelCustomizationJob</c>
            operation to retrieve the job status.
            </para><para>
            For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html">Custom
            models</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon
            Bedrock User Guide</a>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRModelCustomizationJobCmdlet.BaseModelIdentifier">
            <summary>
            <para>
            <para>Name of the base model.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRModelCustomizationJobCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>A unique, case-sensitive identifier to ensure that the API request completes no more
            than one time. If this token matches a previous request, Amazon Bedrock ignores the
            request, but does not return an error. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring
            idempotency</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRModelCustomizationJobCmdlet.CustomizationType">
            <summary>
            <para>
            <para>The customization type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRModelCustomizationJobCmdlet.CustomModelKmsKeyId">
            <summary>
            <para>
            <para>The custom model is encrypted at rest using this key.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRModelCustomizationJobCmdlet.CustomModelName">
            <summary>
            <para>
            <para>A name for the resulting custom model.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRModelCustomizationJobCmdlet.CustomModelTag">
            <summary>
            <para>
            <para>Tags to attach to the resulting custom model.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRModelCustomizationJobCmdlet.HyperParameter">
            <summary>
            <para>
            <para>Parameters related to tuning the model. For details on the format for different models,
            see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models-hp.html">Custom
            model hyperparameters</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRModelCustomizationJobCmdlet.JobName">
            <summary>
            <para>
            <para>A name for the fine-tuning job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRModelCustomizationJobCmdlet.JobTag">
            <summary>
            <para>
            <para>Tags to attach to the job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRModelCustomizationJobCmdlet.RoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of an IAM service role that Amazon Bedrock can assume
            to perform tasks on your behalf. For example, during model training, Amazon Bedrock
            needs your permission to read input data from an S3 bucket, write model artifacts
            to an S3 bucket. To pass this role to Amazon Bedrock, the caller of this API must
            have the <c>iam:PassRole</c> permission. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRModelCustomizationJobCmdlet.OutputDataConfig_S3Uri">
            <summary>
            <para>
            <para>The S3 URI where the output data is stored.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRModelCustomizationJobCmdlet.TrainingDataConfig_S3Uri">
            <summary>
            <para>
            <para>The S3 URI where the training data is stored.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRModelCustomizationJobCmdlet.VpcConfig_SecurityGroupId">
            <summary>
            <para>
            <para>VPC configuration security group Ids.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRModelCustomizationJobCmdlet.VpcConfig_SubnetId">
            <summary>
            <para>
            <para>VPC configuration subnets.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRModelCustomizationJobCmdlet.ValidationDataConfig_Validator">
            <summary>
            <para>
            <para>Information about the validators.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRModelCustomizationJobCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'JobArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Bedrock.Model.CreateModelCustomizationJobResponse).
            Specifying the name of a property of type Amazon.Bedrock.Model.CreateModelCustomizationJobResponse 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.BDR.NewBDRModelCustomizationJobCmdlet.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.BDR.NewBDRModelImportJobCmdlet">
            <summary>
            Creates a model import job to import model that you have customized in other environments,
            such as Amazon SageMaker. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html">Import
            a customized model</a>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRModelImportJobCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>A unique, case-sensitive identifier to ensure that the API request completes no more
            than one time. If this token matches a previous request, Amazon Bedrock ignores the
            request, but does not return an error. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring
            idempotency</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRModelImportJobCmdlet.ImportedModelKmsKeyId">
            <summary>
            <para>
            <para>The imported model is encrypted at rest using this key.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRModelImportJobCmdlet.ImportedModelName">
            <summary>
            <para>
            <para>The name of the imported model.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRModelImportJobCmdlet.ImportedModelTag">
            <summary>
            <para>
            <para>Tags to attach to the imported model.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRModelImportJobCmdlet.JobName">
            <summary>
            <para>
            <para>The name of the import job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRModelImportJobCmdlet.JobTag">
            <summary>
            <para>
            <para>Tags to attach to this import job. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRModelImportJobCmdlet.RoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the model import job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRModelImportJobCmdlet.S3DataSource_S3Uri">
            <summary>
            <para>
            <para>The URI of the Amazon S3 data source.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRModelImportJobCmdlet.VpcConfig_SecurityGroupId">
            <summary>
            <para>
            <para>VPC configuration security group Ids.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRModelImportJobCmdlet.VpcConfig_SubnetId">
            <summary>
            <para>
            <para>VPC configuration subnets.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRModelImportJobCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'JobArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Bedrock.Model.CreateModelImportJobResponse).
            Specifying the name of a property of type Amazon.Bedrock.Model.CreateModelImportJobResponse 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.BDR.NewBDRModelImportJobCmdlet.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.BDR.NewBDRModelInvocationJobCmdlet">
            <summary>
            Creates a job to invoke a model on multiple prompts (batch inference). Format your
            data according to <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/batch-inference-prerq.html#batch-inference-data">Format
            your inference data</a> and upload it to an Amazon S3 bucket. For more information,
            see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/batch-inference-create.html">Create
            a batch inference job</a>.
             
              
            <para>
            The response returns a <c>jobArn</c> that you can use to stop or get details about
            the job. You can check the status of the job by sending a <a href="https://docs.aws.amazon.com/bedrock/latest/APIReference/API_GetModelCustomizationJob.html">GetModelCustomizationJob</a>
            request.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRModelInvocationJobCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>A unique, case-sensitive identifier to ensure that the API request completes no more
            than one time. If this token matches a previous request, Amazon Bedrock ignores the
            request, but does not return an error. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring
            idempotency</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRModelInvocationJobCmdlet.JobName">
            <summary>
            <para>
            <para>A name to give the batch inference job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRModelInvocationJobCmdlet.ModelId">
            <summary>
            <para>
            <para>The unique identifier of the foundation model to use for the batch inference job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRModelInvocationJobCmdlet.RoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the service role with permissions to carry out and
            manage batch inference. You can use the console to create a default service role or
            follow the steps at <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/batch-iam-sr.html">Create
            a service role for batch inference</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRModelInvocationJobCmdlet.S3OutputDataConfig_S3EncryptionKeyId">
            <summary>
            <para>
            <para>The unique identifier of the key that encrypts the S3 location of the output data.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRModelInvocationJobCmdlet.S3InputDataConfig_S3InputFormat">
            <summary>
            <para>
            <para>The format of the input data.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRModelInvocationJobCmdlet.S3InputDataConfig_S3Uri">
            <summary>
            <para>
            <para>The S3 location of the input data.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRModelInvocationJobCmdlet.S3OutputDataConfig_S3Uri">
            <summary>
            <para>
            <para>The S3 location of the output data.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRModelInvocationJobCmdlet.Tag">
            <summary>
            <para>
            <para>Any tags to associate with the batch inference job. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/tagging.html">Tagging
            Amazon Bedrock resources</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRModelInvocationJobCmdlet.TimeoutDurationInHour">
            <summary>
            <para>
            <para>The number of hours after which to force the batch inference job to time out.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRModelInvocationJobCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'JobArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Bedrock.Model.CreateModelInvocationJobResponse).
            Specifying the name of a property of type Amazon.Bedrock.Model.CreateModelInvocationJobResponse 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.BDR.NewBDRModelInvocationJobCmdlet.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.BDR.NewBDRProvisionedModelThroughputCmdlet">
            <summary>
            Creates dedicated throughput for a base or custom model with the model units and for
            the duration that you specify. For pricing details, see <a href="http://aws.amazon.com/bedrock/pricing/">Amazon
            Bedrock Pricing</a>. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html">Provisioned
            Throughput</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon
            Bedrock User Guide</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRProvisionedModelThroughputCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>A unique, case-sensitive identifier to ensure that the API request completes no more
            than one time. If this token matches a previous request, Amazon Bedrock ignores the
            request, but does not return an error. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring
            idempotency</a> in the Amazon S3 User Guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRProvisionedModelThroughputCmdlet.CommitmentDuration">
            <summary>
            <para>
            <para>The commitment duration requested for the Provisioned Throughput. Billing occurs hourly
            and is discounted for longer commitment terms. To request a no-commit Provisioned
            Throughput, omit this field.</para><para>Custom models support all levels of commitment. To see which base models support no
            commitment, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/pt-supported.html">Supported
            regions and models for Provisioned Throughput</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon
            Bedrock User Guide</a></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRProvisionedModelThroughputCmdlet.ModelId">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) or name of the model to associate with this Provisioned
            Throughput. For a list of models for which you can purchase Provisioned Throughput,
            see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/model-ids.html#prov-throughput-models">Amazon
            Bedrock model IDs for purchasing Provisioned Throughput</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon
            Bedrock User Guide</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRProvisionedModelThroughputCmdlet.ModelUnit">
            <summary>
            <para>
            <para>Number of model units to allocate. A model unit delivers a specific throughput level
            for the specified model. The throughput level of a model unit specifies the total
            number of input and output tokens that it can process and generate within a span of
            one minute. By default, your account has no model units for purchasing Provisioned
            Throughputs with commitment. You must first visit the <a href="https://console.aws.amazon.com/support/home#/case/create?issueType=service-limit-increase">Amazon
            Web Services support center</a> to request MUs.</para><para>For model unit quotas, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/quotas.html#prov-thru-quotas">Provisioned
            Throughput quotas</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon
            Bedrock User Guide</a>.</para><para>For more information about what an MU specifies, contact your Amazon Web Services
            account manager.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRProvisionedModelThroughputCmdlet.ProvisionedModelName">
            <summary>
            <para>
            <para>The name for this Provisioned Throughput.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRProvisionedModelThroughputCmdlet.Tag">
            <summary>
            <para>
            <para>Tags to associate with this Provisioned Throughput.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRProvisionedModelThroughputCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ProvisionedModelArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Bedrock.Model.CreateProvisionedModelThroughputResponse).
            Specifying the name of a property of type Amazon.Bedrock.Model.CreateProvisionedModelThroughputResponse 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.BDR.NewBDRProvisionedModelThroughputCmdlet.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.BDR.RemoveBDRCustomModelCmdlet">
            <summary>
            Deletes a custom model that you created earlier. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html">Custom
            models</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon
            Bedrock User Guide</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.RemoveBDRCustomModelCmdlet.ModelIdentifier">
            <summary>
            <para>
            <para>Name of the model to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.RemoveBDRCustomModelCmdlet.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.Bedrock.Model.DeleteCustomModelResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.RemoveBDRCustomModelCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ModelIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^ModelIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.RemoveBDRCustomModelCmdlet.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.BDR.RemoveBDRGuardrailCmdlet">
            <summary>
            Deletes a guardrail.
             
             <ul><li><para>
            To delete a guardrail, only specify the ARN of the guardrail in the <c>guardrailIdentifier</c>
            field. If you delete a guardrail, all of its versions will be deleted.
            </para></li><li><para>
            To delete a version of a guardrail, specify the ARN of the guardrail in the <c>guardrailIdentifier</c>
            field and the version in the <c>guardrailVersion</c> field.
            </para></li></ul>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.RemoveBDRGuardrailCmdlet.GuardrailIdentifier">
            <summary>
            <para>
            <para>The unique identifier of the guardrail. This can be an ID or the ARN.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.RemoveBDRGuardrailCmdlet.GuardrailVersion">
            <summary>
            <para>
            <para>The version of the guardrail.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.RemoveBDRGuardrailCmdlet.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.Bedrock.Model.DeleteGuardrailResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.RemoveBDRGuardrailCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the GuardrailIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^GuardrailIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.RemoveBDRGuardrailCmdlet.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.BDR.RemoveBDRImportedModelCmdlet">
            <summary>
            Deletes a custom model that you imported earlier. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html">Import
            a customized model</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon
            Bedrock User Guide</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.RemoveBDRImportedModelCmdlet.ModelIdentifier">
            <summary>
            <para>
            <para>Name of the imported model to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.RemoveBDRImportedModelCmdlet.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.Bedrock.Model.DeleteImportedModelResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.RemoveBDRImportedModelCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ModelIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^ModelIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.RemoveBDRImportedModelCmdlet.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.BDR.RemoveBDRModelInvocationLoggingConfigurationCmdlet">
            <summary>
            Delete the invocation logging.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.RemoveBDRModelInvocationLoggingConfigurationCmdlet.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.Bedrock.Model.DeleteModelInvocationLoggingConfigurationResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.RemoveBDRModelInvocationLoggingConfigurationCmdlet.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.BDR.RemoveBDRProvisionedModelThroughputCmdlet">
            <summary>
            Deletes a Provisioned Throughput. You can't delete a Provisioned Throughput before
            the commitment term is over. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html">Provisioned
            Throughput</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon
            Bedrock User Guide</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.RemoveBDRProvisionedModelThroughputCmdlet.ProvisionedModelId">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) or name of the Provisioned Throughput.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.RemoveBDRProvisionedModelThroughputCmdlet.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.Bedrock.Model.DeleteProvisionedModelThroughputResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.RemoveBDRProvisionedModelThroughputCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ProvisionedModelId parameter.
            The -PassThru parameter is deprecated, use -Select '^ProvisionedModelId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.RemoveBDRProvisionedModelThroughputCmdlet.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.BDR.RemoveBDRResourceTagCmdlet">
            <summary>
            Remove one or more tags from a resource. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/tagging.html">Tagging
            resources</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon
            Bedrock User Guide</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.RemoveBDRResourceTagCmdlet.ResourceARN">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resource to untag.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.RemoveBDRResourceTagCmdlet.TagKey">
            <summary>
            <para>
            <para>Tag keys of the tags to remove from the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.RemoveBDRResourceTagCmdlet.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.Bedrock.Model.UntagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.RemoveBDRResourceTagCmdlet.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.BDR.RemoveBDRResourceTagCmdlet.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.BDR.SetBDRBatchDeleteEvaluationJobCmdlet">
            <summary>
            Creates a batch deletion job. A model evaluation job can only be deleted if it has
            following status <c>FAILED</c>, <c>COMPLETED</c>, and <c>STOPPED</c>. You can request
            up to 25 model evaluation jobs be deleted in a single request.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.SetBDRBatchDeleteEvaluationJobCmdlet.JobIdentifier">
            <summary>
            <para>
            <para>An array of model evaluation job ARNs to be deleted.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.SetBDRBatchDeleteEvaluationJobCmdlet.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.Bedrock.Model.BatchDeleteEvaluationJobResponse).
            Specifying the name of a property of type Amazon.Bedrock.Model.BatchDeleteEvaluationJobResponse 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.BDR.SetBDRBatchDeleteEvaluationJobCmdlet.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.BDR.StopBDREvaluationJobCmdlet">
            <summary>
            Stops an in progress model evaluation job.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.StopBDREvaluationJobCmdlet.JobIdentifier">
            <summary>
            <para>
            <para>The ARN of the model evaluation job you want to stop.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.StopBDREvaluationJobCmdlet.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.Bedrock.Model.StopEvaluationJobResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.StopBDREvaluationJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the JobIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^JobIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.StopBDREvaluationJobCmdlet.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.BDR.StopBDRModelCustomizationJobCmdlet">
            <summary>
            Stops an active model customization job. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html">Custom
            models</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon
            Bedrock User Guide</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.StopBDRModelCustomizationJobCmdlet.JobIdentifier">
            <summary>
            <para>
            <para>Job identifier of the job to stop.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.StopBDRModelCustomizationJobCmdlet.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.Bedrock.Model.StopModelCustomizationJobResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.StopBDRModelCustomizationJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the JobIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^JobIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.StopBDRModelCustomizationJobCmdlet.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.BDR.StopBDRModelInvocationJobCmdlet">
            <summary>
            Stops a batch inference job. You're only charged for tokens that were already processed.
            For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/batch-inference-manage.html#batch-inference-stop">Stop
            a batch inference job</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.StopBDRModelInvocationJobCmdlet.JobIdentifier">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the batch inference job to stop.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.StopBDRModelInvocationJobCmdlet.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.Bedrock.Model.StopModelInvocationJobResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.StopBDRModelInvocationJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the JobIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^JobIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.StopBDRModelInvocationJobCmdlet.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.BDR.UpdateBDRGuardrailCmdlet">
            <summary>
            Updates a guardrail with the values you specify.
             
             <ul><li><para>
            Specify a <c>name</c> and optional <c>description</c>.
            </para></li><li><para>
            Specify messages for when the guardrail successfully blocks a prompt or a model response
            in the <c>blockedInputMessaging</c> and <c>blockedOutputsMessaging</c> fields.
            </para></li><li><para>
            Specify topics for the guardrail to deny in the <c>topicPolicyConfig</c> object. Each
            <a href="https://docs.aws.amazon.com/bedrock/latest/APIReference/API_GuardrailTopicConfig.html">GuardrailTopicConfig</a>
            object in the <c>topicsConfig</c> list pertains to one topic.
            </para><ul><li><para>
            Give a <c>name</c> and <c>description</c> so that the guardrail can properly identify
            the topic.
            </para></li><li><para>
            Specify <c>DENY</c> in the <c>type</c> field.
            </para></li><li><para>
            (Optional) Provide up to five prompts that you would categorize as belonging to the
            topic in the <c>examples</c> list.
            </para></li></ul></li><li><para>
            Specify filter strengths for the harmful categories defined in Amazon Bedrock in the
            <c>contentPolicyConfig</c> object. Each <a href="https://docs.aws.amazon.com/bedrock/latest/APIReference/API_GuardrailContentFilterConfig.html">GuardrailContentFilterConfig</a>
            object in the <c>filtersConfig</c> list pertains to a harmful category. For more information,
            see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails-content-filters">Content
            filters</a>. For more information about the fields in a content filter, see <a href="https://docs.aws.amazon.com/bedrock/latest/APIReference/API_GuardrailContentFilterConfig.html">GuardrailContentFilterConfig</a>.
            </para><ul><li><para>
            Specify the category in the <c>type</c> field.
            </para></li><li><para>
            Specify the strength of the filter for prompts in the <c>inputStrength</c> field and
            for model responses in the <c>strength</c> field of the <a href="https://docs.aws.amazon.com/bedrock/latest/APIReference/API_GuardrailContentFilterConfig.html">GuardrailContentFilterConfig</a>.
            </para></li></ul></li><li><para>
            (Optional) For security, include the ARN of a KMS key in the <c>kmsKeyId</c> field.
            </para></li></ul>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.UpdateBDRGuardrailCmdlet.BlockedInputMessaging">
            <summary>
            <para>
            <para>The message to return when the guardrail blocks a prompt.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.UpdateBDRGuardrailCmdlet.BlockedOutputsMessaging">
            <summary>
            <para>
            <para>The message to return when the guardrail blocks a model response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.UpdateBDRGuardrailCmdlet.Description">
            <summary>
            <para>
            <para>A description of the guardrail.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.UpdateBDRGuardrailCmdlet.ContentPolicyConfig_FiltersConfig">
            <summary>
            <para>
            <para>Contains the type of the content filter and how strongly it should apply to prompts
            and model responses.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.UpdateBDRGuardrailCmdlet.ContextualGroundingPolicyConfig_FiltersConfig">
            <summary>
            <para>
            <para>The filter configuration details for the guardrails contextual grounding policy.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.UpdateBDRGuardrailCmdlet.GuardrailIdentifier">
            <summary>
            <para>
            <para>The unique identifier of the guardrail. This can be an ID or the ARN.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.UpdateBDRGuardrailCmdlet.KmsKeyId">
            <summary>
            <para>
            <para>The ARN of the KMS key with which to encrypt the guardrail.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.UpdateBDRGuardrailCmdlet.WordPolicyConfig_ManagedWordListsConfig">
            <summary>
            <para>
            <para>A list of managed words to configure for the guardrail.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.UpdateBDRGuardrailCmdlet.Name">
            <summary>
            <para>
            <para>A name for the guardrail.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.UpdateBDRGuardrailCmdlet.SensitiveInformationPolicyConfig_PiiEntitiesConfig">
            <summary>
            <para>
            <para>A list of PII entities to configure to the guardrail.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.UpdateBDRGuardrailCmdlet.SensitiveInformationPolicyConfig_RegexesConfig">
            <summary>
            <para>
            <para>A list of regular expressions to configure to the guardrail.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.UpdateBDRGuardrailCmdlet.TopicPolicyConfig_TopicsConfig">
            <summary>
            <para>
            <para>A list of policies related to topics that the guardrail should deny.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.UpdateBDRGuardrailCmdlet.WordPolicyConfig_WordsConfig">
            <summary>
            <para>
            <para>A list of words to configure for the guardrail.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.UpdateBDRGuardrailCmdlet.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.Bedrock.Model.UpdateGuardrailResponse).
            Specifying the name of a property of type Amazon.Bedrock.Model.UpdateGuardrailResponse 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.BDR.UpdateBDRGuardrailCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the GuardrailIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^GuardrailIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.UpdateBDRGuardrailCmdlet.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.BDR.UpdateBDRProvisionedModelThroughputCmdlet">
            <summary>
            Updates the name or associated model for a Provisioned Throughput. For more information,
            see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html">Provisioned
            Throughput</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon
            Bedrock User Guide</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.UpdateBDRProvisionedModelThroughputCmdlet.DesiredModelId">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the new model to associate with this Provisioned
            Throughput. You can't specify this field if this Provisioned Throughput is associated
            with a base model.</para><para>If this Provisioned Throughput is associated with a custom model, you can specify
            one of the following options:</para><ul><li><para>The base model from which the custom model was customized.</para></li><li><para>Another custom model that was customized from the same base model as the custom model.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.UpdateBDRProvisionedModelThroughputCmdlet.DesiredProvisionedModelName">
            <summary>
            <para>
            <para>The new name for this Provisioned Throughput.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.UpdateBDRProvisionedModelThroughputCmdlet.ProvisionedModelId">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) or name of the Provisioned Throughput to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.UpdateBDRProvisionedModelThroughputCmdlet.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.Bedrock.Model.UpdateProvisionedModelThroughputResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.UpdateBDRProvisionedModelThroughputCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ProvisionedModelId parameter.
            The -PassThru parameter is deprecated, use -Select '^ProvisionedModelId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.UpdateBDRProvisionedModelThroughputCmdlet.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.BDR.WriteBDRModelInvocationLoggingConfigurationCmdlet">
            <summary>
            Set the configuration values for model invocation logging.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.WriteBDRModelInvocationLoggingConfigurationCmdlet.LargeDataDeliveryS3Config_BucketName">
            <summary>
            <para>
            <para>S3 bucket name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.WriteBDRModelInvocationLoggingConfigurationCmdlet.S3Config_BucketName">
            <summary>
            <para>
            <para>S3 bucket name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.WriteBDRModelInvocationLoggingConfigurationCmdlet.LoggingConfig_EmbeddingDataDeliveryEnabled">
            <summary>
            <para>
            <para>Set to include embeddings data in the log delivery.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.WriteBDRModelInvocationLoggingConfigurationCmdlet.LoggingConfig_ImageDataDeliveryEnabled">
            <summary>
            <para>
            <para>Set to include image data in the log delivery.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.WriteBDRModelInvocationLoggingConfigurationCmdlet.LargeDataDeliveryS3Config_KeyPrefix">
            <summary>
            <para>
            <para>S3 prefix. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.WriteBDRModelInvocationLoggingConfigurationCmdlet.S3Config_KeyPrefix">
            <summary>
            <para>
            <para>S3 prefix. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.WriteBDRModelInvocationLoggingConfigurationCmdlet.CloudWatchConfig_LogGroupName">
            <summary>
            <para>
            <para>The log group name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.WriteBDRModelInvocationLoggingConfigurationCmdlet.CloudWatchConfig_RoleArn">
            <summary>
            <para>
            <para>The role Amazon Resource Name (ARN).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.WriteBDRModelInvocationLoggingConfigurationCmdlet.LoggingConfig_TextDataDeliveryEnabled">
            <summary>
            <para>
            <para>Set to include text data in the log delivery.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.WriteBDRModelInvocationLoggingConfigurationCmdlet.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.Bedrock.Model.PutModelInvocationLoggingConfigurationResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.WriteBDRModelInvocationLoggingConfigurationCmdlet.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>