container property
Specifies a custom container to use for serving predictions.
If you specify this field, then machineType
is required. If you specify
this field, then deploymentUri
is optional. If you specify this field,
then you must not specify runtimeVersion
, packageUris
, framework
,
pythonVersion
, or predictionClass
.
Optional.
Implementation
GoogleCloudMlV1ContainerSpec? container;