Reference documentation and code samples for the Google Cloud Model Armor V1 Client class DataItem.
Represents Data item
Generated from protobuf message google.cloud.modelarmor.v1.DataItem
Namespace
Google \ Cloud \ ModelArmor \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ text |
string
Plaintext string data for sanitization. |
↳ byte_item |
ByteDataItem
Data provided in the form of bytes. |
getText
Plaintext string data for sanitization.
Returns | |
---|---|
Type | Description |
string |
hasText
setText
Plaintext string data for sanitization.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getByteItem
Data provided in the form of bytes.
Returns | |
---|---|
Type | Description |
ByteDataItem|null |
hasByteItem
setByteItem
Data provided in the form of bytes.
Parameter | |
---|---|
Name | Description |
var |
ByteDataItem
|
Returns | |
---|---|
Type | Description |
$this |
getDataItem
Returns | |
---|---|
Type | Description |
string |