OperationScope Class

An enumeration of values for the scope of an AIClient's operations.

Some AIClient operations can be applied to either the client's AI resource or its project. For such operations, these values are used to determine that scope.

Inheritance
builtins.object
OperationScope

Constructor

OperationScope()

Attributes

AI_RESOURCE

AI_RESOURCE = 'ai_resource'

PROJECT

PROJECT = 'project'