Class UnmanagedContainerModel (1.18.2)

UnmanagedContainerModel(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Contains model information necessary to perform batch prediction without requiring a full model import.

Attributes

NameDescription
artifact_uri str
The path to the directory containing the Model artifact and any of its supporting files.
predict_schemata google.cloud.aiplatform_v1.types.PredictSchemata
Contains the schemata used in Model's predictions and explanations
container_spec google.cloud.aiplatform_v1.types.ModelContainerSpec
Input only. The specification of the container that is to be used when deploying this Model.

Inheritance

builtins.object > proto.message.Message > UnmanagedContainerModel