Package com.uc4.api.objects
Interface AIJob
- All Known Implementing Classes:
AttributesServer
public interface AIJob
Provides access to the AI job attributes.
-
Method Summary
Modifier and TypeMethodDescriptionReturnsAIJobAttributesor empty if the sub type of the OS Job is not AI.
-
Method Details
-
aiAttributes
Optional<AIJobAttributes> aiAttributes()ReturnsAIJobAttributesor empty if the sub type of the OS Job is not AI.- Returns:
- AI job attributes
-