NasJob constructor
NasJob({
- String name = '',
- required String displayName,
- required NasJobSpec? nasJobSpec,
- NasJobOutput? nasJobOutput,
- JobState state = JobState.$default,
- Timestamp? createTime,
- Timestamp? startTime,
- Timestamp? endTime,
- Timestamp? updateTime,
- Status? error,
- Map<
String, String> labels = const {}, - EncryptionSpec? encryptionSpec,
- bool enableRestrictedImageTraining = false,
- bool satisfiesPzs = false,
- bool satisfiesPzi = false,
Implementation
NasJob({
this.name = '',
required this.displayName,
required this.nasJobSpec,
this.nasJobOutput,
this.state = JobState.$default,
this.createTime,
this.startTime,
this.endTime,
this.updateTime,
this.error,
this.labels = const {},
this.encryptionSpec,
this.enableRestrictedImageTraining = false,
this.satisfiesPzs = false,
this.satisfiesPzi = false,
}) : super(fullyQualifiedName);