GoogleCloudAiplatformV1Probe constructor

GoogleCloudAiplatformV1Probe({
  1. GoogleCloudAiplatformV1ProbeExecAction? exec,
  2. int? periodSeconds,
  3. int? timeoutSeconds,
})

Implementation

GoogleCloudAiplatformV1Probe({
  this.exec,
  this.periodSeconds,
  this.timeoutSeconds,
});