GoogleCloudMlV1Scheduling class

All parameters related to scheduling of training jobs.

Constructors

GoogleCloudMlV1Scheduling({String? maxRunningTime, String? maxWaitTime, int? priority})
GoogleCloudMlV1Scheduling.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
maxRunningTime String?
The maximum job running time, expressed in seconds.
getter/setter pair
maxWaitTime String?
The maximum job wait time, expressed in seconds.
getter/setter pair
priority int?
Job scheduling will be based on this priority, which in the range [0, 1000].
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited