GoogleCloudAiplatformV1Probe constructor

GoogleCloudAiplatformV1Probe({
  1. GoogleCloudAiplatformV1ProbeExecAction? exec,
  2. int? failureThreshold,
  3. GoogleCloudAiplatformV1ProbeGrpcAction? grpc,
  4. GoogleCloudAiplatformV1ProbeHttpGetAction? httpGet,
  5. int? initialDelaySeconds,
  6. int? periodSeconds,
  7. int? successThreshold,
  8. GoogleCloudAiplatformV1ProbeTcpSocketAction? tcpSocket,
  9. int? timeoutSeconds,
})

Implementation

GoogleCloudAiplatformV1Probe({
  this.exec,
  this.failureThreshold,
  this.grpc,
  this.httpGet,
  this.initialDelaySeconds,
  this.periodSeconds,
  this.successThreshold,
  this.tcpSocket,
  this.timeoutSeconds,
});