Uses of Class
com.microsoft.azure.management.batchai.JobBasePropertiesConstraints
Packages that use JobBasePropertiesConstraints
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of JobBasePropertiesConstraints in com.microsoft.azure.management.batchai
Methods in com.microsoft.azure.management.batchai that return JobBasePropertiesConstraintsModifier and TypeMethodDescriptionJobCreateParameters.constraints()
Get constraints associated with the Job.JobBasePropertiesConstraints.withMaxWallClockTime
(org.joda.time.Period maxWallClockTime) Set max time the job can run.Methods in com.microsoft.azure.management.batchai with parameters of type JobBasePropertiesConstraintsModifier and TypeMethodDescriptionJobCreateParameters.withConstraints
(JobBasePropertiesConstraints constraints) Set constraints associated with the Job.