Model Armor v1 API - Class ByteDataItem (1.0.0-beta04)

public sealed class ByteDataItem : IMessage<ByteDataItem>, IEquatable<ByteDataItem>, IDeepCloneable<ByteDataItem>, IBufferMessage, IMessage

Reference documentation and code samples for the Model Armor v1 API class ByteDataItem.

Represents Byte Data item.

Inheritance

object > ByteDataItem

Namespace

Google.Cloud.ModelArmor.V1

Assembly

Google.Cloud.ModelArmor.V1.dll

Constructors

ByteDataItem()

public ByteDataItem()

ByteDataItem(ByteDataItem)

public ByteDataItem(ByteDataItem other)
Parameter
Name Description
other ByteDataItem

Properties

ByteData

public ByteString ByteData { get; set; }

Required. Bytes Data

Property Value
Type Description
ByteString

ByteDataType

public ByteDataItem.Types.ByteItemType ByteDataType { get; set; }

Required. The type of byte data

Property Value
Type Description
ByteDataItemTypesByteItemType