I have the following code snippet to publish a feature service from a file gdb:
new_service <SPAN class="operator token">=</SPAN> my_fgdb<SPAN class="punctuation token">.</SPAN>publish<SPAN class="punctuation token">(</SPAN>publish_parameters<SPAN class="operator token">=</SPAN><SPAN class="punctuation token">{</SPAN><SPAN class="string token">"name"</SPAN><SPAN class="punctuation token">:</SPAN><SPAN class="string token">"great_name"</SPAN><SPAN class="punctuation token">}</SPAN><SPAN class="punctuation token">)</SPAN><SPAN class="line-numbers-rows"><SPAN></SPAN></SPAN>this creates a service, with the name "great_name". But what displays in My Content in ArcGIS Online is a feature service with the name of the file gdb. Is there a publish parameter that does this? I have not been able to find one in the documentation.