supportedDeploymentResourcesTypes property

List<String>? supportedDeploymentResourcesTypes
getter/setter pair

When this Model is deployed, its prediction resources are described by the prediction_resources field of the Endpoint.deployed_models object.

Because not all Models support all resource configuration types, the configuration types this Model supports are listed here. If no configuration types are listed, the Model cannot be deployed to an Endpoint and does not support online predictions (PredictionService.Predict or PredictionService.Explain). Such a Model can serve predictions by using a BatchPredictionJob, if it has at least one entry each in supported_input_storage_formats and supported_output_storage_formats.

Output only.

Implementation

core.List<core.String>? supportedDeploymentResourcesTypes;