GoogleCloudAiplatformV1Probe constructor
GoogleCloudAiplatformV1Probe({
- GoogleCloudAiplatformV1ProbeExecAction? exec,
- int? failureThreshold,
- GoogleCloudAiplatformV1ProbeGrpcAction? grpc,
- GoogleCloudAiplatformV1ProbeHttpGetAction? httpGet,
- int? initialDelaySeconds,
- int? periodSeconds,
- int? successThreshold,
- GoogleCloudAiplatformV1ProbeTcpSocketAction? tcpSocket,
- int? timeoutSeconds,
Implementation
GoogleCloudAiplatformV1Probe({
this.exec,
this.failureThreshold,
this.grpc,
this.httpGet,
this.initialDelaySeconds,
this.periodSeconds,
this.successThreshold,
this.tcpSocket,
this.timeoutSeconds,
});