GoogleCloudAiplatformV1NasJob constructor
GoogleCloudAiplatformV1NasJob({
- String? createTime,
- String? displayName,
- bool? enableRestrictedImageTraining,
- GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
- String? endTime,
- GoogleRpcStatus? error,
- Map<
String, String> ? labels, - String? name,
- GoogleCloudAiplatformV1NasJobOutput? nasJobOutput,
- GoogleCloudAiplatformV1NasJobSpec? nasJobSpec,
- String? startTime,
- String? state,
- String? updateTime,
Implementation
GoogleCloudAiplatformV1NasJob({
this.createTime,
this.displayName,
this.enableRestrictedImageTraining,
this.encryptionSpec,
this.endTime,
this.error,
this.labels,
this.name,
this.nasJobOutput,
this.nasJobSpec,
this.startTime,
this.state,
this.updateTime,
});