GoogleCloudAiplatformV1ModelContainerSpec constructor

GoogleCloudAiplatformV1ModelContainerSpec({
  1. List<String>? args,
  2. List<String>? command,
  3. String? deploymentTimeout,
  4. List<GoogleCloudAiplatformV1EnvVar>? env,
  5. List<GoogleCloudAiplatformV1Port>? grpcPorts,
  6. GoogleCloudAiplatformV1Probe? healthProbe,
  7. String? healthRoute,
  8. String? imageUri,
  9. List<GoogleCloudAiplatformV1Port>? ports,
  10. String? predictRoute,
  11. String? sharedMemorySizeMb,
  12. GoogleCloudAiplatformV1Probe? startupProbe,
})

Implementation

GoogleCloudAiplatformV1ModelContainerSpec({
  this.args,
  this.command,
  this.deploymentTimeout,
  this.env,
  this.grpcPorts,
  this.healthProbe,
  this.healthRoute,
  this.imageUri,
  this.ports,
  this.predictRoute,
  this.sharedMemorySizeMb,
  this.startupProbe,
});