GoogleCloudAiplatformV1TunedModel constructor

GoogleCloudAiplatformV1TunedModel({
  1. String? endpoint,
  2. String? model,
})

Implementation

GoogleCloudAiplatformV1TunedModel({
  this.endpoint,
  this.model,
});