Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class ExamplesRestrictionsNamespace.
Restrictions namespace for example-based explanations overrides.
Generated from protobuf message google.cloud.aiplatform.v1.ExamplesRestrictionsNamespace
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ namespace_name |
string
The namespace name. |
↳ allow |
array
The list of allowed tags. |
↳ deny |
array
The list of deny tags. |
getNamespaceName
The namespace name.
Returns | |
---|---|
Type | Description |
string |
setNamespaceName
The namespace name.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getAllow
The list of allowed tags.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setAllow
The list of allowed tags.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |
getDeny
The list of deny tags.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setDeny
The list of deny tags.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |