GoogleCloudAiplatformV1Probe constructor
GoogleCloudAiplatformV1Probe({
- GoogleCloudAiplatformV1ProbeExecAction? exec,
- int? periodSeconds,
- int? timeoutSeconds,
Implementation
GoogleCloudAiplatformV1Probe({
this.exec,
this.periodSeconds,
this.timeoutSeconds,
});