Cloud AI Platform v1 API - Class ExamplesRestrictionsNamespace (2.25.0)

public sealed class ExamplesRestrictionsNamespace : IMessage<ExamplesRestrictionsNamespace>, IEquatable<ExamplesRestrictionsNamespace>, IDeepCloneable<ExamplesRestrictionsNamespace>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class ExamplesRestrictionsNamespace.

Restrictions namespace for example-based explanations overrides.

Inheritance

object > ExamplesRestrictionsNamespace

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ExamplesRestrictionsNamespace()

public ExamplesRestrictionsNamespace()

ExamplesRestrictionsNamespace(ExamplesRestrictionsNamespace)

public ExamplesRestrictionsNamespace(ExamplesRestrictionsNamespace other)
Parameter
NameDescription
otherExamplesRestrictionsNamespace

Properties

Allow

public RepeatedField<string> Allow { get; }

The list of allowed tags.

Property Value
TypeDescription
RepeatedFieldstring

Deny

public RepeatedField<string> Deny { get; }

The list of deny tags.

Property Value
TypeDescription
RepeatedFieldstring

NamespaceName

public string NamespaceName { get; set; }

The namespace name.

Property Value
TypeDescription
string