Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Update gcpserving.py #545

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kubeflow/fairing/deployers/gcp/gcpserving.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def __init__(self, model_dir, model_name, version_name, project_id=None,
if 'python_version' not in self._deploy_kwargs:
self._deploy_kwargs['python_version'] = '3.5'

def deploy(self, pod_template_spec):
def deploy(self, pod_template_spec = ""):
"""Deploys the model to Cloud ML Engine.

:param pod_template_spec: pod spec template of training job
Expand Down