GoogleCloudAiplatformV1ModelContainerSpec constructor
GoogleCloudAiplatformV1ModelContainerSpec({
- List<
String> ? args, - List<
String> ? command, - String? deploymentTimeout,
- List<
GoogleCloudAiplatformV1EnvVar> ? env, - List<
GoogleCloudAiplatformV1Port> ? grpcPorts, - GoogleCloudAiplatformV1Probe? healthProbe,
- String? healthRoute,
- String? imageUri,
- List<
GoogleCloudAiplatformV1Port> ? ports, - String? predictRoute,
- 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,
});