- JSON representation
- IntegratedService
- AiPlatformFloorSetting
- FloorSettingMetadata
- MultiLanguageDetection
Message describing FloorSetting resource
JSON representation |
---|
{ "name" : string , "createTime" : string , "updateTime" : string , "filterConfig" : { object ( |
Fields | |
---|---|
name
|
Identifier. The resource name. |
createTime
|
Output only. [Output only] Create timestamp Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime
|
Output only. [Output only] Update timestamp Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
filterConfig
|
Required. ModelArmor filter configuration. |
integratedServices[]
|
Optional. List of integrated services for which the floor setting is applicable. |
floorSettingMetadata
|
Optional. Metadata for FloorSetting |
enableFloorSettingEnforcement
|
Optional. Floor Settings enforcement status. |
aiPlatformFloorSetting
|
Optional. AI Platform floor setting. |
IntegratedService
Integrated service for which the floor setting is applicable.
Enums | |
---|---|
INTEGRATED_SERVICE_UNSPECIFIED
|
Unspecified integrated service. |
AI_PLATFORM
|
AI Platform. |
AiPlatformFloorSetting
message describing AiPlatformFloorSetting
JSON representation |
---|
{ "enableCloudLogging" : boolean , // Union field |
enableCloudLogging
boolean
Optional. If true, log Model Armor filter results to Cloud Logging.
enforcement_type
. enforcement type for Model Armor filters. enforcement_type
can be only one of the following:inspectOnly
boolean
Optional. If true, Model Armor filters will be run in inspect only mode. No action will be taken on the request.
inspectAndBlock
boolean
Optional. If true, Model Armor filters will be run in inspect and block mode. Requests that trip Model Armor filters will be blocked.
FloorSettingMetadata
message describing FloorSetting Metadata
JSON representation |
---|
{
"multiLanguageDetection"
:
{
object (
|
Fields | |
---|---|
multiLanguageDetection
|
Optional. Metadata for multi language detection. |
MultiLanguageDetection
Metadata to enable multi language detection via floor setting.
JSON representation |
---|
{ "enableMultiLanguageDetection" : boolean } |
Fields | |
---|---|
enableMultiLanguageDetection
|
Required. If true, multi language detection will be enabled. |