GoogleCloudAiplatformV1TrialParameter constructor

GoogleCloudAiplatformV1TrialParameter({
  1. String? parameterId,
  2. Object? value,
})

Implementation

GoogleCloudAiplatformV1TrialParameter({
  this.parameterId,
  this.value,
});