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 Amazon Bedrock User Guide. </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 Amazon Bedrock User Guide. </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 Amazon 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 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.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.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/latest/userguide/model-evaluation.html">Model evaluations</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 Amazon Bedrock User Guide. </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 Amazon Bedrock User Guide.</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 Amazon Bedrock User Guide.</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.</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.</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.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 Amazon 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 Amazon 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> 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 Amazon Bedrock User Guide. </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 Amazon 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>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 Amazon Bedrock User Guide. </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 evaluations</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 filter out harmful content. <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-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><li><para> (Optional) Attach any tags to the guardrail in the <c>tags</c> object. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/tagging">Tag resources</a>. </para></li></ul> </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.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.</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.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 Amazon 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>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.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 Amazon Bedrock User Guide. </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 Amazon Bedrock User Guide</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 Amazon Bedrock User Guide.</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 Amazon Bedrock User Guide.</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 Amazon 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.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.</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.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 Amazon Bedrock User Guide. </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 Amazon Bedrock User Guide. </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.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 Amazon 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.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-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><li><para> (Optional) Attach any tags to the guardrail in the <c>tags</c> object. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/tagging">Tag resources</a>. </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.GuardrailIdentifier"> <summary> <para> <para>The unique identifier of the guardrail</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 Amazon Bedrock User Guide. </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> |