GoogleCloudAiplatformV1TunedModel constructor
GoogleCloudAiplatformV1TunedModel({
- List<
GoogleCloudAiplatformV1TunedModelCheckpoint> ? checkpoints, - String? endpoint,
- String? model,
Implementation
GoogleCloudAiplatformV1TunedModel({
this.checkpoints,
this.endpoint,
this.model,
});