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
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ namespace_name |
string
The namespace name. |
↳ allow |
string[]
The list of allowed tags. |
↳ deny |
string[]
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\RepeatedField<string> |
|
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\RepeatedField<string> |
|
setDeny
The list of deny tags.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|