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/what-is-service.html">Tagging
            resources</a> in the Bedrock User Guide.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.AddBDRResourceTagCmdlet.ResourceARN">
            <summary>
            <para>
            <para>The 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 Bedrock User Guide.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRCustomModelCmdlet.ModelIdentifier">
            <summary>
            <para>
            <para>Name or 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 <code>CreateModelCustomizationJob</code>
            operation.
             
              
            <para>
            For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html">Custom
            models</a> in the Bedrock User Guide.
            </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 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 ARN matches this parameter.</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>Maximum number of results to return in the response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRCustomModelListCmdlet.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.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.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>
            List of Amazon Bedrock foundation models that you can use. For more information, see
            <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/foundation-models.html">Foundation
            models</a> in the Bedrock User Guide.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRFoundationModelListCmdlet.ByCustomizationType">
            <summary>
            <para>
            <para>List by customization type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRFoundationModelListCmdlet.ByInferenceType">
            <summary>
            <para>
            <para>List by inference type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRFoundationModelListCmdlet.ByOutputModality">
            <summary>
            <para>
            <para>List by output modality type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRFoundationModelListCmdlet.ByProvider">
            <summary>
            <para>
            <para>A Amazon Bedrock model provider.</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.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 Bedrock User Guide.
            </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 Bedrock User Guide.
            </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>Maximum number of results to return in the response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRModelCustomizationJobListCmdlet.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.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.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>
            Get details for a provisioned throughput. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Provisioned
            throughput</a> in the Bedrock User Guide.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRProvisionedModelThroughputCmdlet.ProvisionedModelId">
            <summary>
            <para>
            <para>The 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>
            List the provisioned capacities. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Provisioned
            throughput</a> in the Bedrock User Guide.<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>Return provisioned capacities created after the specified time. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRProvisionedModelThroughputListCmdlet.CreationTimeBefore">
            <summary>
            <para>
            <para>Return provisioned capacities created before the specified time. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRProvisionedModelThroughputListCmdlet.ModelArnEqual">
            <summary>
            <para>
            <para>Return the list of provisioned capacities where their model ARN is equal to this parameter.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRProvisionedModelThroughputListCmdlet.NameContain">
            <summary>
            <para>
            <para>Return the list of provisioned capacities if their name contains these characters.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRProvisionedModelThroughputListCmdlet.SortBy">
            <summary>
            <para>
            <para>The field to sort by in the returned list of provisioned capacities.</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>Return the list of provisioned capacities that match the specified status.</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.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRProvisionedModelThroughputListCmdlet.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.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/what-is-service.html">Tagging
            resources</a> in the Bedrock User Guide.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.GetBDRResourceTagCmdlet.ResourceARN">
            <summary>
            <para>
            <para>The 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.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. Training data contains input and output text for each record in a
            JSONL format. Optionally, you can specify validation data in the same format as the
            training data. Amazon Bedrock returns validation loss metrics and output generations
            after the job completes.
            </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 <code>GetModelCustomizationJob</code>
            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 Bedrock User Guide.
            </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>Unique token value that you can provide. The GetModelCustomizationJob response includes
            the same token value.</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>Enter a name for the custom model.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRModelCustomizationJobCmdlet.CustomModelTag">
            <summary>
            <para>
            <para>Assign tags to the custom model.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRModelCustomizationJobCmdlet.HyperParameter">
            <summary>
            <para>
            <para>Parameters related to tuning the model.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRModelCustomizationJobCmdlet.JobName">
            <summary>
            <para>
            <para>Enter a unique name for the fine-tuning job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRModelCustomizationJobCmdlet.JobTag">
            <summary>
            <para>
            <para>Assign tags 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 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 <code>iam:PassRole</code>
            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.NewBDRProvisionedModelThroughputCmdlet">
            <summary>
            Creates a provisioned throughput with dedicated capacity for a foundation model or
            a fine-tuned model.
             
              
            <para>
            For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Provisioned
            throughput</a> in the Bedrock User Guide.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRProvisionedModelThroughputCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>Unique token value that you can provide. If this token matches a previous request,
            Amazon Bedrock ignores the request, but does not return an error.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRProvisionedModelThroughputCmdlet.CommitmentDuration">
            <summary>
            <para>
            <para>Commitment duration requested for the provisioned throughput.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRProvisionedModelThroughputCmdlet.ModelId">
            <summary>
            <para>
            <para>Name or ARN of the model to associate with this provisioned throughput.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRProvisionedModelThroughputCmdlet.ModelUnit">
            <summary>
            <para>
            <para>Number of model units to allocate.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.NewBDRProvisionedModelThroughputCmdlet.ProvisionedModelName">
            <summary>
            <para>
            <para>Unique 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 Bedrock User Guide.
            </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.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. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Provisioned
            throughput</a> in the Bedrock User Guide.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.RemoveBDRProvisionedModelThroughputCmdlet.ProvisionedModelId">
            <summary>
            <para>
            <para>The 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/what-is-service.html">Tagging
            resources</a> in the Bedrock User Guide.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.RemoveBDRResourceTagCmdlet.ResourceARN">
            <summary>
            <para>
            <para>The 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.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 Bedrock User Guide.
            </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.UpdateBDRProvisionedModelThroughputCmdlet">
            <summary>
            Update a provisioned throughput. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Provisioned
            throughput</a> in the Bedrock User Guide.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BDR.UpdateBDRProvisionedModelThroughputCmdlet.DesiredModelId">
            <summary>
            <para>
            <para>The ARN of the new model to associate with this provisioned throughput.</para>
            </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 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 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>