public sealed class ByteDataItem : IMessage<ByteDataItem>, IEquatable<ByteDataItem>, IDeepCloneable<ByteDataItem>, IBufferMessage, IMessage
Reference documentation and code samples for the Model Armor v1beta API class ByteDataItem.
Represents Byte Data item.
Implements
IMessageByteDataItem, IEquatableByteDataItem, IDeepCloneableByteDataItem, IBufferMessage, IMessageNamespace
Google.Cloud.ModelArmor.V1BetaAssembly
Google.Cloud.ModelArmor.V1Beta.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 |