Class: Google::Cloud::AIPlatform::V1::ExamplesRestrictionsNamespace
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ExamplesRestrictionsNamespace
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/explanation.rb
Overview
Restrictions namespace for example-based explanations overrides.
Instance Attribute Summary collapse
-
#allow ⇒ ::Array<::String>
The list of allowed tags.
-
#deny ⇒ ::Array<::String>
The list of deny tags.
-
#namespace_name ⇒ ::String
The namespace name.
Instance Attribute Details
#allow ⇒ ::Array<::String>
Returns The list of allowed tags.
640 641 642 643 |
# File 'proto_docs/google/cloud/aiplatform/v1/explanation.rb', line 640 class ExamplesRestrictionsNamespace include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#deny ⇒ ::Array<::String>
Returns The list of deny tags.
640 641 642 643 |
# File 'proto_docs/google/cloud/aiplatform/v1/explanation.rb', line 640 class ExamplesRestrictionsNamespace include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#namespace_name ⇒ ::String
Returns The namespace name.
640 641 642 643 |
# File 'proto_docs/google/cloud/aiplatform/v1/explanation.rb', line 640 class ExamplesRestrictionsNamespace include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |