Google Cloud Ai Platform V1 Client - Class ExamplesRestrictionsNamespace (0.21.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setNamespaceName

The namespace name.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getAllow

The list of allowed tags.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setAllow

The list of allowed tags.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getDeny

The list of deny tags.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setDeny

The list of deny tags.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this