Skip to content

Commit

Permalink
updated to new csvserializer
Browse files Browse the repository at this point in the history
  • Loading branch information
sciarrilli committed May 23, 2024
1 parent 021e7a9 commit e86abca
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -459,9 +459,9 @@
"metadata": {},
"outputs": [],
"source": [
"from sagemaker.predictor import csv_serializer\n",
"from sagemaker.serializers import CSVSerializer\n",
"\n",
"predictor = tree.deploy(1, \"ml.m4.xlarge\", serializer=csv_serializer)"
"predictor = tree.deploy(1, \"ml.m4.xlarge\", serializer=CSVSerializer())"
]
},
{
Expand Down Expand Up @@ -677,9 +677,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "conda_python3",
"display_name": ".venv",
"language": "python",
"name": "conda_python3"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -691,9 +691,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.5"
"version": "3.8.10"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
}

0 comments on commit e86abca

Please sign in to comment.