Class ByteDataItem (0.6.0)

ByteDataItem(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents Byte Data item.

Attributes

Name Description
byte_data_type google.cloud.modelarmor_v1beta.types.ByteDataItem.ByteItemType
Required. The type of byte data
byte_data bytes
Required. Bytes Data
file_label str
Optional. Label of the file. This is used to identify the file in the response.

Classes

ByteItemType

ByteItemType(value)

Option to specify the type of byte data.