NAME
    gcloud alpha model-armor floorsettings update - update the FloorSetting
        resource

SYNOPSIS
    gcloud alpha model-armor floorsettings update --full-uri=FULL_URI
        [--enable-floor-setting-enforcement=ENABLE_FLOOR_SETTING_ENFORCEMENT]
        [--malicious-uri-filter-settings-enforcement=MALICIOUS_URI_FILTER_SETTINGS_ENFORCEMENT]
        [--add-rai-settings-filters=confidenceLevel=CONFIDENCELEVEL],
          [filterType=FILTERTYPE] | --clear-rai-settings-filters
          | --rai-settings-filters=confidenceLevel=CONFIDENCELEVEL],
          [filterType=FILTERTYPE]
          | --remove-rai-settings-filters=confidenceLevel=CONFIDENCELEVEL],
          [filterType=FILTERTYPE]]
        [--advanced-config-deidentify-template=ADVANCED_CONFIG_DEIDENTIFY_TEMPLATE --advanced-config-inspect-template=ADVANCED_CONFIG_INSPECT_TEMPLATE --basic-config-filter-enforcement=BASIC_CONFIG_FILTER_ENFORCEMENT]
        [--pi-and-jailbreak-filter-settings-confidence-level=PI_AND_JAILBREAK_FILTER_SETTINGS_CONFIDENCE_LEVEL --pi-and-jailbreak-filter-settings-enforcement=PI_AND_JAILBREAK_FILTER_SETTINGS_ENFORCEMENT]
        [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (ALPHA) Updates the floor setting resource with the given name.

REQUIRED FLAGS
     --full-uri=FULL_URI
        Full uri of the floor setting

OPTIONAL FLAGS
     --enable-floor-setting-enforcement=ENABLE_FLOOR_SETTING_ENFORCEMENT
        Enable or disable the floor setting enforcement

     Malicious uri filter settings.

       --malicious-uri-filter-settings-enforcement=MALICIOUS_URI_FILTER_SETTINGS_ENFORCEMENT
          Malicious URI filter settings.

     RAI filter settings.

     At most one of these can be specified:

       --add-rai-settings-filters=confidenceLevel=CONFIDENCELEVEL],[filterType=FILTERTYPE]
          Add rai filter settings. Sets add_rai_settings_filters value.

          Shorthand Example:

              --add-rai-settings-filters=string,string

          JSON Example:

              --add-rai-settings-filters=["string"]

          File Example:

              --add-rai-settings-filters=path_to_file.(yaml|json)

       --clear-rai-settings-filters
          Clear all rai filter settings.

       --rai-settings-filters=confidenceLevel=CONFIDENCELEVEL],[filterType=FILTERTYPE]
          Set rai_settings_filters to new value. List of Responsible AI filters
          enabled for floor setting. Sets rai_settings_filters value.

          Shorthand Example:

              --rai-settings-filters=string,string

          JSON Example:

              --rai-settings-filters=["string"]

          File Example:

              --rai-settings-filters=path_to_file.(yaml|json)

       --remove-rai-settings-filters=confidenceLevel=CONFIDENCELEVEL],[filterType=FILTERTYPE]
          Remove rai filter settings. Sets remove_rai_settings_filters value.

          Shorthand Example:

              --remove-rai-settings-filters=string,string

          JSON Example:

              --remove-rai-settings-filters=["string"]

          File Example:

              --remove-rai-settings-filters=path_to_file.(yaml|json)

     SDP filter settings.

       --advanced-config-deidentify-template=ADVANCED_CONFIG_DEIDENTIFY_TEMPLATE
          The sdp filter settings enforcement. The value can be either "enable"
          or "disable".

       --advanced-config-inspect-template=ADVANCED_CONFIG_INSPECT_TEMPLATE
          The sdp filter settings enforcement. The value can be either "enable"
          or "disable".

       --basic-config-filter-enforcement=BASIC_CONFIG_FILTER_ENFORCEMENT
          The sdp filter settings enforcement. The value can be either
          "ENABLED" or "DISABLED"

     PI and jailbreak filter settings.

       --pi-and-jailbreak-filter-settings-confidence-level=PI_AND_JAILBREAK_FILTER_SETTINGS_CONFIDENCE_LEVEL
          The pi and jailbreak filter settings confidence level. The value can
          be either "high", "medium-and-above" or "low-and-above"

       --pi-and-jailbreak-filter-settings-enforcement=PI_AND_JAILBREAK_FILTER_SETTINGS_ENFORCEMENT
          The pi and jailbreak filter settings enforcement. The value can be
          either "enable" or "disable".

GCLOUD WIDE FLAGS
    These flags are available to all commands: --access-token-file, --account,
    --billing-project, --configuration, --flags-file, --flatten, --format,
    --help, --impersonate-service-account, --log-http, --project, --quiet,
    --trace-token, --user-output-enabled, --verbosity.

    Run $ gcloud help for details.

NOTES
    This command is currently in alpha and might change without notice. If this
    command fails with API permission errors despite specifying the correct
    project, you might be trying to access an API with an invitation-only early
    access allowlist. These variants are also available:

        $ gcloud model-armor floorsettings update

        $ gcloud beta model-armor floorsettings update

