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()
.