modal
    Preparing search index...

    Class Function_

    Represents a deployed Modal Function, which can be invoked remotely.

    Index

    Properties

    functionId: string
    methodName?: string

    Methods

    • URL of a Function running as a web endpoint.

      Returns Promise<undefined | string>

      The web URL if this Function is a web endpoint, otherwise undefined

    • Parameters

      • args: any[] = []
      • kwargs: Record<string, any> = {}

      Returns Promise<any>