GoogleCloudAiplatformV1TuningJob constructor
GoogleCloudAiplatformV1TuningJob({
- String? baseModel,
- String? createTime,
- String? description,
- GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
- String? endTime,
- GoogleRpcStatus? error,
- String? experiment,
- Map<
String, String> ? labels, - String? name,
- String? startTime,
- String? state,
- GoogleCloudAiplatformV1SupervisedTuningSpec? supervisedTuningSpec,
- GoogleCloudAiplatformV1TunedModel? tunedModel,
- String? tunedModelDisplayName,
- GoogleCloudAiplatformV1TuningDataStats? tuningDataStats,
- String? updateTime,
Implementation
GoogleCloudAiplatformV1TuningJob({
this.baseModel,
this.createTime,
this.description,
this.encryptionSpec,
this.endTime,
this.error,
this.experiment,
this.labels,
this.name,
this.startTime,
this.state,
this.supervisedTuningSpec,
this.tunedModel,
this.tunedModelDisplayName,
this.tuningDataStats,
this.updateTime,
});