GoogleCloudAiplatformV1HyperparameterTuningJob constructor
GoogleCloudAiplatformV1HyperparameterTuningJob({
- String? createTime,
- String? displayName,
- GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
- String? endTime,
- GoogleRpcStatus? error,
- Map<
String, String> ? labels, - int? maxFailedTrialCount,
- int? maxTrialCount,
- String? name,
- int? parallelTrialCount,
- String? startTime,
- String? state,
- GoogleCloudAiplatformV1StudySpec? studySpec,
- GoogleCloudAiplatformV1CustomJobSpec? trialJobSpec,
- List<
GoogleCloudAiplatformV1Trial> ? trials, - String? updateTime,
Implementation
GoogleCloudAiplatformV1HyperparameterTuningJob({
this.createTime,
this.displayName,
this.encryptionSpec,
this.endTime,
this.error,
this.labels,
this.maxFailedTrialCount,
this.maxTrialCount,
this.name,
this.parallelTrialCount,
this.startTime,
this.state,
this.studySpec,
this.trialJobSpec,
this.trials,
this.updateTime,
});