Interface Models.ModelsListModelsDefinitionStages.WithExecute

    • Method Detail

      • execute

        List<ModelInfoResponse> execute()
        Execute the request.
        Returns:
        the List<ModelInfoResponse> object if successful.
      • executeAsync

        rx.Observable<List<ModelInfoResponse>> executeAsync()
        Execute the request asynchronously.
        Returns:
        the observable to the List<ModelInfoResponse> object