snowflake.snowpark.stored_procedure.StoredProcedureRegistration.describe¶
- StoredProcedureRegistration.describe(sproc_obj: StoredProcedure) DataFrame [source]¶
Returns a
DataFrame
that describes the properties of a stored procedure.- Parameters:
sproc_obj – A
StoredProcedure
returned bysproc()
orregister()
.