FloorSetting(mapping=None, *, ignore_unknown_fields=False, **kwargs)Message describing FloorSetting resource
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
name |
str
Identifier. The resource name. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. [Output only] Create timestamp |
update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. [Output only] Update timestamp |
filter_config |
google.cloud.modelarmor_v1beta.types.FilterConfig
Required. ModelArmor filter configuration. |
enable_floor_setting_enforcement |
bool
Optional. Floor Settings enforcement status. This field is a member of oneof_ _enable_floor_setting_enforcement.
|
integrated_services |
MutableSequence[google.cloud.modelarmor_v1beta.types.FloorSetting.IntegratedService]
Optional. List of integrated services for which the floor setting is applicable. |
ai_platform_floor_setting |
google.cloud.modelarmor_v1beta.types.AiPlatformFloorSetting
Optional. AI Platform floor setting. This field is a member of oneof_ _ai_platform_floor_setting.
|
floor_setting_metadata |
google.cloud.modelarmor_v1beta.types.FloorSetting.FloorSettingMetadata
Optional. Metadata for FloorSetting |
Classes
FloorSettingMetadata
FloorSettingMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)message describing FloorSetting Metadata
IntegratedService
IntegratedService(value)Integrated service for which the floor setting is applicable.